Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Fuchsia | CE60B2 | #CE60B2 | 206, 96, 178 | 80.78, 37.65, 69.8 | 0, 53.4, 13.59, 19.22 | 315.27272727273, 53.398058252427, 80.78431372549 |
Color #ce60b2 is Fuchsia. In RGB: 80.78, 37.65, 69.8. In CMYK: 0, 53.4, 13.59, 19.22.
div { background: #ce60b2; color: #000; }
div { background: #ce60b2; color: #fff; }
div { background: linear-gradient(to bottom, #B14597 0%, #EB7BCE 100%); color: #000; }
div { background: linear-gradient(to bottom, #EB7BCE 0%, #B14597 100%); color: #000; }
div { background: linear-gradient(to bottom, #B14597 0%, #EB7BCE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #EB7BCE 0%, #B14597 100%); color: #fff; }
div { border: 1px solid #ce60b2; }
div { border: 5px solid #ce60b2; }
div { border: 1px dashed #ce60b2; }
div { border: 5px dashed #ce60b2; }
div { border: 1px dotted #ce60b2; }
div { border: 5px dotted #ce60b2; }