Shades of Deep Magenta #CE0DC8
Tints of Deep Magenta #CE0DC8
RGB
CMYK
RGB Variations
Color information
#CE0DC8 (or 0xCE0DC8) is known color: Deep Magenta. HEX triplet: CE, 0D and C8. RGB value is (206,13,200). Sum of RGB (Red+Green+Blue) = 206+13+200=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC8 is #31F237. Grayscale: #5B5B5B. Windows color (decimal): -3273272 or 13110734. OLE color: 13110734.
HSL color Cylindrical-coordinate representation of color #CE0DC8: hue angle of 301.87º 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 #CE0DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 200 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.19 |
| HSL | 301.87º | 0.88% | 0.43% | - |
| HSV(B) | 301.87º | 0.94% | 0.81% | - |
| XYZ | 36.02 | 17.58 | 56.14 | - |
| YUV | 92.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 200 | 0 | 0.94 | 0.03 | 0.19 | 301.87 | 0.88 | 0.43 |
| Hex | CE | D | C8 | 0 | 5E | 3 | 13 | 12E | 58 | 2B |
| Octal | 316 | 15 | 310 | 0 | 136 | 3 | 23 | 456 | 130 | 53 |
| Binary | 11001110 | 1101 | 11001000 | 0 | 1011110 | 11 | 10011 | 100101110 | 1011000 | 101011 |
Color Harmonies of #CE0DC8
Complementary color
Monochromatic Colors of #CE0DC8
Black with #CE0DC8
Text Example
Text Example
White with #CE0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DC8; }
p { color: rgb(206,13,200); }
H1.HeaderClassName
{
color: #CE0DC8;
}
.AnyTagClassName
{
color: #CE0DC8;
}
</style>
background-color css
<style>
a { background-color: #CE0DC8; }
a { background-color: rgb(206,13,200); }
div.DivClassName
{
background-color: #CE0DC8;
}
.BgClassName
{
background-color: #CE0DC8;
}
</style>
border-color css
<style>
span { border-color: #CE0DC8; }
span { border-color: rgb(206,13,200); }
td.TdClassName
{
border-color: #CE0DC8;
}
.TagClassName
{
border-color: #CE0DC8;
}
</style>