Shades of Deep Magenta #CE0DC9
Tints of Deep Magenta #CE0DC9
RGB
CMYK
RGB Variations
Color information
#CE0DC9 (or 0xCE0DC9) is known color: Deep Magenta. HEX triplet: CE, 0D and C9. RGB value is (206,13,201). Sum of RGB (Red+Green+Blue) = 206+13+201=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC9 is #31F236. Grayscale: #5B5B5B. Windows color (decimal): -3273271 or 13176270. OLE color: 13176270.
HSL color Cylindrical-coordinate representation of color #CE0DC9: hue angle of 301.55º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.19 |
| HSL | 301.55º | 0.88% | 0.43% | - |
| HSV(B) | 301.55º | 0.94% | 0.81% | - |
| XYZ | 36.14 | 17.63 | 56.76 | - |
| YUV | 92.14 | 189.44 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 201 | 0 | 0.94 | 0.02 | 0.19 | 301.55 | 0.88 | 0.43 |
| Hex | CE | D | C9 | 0 | 5E | 2 | 13 | 12E | 58 | 2B |
| Octal | 316 | 15 | 311 | 0 | 136 | 2 | 23 | 456 | 130 | 53 |
| Binary | 11001110 | 1101 | 11001001 | 0 | 1011110 | 10 | 10011 | 100101110 | 1011000 | 101011 |
Color Harmonies of #CE0DC9
Complementary color
Monochromatic Colors of #CE0DC9
Black with #CE0DC9
Text Example
Text Example
White with #CE0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DC9; }
p { color: rgb(206,13,201); }
H1.HeaderClassName
{
color: #CE0DC9;
}
.AnyTagClassName
{
color: #CE0DC9;
}
</style>
background-color css
<style>
a { background-color: #CE0DC9; }
a { background-color: rgb(206,13,201); }
div.DivClassName
{
background-color: #CE0DC9;
}
.BgClassName
{
background-color: #CE0DC9;
}
</style>
border-color css
<style>
span { border-color: #CE0DC9; }
span { border-color: rgb(206,13,201); }
td.TdClassName
{
border-color: #CE0DC9;
}
.TagClassName
{
border-color: #CE0DC9;
}
</style>