Shades of Deep Magenta #CE02C9
Tints of Deep Magenta #CE02C9
RGB
CMYK
RGB Variations
Color information
#CE02C9 (or 0xCE02C9) is known color: Deep Magenta. HEX triplet: CE, 02 and C9. RGB value is (206,2,201). Sum of RGB (Red+Green+Blue) = 206+2+201=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02C9 is #31FD36. Grayscale: #555555. Windows color (decimal): -3276087 or 13173454. OLE color: 13173454.
HSL color Cylindrical-coordinate representation of color #CE02C9: hue angle of 301.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02C9 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.19 |
| HSL | 301.47º | 0.98% | 0.41% | - |
| HSV(B) | 301.47º | 0.99% | 0.81% | - |
| XYZ | 36.02 | 17.38 | 56.72 | - |
| YUV | 85.68 | 193.09 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 201 | 0 | 0.99 | 0.02 | 0.19 | 301.47 | 0.98 | 0.41 |
| Hex | CE | 2 | C9 | 0 | 63 | 2 | 13 | 12D | 62 | 29 |
| Octal | 316 | 2 | 311 | 0 | 143 | 2 | 23 | 455 | 142 | 51 |
| Binary | 11001110 | 10 | 11001001 | 0 | 1100011 | 10 | 10011 | 100101101 | 1100010 | 101001 |
Color Harmonies of #CE02C9
Complementary color
Monochromatic Colors of #CE02C9
Black with #CE02C9
Text Example
Text Example
White with #CE02C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02C9; }
p { color: rgb(206,2,201); }
H1.HeaderClassName
{
color: #CE02C9;
}
.AnyTagClassName
{
color: #CE02C9;
}
</style>
background-color css
<style>
a { background-color: #CE02C9; }
a { background-color: rgb(206,2,201); }
div.DivClassName
{
background-color: #CE02C9;
}
.BgClassName
{
background-color: #CE02C9;
}
</style>
border-color css
<style>
span { border-color: #CE02C9; }
span { border-color: rgb(206,2,201); }
td.TdClassName
{
border-color: #CE02C9;
}
.TagClassName
{
border-color: #CE02C9;
}
</style>