Shades of Deep Magenta #CE00DD
Tints of Deep Magenta #CE00DD
RGB
CMYK
RGB Variations
Color information
#CE00DD (or 0xCE00DD) is known color: Deep Magenta. HEX triplet: CE, 00 and DD. RGB value is (206,0,221). Sum of RGB (Red+Green+Blue) = 206+0+221=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DD is #31FF22. Grayscale: #565656. Windows color (decimal): -3276579 or 14483662. OLE color: 14483662.
HSL color Cylindrical-coordinate representation of color #CE00DD: hue angle of 295.93º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00DD is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 0 | 221 | - |
| CMYK | 0.07 | 1 | 0 | 0.13 |
| HSL | 295.93º | 1% | 0.43% | - |
| HSV(B) | 295.93º | 1% | 0.87% | - |
| XYZ | 38.5 | 18.34 | 69.92 | - |
| YUV | 86.79 | 203.75 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 221 | 0.07 | 1 | 0 | 0.13 | 295.93 | 1 | 0.43 |
| Hex | CE | 0 | DD | 7 | 64 | 0 | D | 128 | 64 | 2B |
| Octal | 316 | 0 | 335 | 7 | 144 | 0 | 15 | 450 | 144 | 53 |
| Binary | 11001110 | 0 | 11011101 | 111 | 1100100 | 0 | 1101 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CE00DD
Complementary color
Monochromatic Colors of #CE00DD
Black with #CE00DD
Text Example
Text Example
White with #CE00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00DD; }
p { color: rgb(206,0,221); }
H1.HeaderClassName
{
color: #CE00DD;
}
.AnyTagClassName
{
color: #CE00DD;
}
</style>
background-color css
<style>
a { background-color: #CE00DD; }
a { background-color: rgb(206,0,221); }
div.DivClassName
{
background-color: #CE00DD;
}
.BgClassName
{
background-color: #CE00DD;
}
</style>
border-color css
<style>
span { border-color: #CE00DD; }
span { border-color: rgb(206,0,221); }
td.TdClassName
{
border-color: #CE00DD;
}
.TagClassName
{
border-color: #CE00DD;
}
</style>