Shades of Deep Magenta #CE0AD9
Tints of Deep Magenta #CE0AD9
RGB
CMYK
RGB Variations
Color information
#CE0AD9 (or 0xCE0AD9) is known color: Deep Magenta. HEX triplet: CE, 0A and D9. RGB value is (206,10,217). Sum of RGB (Red+Green+Blue) = 206+10+217=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE0AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AD9 is #31F526. Grayscale: #5B5B5B. Windows color (decimal): -3274023 or 14224078. OLE color: 14224078.
HSL color Cylindrical-coordinate representation of color #CE0AD9: hue angle of 296.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0AD9 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 10 | 217 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.15 |
| HSL | 296.81º | 0.91% | 0.45% | - |
| HSV(B) | 296.81º | 0.95% | 0.85% | - |
| XYZ | 38.09 | 18.35 | 67.18 | - |
| YUV | 92.2 | 198.43 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 217 | 0.05 | 0.95 | 0 | 0.15 | 296.81 | 0.91 | 0.45 |
| Hex | CE | A | D9 | 5 | 5F | 0 | F | 129 | 5B | 2D |
| Octal | 316 | 12 | 331 | 5 | 137 | 0 | 17 | 451 | 133 | 55 |
| Binary | 11001110 | 1010 | 11011001 | 101 | 1011111 | 0 | 1111 | 100101001 | 1011011 | 101101 |
Color Harmonies of #CE0AD9
Complementary color
Monochromatic Colors of #CE0AD9
Black with #CE0AD9
Text Example
Text Example
White with #CE0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AD9; }
p { color: rgb(206,10,217); }
H1.HeaderClassName
{
color: #CE0AD9;
}
.AnyTagClassName
{
color: #CE0AD9;
}
</style>
background-color css
<style>
a { background-color: #CE0AD9; }
a { background-color: rgb(206,10,217); }
div.DivClassName
{
background-color: #CE0AD9;
}
.BgClassName
{
background-color: #CE0AD9;
}
</style>
border-color css
<style>
span { border-color: #CE0AD9; }
span { border-color: rgb(206,10,217); }
td.TdClassName
{
border-color: #CE0AD9;
}
.TagClassName
{
border-color: #CE0AD9;
}
</style>