Shades of Deep Magenta #CE0ACD
Tints of Deep Magenta #CE0ACD
RGB
CMYK
RGB Variations
Color information
#CE0ACD (or 0xCE0ACD) is known color: Deep Magenta. HEX triplet: CE, 0A and CD. RGB value is (206,10,205). Sum of RGB (Red+Green+Blue) = 206+10+205=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ACD is #31F532. Grayscale: #5A5A5A. Windows color (decimal): -3274035 or 13437646. OLE color: 13437646.
HSL color Cylindrical-coordinate representation of color #CE0ACD: hue angle of 300.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0ACD is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.19 |
| HSL | 300.31º | 0.91% | 0.42% | - |
| HSV(B) | 300.31º | 0.95% | 0.81% | - |
| XYZ | 36.58 | 17.75 | 59.26 | - |
| YUV | 90.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 205 | 0 | 0.95 | 0.00 | 0.19 | 300.31 | 0.91 | 0.42 |
| Hex | CE | A | CD | 0 | 5F | 0 | 13 | 12C | 5B | 2A |
| Octal | 316 | 12 | 315 | 0 | 137 | 0 | 23 | 454 | 133 | 52 |
| Binary | 11001110 | 1010 | 11001101 | 0 | 1011111 | 0 | 10011 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CE0ACD
Complementary color
Monochromatic Colors of #CE0ACD
Black with #CE0ACD
Text Example
Text Example
White with #CE0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ACD; }
p { color: rgb(206,10,205); }
H1.HeaderClassName
{
color: #CE0ACD;
}
.AnyTagClassName
{
color: #CE0ACD;
}
</style>
background-color css
<style>
a { background-color: #CE0ACD; }
a { background-color: rgb(206,10,205); }
div.DivClassName
{
background-color: #CE0ACD;
}
.BgClassName
{
background-color: #CE0ACD;
}
</style>
border-color css
<style>
span { border-color: #CE0ACD; }
span { border-color: rgb(206,10,205); }
td.TdClassName
{
border-color: #CE0ACD;
}
.TagClassName
{
border-color: #CE0ACD;
}
</style>