Shades of Deep Magenta #CE0ECD
Tints of Deep Magenta #CE0ECD
RGB
CMYK
RGB Variations
Color information
#CE0ECD (or 0xCE0ECD) is known color: Deep Magenta. HEX triplet: CE, 0E and CD. RGB value is (206,14,205). Sum of RGB (Red+Green+Blue) = 206+14+205=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ECD is #31F132. Grayscale: #5C5C5C. Windows color (decimal): -3273011 or 13438670. OLE color: 13438670.
HSL color Cylindrical-coordinate representation of color #CE0ECD: hue angle of 300.31º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0ECD is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 205 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.19 |
| HSL | 300.31º | 0.87% | 0.43% | - |
| HSV(B) | 300.31º | 0.93% | 0.81% | - |
| XYZ | 36.63 | 17.84 | 59.27 | - |
| YUV | 93.18 | 191.11 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 205 | 0 | 0.93 | 0.00 | 0.19 | 300.31 | 0.87 | 0.43 |
| Hex | CE | E | CD | 0 | 5D | 0 | 13 | 12C | 57 | 2B |
| Octal | 316 | 16 | 315 | 0 | 135 | 0 | 23 | 454 | 127 | 53 |
| Binary | 11001110 | 1110 | 11001101 | 0 | 1011101 | 0 | 10011 | 100101100 | 1010111 | 101011 |
Color Harmonies of #CE0ECD
Complementary color
Monochromatic Colors of #CE0ECD
Black with #CE0ECD
Text Example
Text Example
White with #CE0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ECD; }
p { color: rgb(206,14,205); }
H1.HeaderClassName
{
color: #CE0ECD;
}
.AnyTagClassName
{
color: #CE0ECD;
}
</style>
background-color css
<style>
a { background-color: #CE0ECD; }
a { background-color: rgb(206,14,205); }
div.DivClassName
{
background-color: #CE0ECD;
}
.BgClassName
{
background-color: #CE0ECD;
}
</style>
border-color css
<style>
span { border-color: #CE0ECD; }
span { border-color: rgb(206,14,205); }
td.TdClassName
{
border-color: #CE0ECD;
}
.TagClassName
{
border-color: #CE0ECD;
}
</style>