Shades of Deep Magenta #CE02DE
Tints of Deep Magenta #CE02DE
RGB
CMYK
RGB Variations
Color information
#CE02DE (or 0xCE02DE) is known color: Deep Magenta. HEX triplet: CE, 02 and DE. RGB value is (206,2,222). Sum of RGB (Red+Green+Blue) = 206+2+222=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE02DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02DE is #31FD21. Grayscale: #575757. Windows color (decimal): -3276066 or 14549710. OLE color: 14549710.
HSL color Cylindrical-coordinate representation of color #CE02DE: hue angle of 295.64º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02DE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 2 | 222 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.13 |
| HSL | 295.64º | 0.98% | 0.44% | - |
| HSV(B) | 295.64º | 0.99% | 0.87% | - |
| XYZ | 38.66 | 18.44 | 70.63 | - |
| YUV | 88.08 | 203.59 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 222 | 0.07 | 0.99 | 0 | 0.13 | 295.64 | 0.98 | 0.44 |
| Hex | CE | 2 | DE | 7 | 63 | 0 | D | 128 | 62 | 2C |
| Octal | 316 | 2 | 336 | 7 | 143 | 0 | 15 | 450 | 142 | 54 |
| Binary | 11001110 | 10 | 11011110 | 111 | 1100011 | 0 | 1101 | 100101000 | 1100010 | 101100 |
Color Harmonies of #CE02DE
Complementary color
Monochromatic Colors of #CE02DE
Black with #CE02DE
Text Example
Text Example
White with #CE02DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02DE; }
p { color: rgb(206,2,222); }
H1.HeaderClassName
{
color: #CE02DE;
}
.AnyTagClassName
{
color: #CE02DE;
}
</style>
background-color css
<style>
a { background-color: #CE02DE; }
a { background-color: rgb(206,2,222); }
div.DivClassName
{
background-color: #CE02DE;
}
.BgClassName
{
background-color: #CE02DE;
}
</style>
border-color css
<style>
span { border-color: #CE02DE; }
span { border-color: rgb(206,2,222); }
td.TdClassName
{
border-color: #CE02DE;
}
.TagClassName
{
border-color: #CE02DE;
}
</style>