Shades of Fuchsia #CE51D2
Tints of Fuchsia #CE51D2
RGB
CMYK
RGB Variations
Color information
#CE51D2 (or 0xCE51D2) is known color: Fuchsia. HEX triplet: CE, 51 and D2. RGB value is (206,81,210). Sum of RGB (Red+Green+Blue) = 206+81+210=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE51D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51D2 is #31AE2D. Grayscale: #848484. Windows color (decimal): -3255854 or 13783502. OLE color: 13783502.
HSL color Cylindrical-coordinate representation of color #CE51D2: hue angle of 298.14º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE51D2 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 81 | 210 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.18 |
| HSL | 298.14º | 0.59% | 0.57% | - |
| HSV(B) | 298.14º | 0.61% | 0.82% | - |
| XYZ | 40.03 | 23.66 | 63.43 | - |
| YUV | 133.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 210 | 0.02 | 0.61 | 0 | 0.18 | 298.14 | 0.59 | 0.57 |
| Hex | CE | 51 | D2 | 2 | 3D | 0 | 12 | 12A | 3B | 39 |
| Octal | 316 | 121 | 322 | 2 | 75 | 0 | 22 | 452 | 73 | 71 |
| Binary | 11001110 | 1010001 | 11010010 | 10 | 111101 | 0 | 10010 | 100101010 | 111011 | 111001 |
Color Harmonies of #CE51D2
Complementary color
Monochromatic Colors of #CE51D2
Black with #CE51D2
Text Example
Text Example
White with #CE51D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51D2; }
p { color: rgb(206,81,210); }
H1.HeaderClassName
{
color: #CE51D2;
}
.AnyTagClassName
{
color: #CE51D2;
}
</style>
background-color css
<style>
a { background-color: #CE51D2; }
a { background-color: rgb(206,81,210); }
div.DivClassName
{
background-color: #CE51D2;
}
.BgClassName
{
background-color: #CE51D2;
}
</style>
border-color css
<style>
span { border-color: #CE51D2; }
span { border-color: rgb(206,81,210); }
td.TdClassName
{
border-color: #CE51D2;
}
.TagClassName
{
border-color: #CE51D2;
}
</style>