Shades of Fuchsia #CE2FD0
Tints of Fuchsia #CE2FD0
RGB
CMYK
RGB Variations
Color information
#CE2FD0 (or 0xCE2FD0) is known color: Fuchsia. HEX triplet: CE, 2F and D0. RGB value is (206,47,208). Sum of RGB (Red+Green+Blue) = 206+47+208=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE2FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2FD0 is #31D02F. Grayscale: #707070. Windows color (decimal): -3264560 or 13643726. OLE color: 13643726.
HSL color Cylindrical-coordinate representation of color #CE2FD0: hue angle of 299.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE2FD0 is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 206 | 47 | 208 | - |
CMYK | 0.01 | 0.77 | 0 | 0.18 |
HSL | 299.25º | 0.63% | 0.5% | - |
HSV(B) | 299.25º | 0.77% | 0.82% | - |
XYZ | 37.86 | 19.71 | 61.48 | - |
YUV | 112.9 | 181.68 | 194.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 47 | 208 | 0.01 | 0.77 | 0 | 0.18 | 299.25 | 0.63 | 0.5 |
Hex | CE | 2F | D0 | 1 | 4D | 0 | 12 | 12B | 3F | 32 |
Octal | 316 | 57 | 320 | 1 | 115 | 0 | 22 | 453 | 77 | 62 |
Binary | 11001110 | 101111 | 11010000 | 1 | 1001101 | 0 | 10010 | 100101011 | 111111 | 110010 |
Color Harmonies of #CE2FD0
Complementary color
Monochromatic Colors of #CE2FD0
Black with #CE2FD0
Text Example
Text Example
White with #CE2FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2FD0; }
p { color: rgb(206,47,208); }
H1.HeaderClassName
{
color: #CE2FD0;
}
.AnyTagClassName
{
color: #CE2FD0;
}
</style>
background-color css
<style>
a { background-color: #CE2FD0; }
a { background-color: rgb(206,47,208); }
div.DivClassName
{
background-color: #CE2FD0;
}
.BgClassName
{
background-color: #CE2FD0;
}
</style>
border-color css
<style>
span { border-color: #CE2FD0; }
span { border-color: rgb(206,47,208); }
td.TdClassName
{
border-color: #CE2FD0;
}
.TagClassName
{
border-color: #CE2FD0;
}
</style>