Shades of Deep Magenta #CE04DD
Tints of Deep Magenta #CE04DD
RGB
CMYK
RGB Variations
Color information
#CE04DD (or 0xCE04DD) is known color: Deep Magenta. HEX triplet: CE, 04 and DD. RGB value is (206,4,221). Sum of RGB (Red+Green+Blue) = 206+4+221=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 4 (1.95% from 255 or 0.93% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04DD is #31FB22. Grayscale: #585858. Windows color (decimal): -3275555 or 14484686. OLE color: 14484686.
HSL color Cylindrical-coordinate representation of color #CE04DD: hue angle of 295.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04DD is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 4 | 221 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.13 |
| HSL | 295.85º | 0.96% | 0.44% | - |
| HSV(B) | 295.85º | 0.98% | 0.87% | - |
| XYZ | 38.55 | 18.43 | 69.93 | - |
| YUV | 89.14 | 202.42 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 221 | 0.07 | 0.98 | 0 | 0.13 | 295.85 | 0.96 | 0.44 |
| Hex | CE | 4 | DD | 7 | 62 | 0 | D | 128 | 60 | 2C |
| Octal | 316 | 4 | 335 | 7 | 142 | 0 | 15 | 450 | 140 | 54 |
| Binary | 11001110 | 100 | 11011101 | 111 | 1100010 | 0 | 1101 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CE04DD
Complementary color
Monochromatic Colors of #CE04DD
Black with #CE04DD
Text Example
Text Example
White with #CE04DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04DD; }
p { color: rgb(206,4,221); }
H1.HeaderClassName
{
color: #CE04DD;
}
.AnyTagClassName
{
color: #CE04DD;
}
</style>
background-color css
<style>
a { background-color: #CE04DD; }
a { background-color: rgb(206,4,221); }
div.DivClassName
{
background-color: #CE04DD;
}
.BgClassName
{
background-color: #CE04DD;
}
</style>
border-color css
<style>
span { border-color: #CE04DD; }
span { border-color: rgb(206,4,221); }
td.TdClassName
{
border-color: #CE04DD;
}
.TagClassName
{
border-color: #CE04DD;
}
</style>