Shades of Deep Magenta #CE02DD
Tints of Deep Magenta #CE02DD
RGB
CMYK
RGB Variations
Color information
#CE02DD (or 0xCE02DD) is known color: Deep Magenta. HEX triplet: CE, 02 and DD. RGB value is (206,2,221). Sum of RGB (Red+Green+Blue) = 206+2+221=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02DD is #31FD22. Grayscale: #575757. Windows color (decimal): -3276067 or 14484174. OLE color: 14484174.
HSL color Cylindrical-coordinate representation of color #CE02DD: hue angle of 295.89º 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 #CE02DD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 2 | 221 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.13 |
| HSL | 295.89º | 0.98% | 0.44% | - |
| HSV(B) | 295.89º | 0.99% | 0.87% | - |
| XYZ | 38.53 | 18.39 | 69.92 | - |
| YUV | 87.96 | 203.09 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 221 | 0.07 | 0.99 | 0 | 0.13 | 295.89 | 0.98 | 0.44 |
| Hex | CE | 2 | DD | 7 | 63 | 0 | D | 128 | 62 | 2C |
| Octal | 316 | 2 | 335 | 7 | 143 | 0 | 15 | 450 | 142 | 54 |
| Binary | 11001110 | 10 | 11011101 | 111 | 1100011 | 0 | 1101 | 100101000 | 1100010 | 101100 |
Color Harmonies of #CE02DD
Complementary color
Monochromatic Colors of #CE02DD
Black with #CE02DD
Text Example
Text Example
White with #CE02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02DD; }
p { color: rgb(206,2,221); }
H1.HeaderClassName
{
color: #CE02DD;
}
.AnyTagClassName
{
color: #CE02DD;
}
</style>
background-color css
<style>
a { background-color: #CE02DD; }
a { background-color: rgb(206,2,221); }
div.DivClassName
{
background-color: #CE02DD;
}
.BgClassName
{
background-color: #CE02DD;
}
</style>
border-color css
<style>
span { border-color: #CE02DD; }
span { border-color: rgb(206,2,221); }
td.TdClassName
{
border-color: #CE02DD;
}
.TagClassName
{
border-color: #CE02DD;
}
</style>