Shades of Deep Magenta #CE0DC0
Tints of Deep Magenta #CE0DC0
RGB
CMYK
RGB Variations
Color information
#CE0DC0 (or 0xCE0DC0) is known color: Deep Magenta. HEX triplet: CE, 0D and C0. RGB value is (206,13,192). Sum of RGB (Red+Green+Blue) = 206+13+192=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DC0 is #31F23F. Grayscale: #5A5A5A. Windows color (decimal): -3273280 or 12586446. OLE color: 12586446.
HSL color Cylindrical-coordinate representation of color #CE0DC0: hue angle of 304.35º 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 #CE0DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.19 |
| HSL | 304.35º | 0.88% | 0.43% | - |
| HSV(B) | 304.35º | 0.94% | 0.81% | - |
| XYZ | 35.11 | 17.22 | 51.34 | - |
| YUV | 91.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 192 | 0 | 0.94 | 0.07 | 0.19 | 304.35 | 0.88 | 0.43 |
| Hex | CE | D | C0 | 0 | 5E | 7 | 13 | 130 | 58 | 2B |
| Octal | 316 | 15 | 300 | 0 | 136 | 7 | 23 | 460 | 130 | 53 |
| Binary | 11001110 | 1101 | 11000000 | 0 | 1011110 | 111 | 10011 | 100110000 | 1011000 | 101011 |
Color Harmonies of #CE0DC0
Complementary color
Monochromatic Colors of #CE0DC0
Black with #CE0DC0
Text Example
Text Example
White with #CE0DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DC0; }
p { color: rgb(206,13,192); }
H1.HeaderClassName
{
color: #CE0DC0;
}
.AnyTagClassName
{
color: #CE0DC0;
}
</style>
background-color css
<style>
a { background-color: #CE0DC0; }
a { background-color: rgb(206,13,192); }
div.DivClassName
{
background-color: #CE0DC0;
}
.BgClassName
{
background-color: #CE0DC0;
}
</style>
border-color css
<style>
span { border-color: #CE0DC0; }
span { border-color: rgb(206,13,192); }
td.TdClassName
{
border-color: #CE0DC0;
}
.TagClassName
{
border-color: #CE0DC0;
}
</style>