Shades of Deep Magenta #CE0ACE
Tints of Deep Magenta #CE0ACE
RGB
CMYK
RGB Variations
Color information
#CE0ACE (or 0xCE0ACE) is known color: Deep Magenta. HEX triplet: CE, 0A and CE. RGB value is (206,10,206). Sum of RGB (Red+Green+Blue) = 206+10+206=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ACE is #31F531. Grayscale: #5A5A5A. Windows color (decimal): -3274034 or 13503182. OLE color: 13503182.
HSL color Cylindrical-coordinate representation of color #CE0ACE: hue angle of 300º 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 #CE0ACE is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 206 | - |
| CMYK | 0 | 0.95 | 0 | 0.19 |
| HSL | 300º | 0.91% | 0.42% | - |
| HSV(B) | 300º | 0.95% | 0.81% | - |
| XYZ | 36.7 | 17.8 | 59.89 | - |
| YUV | 90.95 | 192.93 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 206 | 0 | 0.95 | 0 | 0.19 | 300 | 0.91 | 0.42 |
| Hex | CE | A | CE | 0 | 5F | 0 | 13 | 12C | 5B | 2A |
| Octal | 316 | 12 | 316 | 0 | 137 | 0 | 23 | 454 | 133 | 52 |
| Binary | 11001110 | 1010 | 11001110 | 0 | 1011111 | 0 | 10011 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CE0ACE
Complementary color
Monochromatic Colors of #CE0ACE
Black with #CE0ACE
Text Example
Text Example
White with #CE0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ACE; }
p { color: rgb(206,10,206); }
H1.HeaderClassName
{
color: #CE0ACE;
}
.AnyTagClassName
{
color: #CE0ACE;
}
</style>
background-color css
<style>
a { background-color: #CE0ACE; }
a { background-color: rgb(206,10,206); }
div.DivClassName
{
background-color: #CE0ACE;
}
.BgClassName
{
background-color: #CE0ACE;
}
</style>
border-color css
<style>
span { border-color: #CE0ACE; }
span { border-color: rgb(206,10,206); }
td.TdClassName
{
border-color: #CE0ACE;
}
.TagClassName
{
border-color: #CE0ACE;
}
</style>