Shades of Deep Magenta #CE02CB
Tints of Deep Magenta #CE02CB
RGB
CMYK
RGB Variations
Color information
#CE02CB (or 0xCE02CB) is known color: Deep Magenta. HEX triplet: CE, 02 and CB. RGB value is (206,2,203). Sum of RGB (Red+Green+Blue) = 206+2+203=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02CB is #31FD34. Grayscale: #555555. Windows color (decimal): -3276085 or 13304526. OLE color: 13304526.
HSL color Cylindrical-coordinate representation of color #CE02CB: hue angle of 300.88º 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 #CE02CB is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.19 |
| HSL | 300.88º | 0.98% | 0.41% | - |
| HSV(B) | 300.88º | 0.99% | 0.81% | - |
| XYZ | 36.25 | 17.48 | 57.96 | - |
| YUV | 85.91 | 194.09 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 203 | 0 | 0.99 | 0.01 | 0.19 | 300.88 | 0.98 | 0.41 |
| Hex | CE | 2 | CB | 0 | 63 | 1 | 13 | 12D | 62 | 29 |
| Octal | 316 | 2 | 313 | 0 | 143 | 1 | 23 | 455 | 142 | 51 |
| Binary | 11001110 | 10 | 11001011 | 0 | 1100011 | 1 | 10011 | 100101101 | 1100010 | 101001 |
Color Harmonies of #CE02CB
Complementary color
Monochromatic Colors of #CE02CB
Black with #CE02CB
Text Example
Text Example
White with #CE02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02CB; }
p { color: rgb(206,2,203); }
H1.HeaderClassName
{
color: #CE02CB;
}
.AnyTagClassName
{
color: #CE02CB;
}
</style>
background-color css
<style>
a { background-color: #CE02CB; }
a { background-color: rgb(206,2,203); }
div.DivClassName
{
background-color: #CE02CB;
}
.BgClassName
{
background-color: #CE02CB;
}
</style>
border-color css
<style>
span { border-color: #CE02CB; }
span { border-color: rgb(206,2,203); }
td.TdClassName
{
border-color: #CE02CB;
}
.TagClassName
{
border-color: #CE02CB;
}
</style>