Shades of Deep Magenta #CE09DC
Tints of Deep Magenta #CE09DC
RGB
CMYK
RGB Variations
Color information
#CE09DC (or 0xCE09DC) is known color: Deep Magenta. HEX triplet: CE, 09 and DC. RGB value is (206,9,220). Sum of RGB (Red+Green+Blue) = 206+9+220=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09DC is #31F623. Grayscale: #5B5B5B. Windows color (decimal): -3274276 or 14420430. OLE color: 14420430.
HSL color Cylindrical-coordinate representation of color #CE09DC: hue angle of 296.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09DC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 9 | 220 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.14 |
| HSL | 296.02º | 0.92% | 0.45% | - |
| HSV(B) | 296.02º | 0.96% | 0.86% | - |
| XYZ | 38.47 | 18.48 | 69.25 | - |
| YUV | 91.96 | 200.27 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 220 | 0.06 | 0.96 | 0 | 0.14 | 296.02 | 0.92 | 0.45 |
| Hex | CE | 9 | DC | 6 | 60 | 0 | E | 128 | 5C | 2D |
| Octal | 316 | 11 | 334 | 6 | 140 | 0 | 16 | 450 | 134 | 55 |
| Binary | 11001110 | 1001 | 11011100 | 110 | 1100000 | 0 | 1110 | 100101000 | 1011100 | 101101 |
Color Harmonies of #CE09DC
Complementary color
Monochromatic Colors of #CE09DC
Black with #CE09DC
Text Example
Text Example
White with #CE09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09DC; }
p { color: rgb(206,9,220); }
H1.HeaderClassName
{
color: #CE09DC;
}
.AnyTagClassName
{
color: #CE09DC;
}
</style>
background-color css
<style>
a { background-color: #CE09DC; }
a { background-color: rgb(206,9,220); }
div.DivClassName
{
background-color: #CE09DC;
}
.BgClassName
{
background-color: #CE09DC;
}
</style>
border-color css
<style>
span { border-color: #CE09DC; }
span { border-color: rgb(206,9,220); }
td.TdClassName
{
border-color: #CE09DC;
}
.TagClassName
{
border-color: #CE09DC;
}
</style>