Shades of Deep Magenta #CE00DE
Tints of Deep Magenta #CE00DE
RGB
CMYK
RGB Variations
Color information
#CE00DE (or 0xCE00DE) is known color: Deep Magenta. HEX triplet: CE, 00 and DE. RGB value is (206,0,222). Sum of RGB (Red+Green+Blue) = 206+0+222=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DE is #31FF21. Grayscale: #565656. Windows color (decimal): -3276578 or 14549198. OLE color: 14549198.
HSL color Cylindrical-coordinate representation of color #CE00DE: hue angle of 295.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00DE is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 0 | 222 | - |
| CMYK | 0.07 | 1 | 0 | 0.13 |
| HSL | 295.68º | 1% | 0.44% | - |
| HSV(B) | 295.68º | 1% | 0.87% | - |
| XYZ | 38.64 | 18.4 | 70.62 | - |
| YUV | 86.9 | 204.25 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 222 | 0.07 | 1 | 0 | 0.13 | 295.68 | 1 | 0.44 |
| Hex | CE | 0 | DE | 7 | 64 | 0 | D | 128 | 64 | 2C |
| Octal | 316 | 0 | 336 | 7 | 144 | 0 | 15 | 450 | 144 | 54 |
| Binary | 11001110 | 0 | 11011110 | 111 | 1100100 | 0 | 1101 | 100101000 | 1100100 | 101100 |
Color Harmonies of #CE00DE
Complementary color
Monochromatic Colors of #CE00DE
Black with #CE00DE
Text Example
Text Example
White with #CE00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00DE; }
p { color: rgb(206,0,222); }
H1.HeaderClassName
{
color: #CE00DE;
}
.AnyTagClassName
{
color: #CE00DE;
}
</style>
background-color css
<style>
a { background-color: #CE00DE; }
a { background-color: rgb(206,0,222); }
div.DivClassName
{
background-color: #CE00DE;
}
.BgClassName
{
background-color: #CE00DE;
}
</style>
border-color css
<style>
span { border-color: #CE00DE; }
span { border-color: rgb(206,0,222); }
td.TdClassName
{
border-color: #CE00DE;
}
.TagClassName
{
border-color: #CE00DE;
}
</style>