Shades of Fuchsia #CE51D0
Tints of Fuchsia #CE51D0
RGB
CMYK
RGB Variations
Color information
#CE51D0 (or 0xCE51D0) is known color: Fuchsia. HEX triplet: CE, 51 and D0. RGB value is (206,81,208). Sum of RGB (Red+Green+Blue) = 206+81+208=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51D0 is #31AE2F. Grayscale: #848484. Windows color (decimal): -3255856 or 13652430. OLE color: 13652430.
HSL color Cylindrical-coordinate representation of color #CE51D0: hue angle of 299.06º degrees, saturation: 0.57, 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 #CE51D0 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 81 | 208 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.18 |
| HSL | 299.06º | 0.57% | 0.57% | - |
| HSV(B) | 299.06º | 0.61% | 0.82% | - |
| XYZ | 39.78 | 23.56 | 62.13 | - |
| YUV | 132.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 208 | 0.01 | 0.61 | 0 | 0.18 | 299.06 | 0.57 | 0.57 |
| Hex | CE | 51 | D0 | 1 | 3D | 0 | 12 | 12B | 39 | 39 |
| Octal | 316 | 121 | 320 | 1 | 75 | 0 | 22 | 453 | 71 | 71 |
| Binary | 11001110 | 1010001 | 11010000 | 1 | 111101 | 0 | 10010 | 100101011 | 111001 | 111001 |
Color Harmonies of #CE51D0
Complementary color
Monochromatic Colors of #CE51D0
Black with #CE51D0
Text Example
Text Example
White with #CE51D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51D0; }
p { color: rgb(206,81,208); }
H1.HeaderClassName
{
color: #CE51D0;
}
.AnyTagClassName
{
color: #CE51D0;
}
</style>
background-color css
<style>
a { background-color: #CE51D0; }
a { background-color: rgb(206,81,208); }
div.DivClassName
{
background-color: #CE51D0;
}
.BgClassName
{
background-color: #CE51D0;
}
</style>
border-color css
<style>
span { border-color: #CE51D0; }
span { border-color: rgb(206,81,208); }
td.TdClassName
{
border-color: #CE51D0;
}
.TagClassName
{
border-color: #CE51D0;
}
</style>