Shades of Deep Magenta #CE00DC
Tints of Deep Magenta #CE00DC
RGB
CMYK
RGB Variations
Color information
#CE00DC (or 0xCE00DC) is known color: Deep Magenta. HEX triplet: CE, 00 and DC. RGB value is (206,0,220). Sum of RGB (Red+Green+Blue) = 206+0+220=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00DC is #31FF23. Grayscale: #565656. Windows color (decimal): -3276580 or 14418126. OLE color: 14418126.
HSL color Cylindrical-coordinate representation of color #CE00DC: hue angle of 296.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00DC is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 0 | 220 | - |
| CMYK | 0.06 | 1 | 0 | 0.14 |
| HSL | 296.18º | 1% | 0.43% | - |
| HSV(B) | 296.18º | 1% | 0.86% | - |
| XYZ | 38.37 | 18.29 | 69.22 | - |
| YUV | 86.67 | 203.25 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 220 | 0.06 | 1 | 0 | 0.14 | 296.18 | 1 | 0.43 |
| Hex | CE | 0 | DC | 6 | 64 | 0 | E | 128 | 64 | 2B |
| Octal | 316 | 0 | 334 | 6 | 144 | 0 | 16 | 450 | 144 | 53 |
| Binary | 11001110 | 0 | 11011100 | 110 | 1100100 | 0 | 1110 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CE00DC
Complementary color
Monochromatic Colors of #CE00DC
Black with #CE00DC
Text Example
Text Example
White with #CE00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00DC; }
p { color: rgb(206,0,220); }
H1.HeaderClassName
{
color: #CE00DC;
}
.AnyTagClassName
{
color: #CE00DC;
}
</style>
background-color css
<style>
a { background-color: #CE00DC; }
a { background-color: rgb(206,0,220); }
div.DivClassName
{
background-color: #CE00DC;
}
.BgClassName
{
background-color: #CE00DC;
}
</style>
border-color css
<style>
span { border-color: #CE00DC; }
span { border-color: rgb(206,0,220); }
td.TdClassName
{
border-color: #CE00DC;
}
.TagClassName
{
border-color: #CE00DC;
}
</style>