Shades of Deep Magenta #CE0ACC
Tints of Deep Magenta #CE0ACC
RGB
CMYK
RGB Variations
Color information
#CE0ACC (or 0xCE0ACC) is known color: Deep Magenta. HEX triplet: CE, 0A and CC. RGB value is (206,10,204). Sum of RGB (Red+Green+Blue) = 206+10+204=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ACC is #31F533. Grayscale: #5A5A5A. Windows color (decimal): -3274036 or 13372110. OLE color: 13372110.
HSL color Cylindrical-coordinate representation of color #CE0ACC: hue angle of 300.61º 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 #CE0ACC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 204 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.19 |
| HSL | 300.61º | 0.91% | 0.42% | - |
| HSV(B) | 300.61º | 0.95% | 0.81% | - |
| XYZ | 36.46 | 17.7 | 58.62 | - |
| YUV | 90.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 204 | 0 | 0.95 | 0.01 | 0.19 | 300.61 | 0.91 | 0.42 |
| Hex | CE | A | CC | 0 | 5F | 1 | 13 | 12D | 5B | 2A |
| Octal | 316 | 12 | 314 | 0 | 137 | 1 | 23 | 455 | 133 | 52 |
| Binary | 11001110 | 1010 | 11001100 | 0 | 1011111 | 1 | 10011 | 100101101 | 1011011 | 101010 |
Color Harmonies of #CE0ACC
Complementary color
Monochromatic Colors of #CE0ACC
Black with #CE0ACC
Text Example
Text Example
White with #CE0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ACC; }
p { color: rgb(206,10,204); }
H1.HeaderClassName
{
color: #CE0ACC;
}
.AnyTagClassName
{
color: #CE0ACC;
}
</style>
background-color css
<style>
a { background-color: #CE0ACC; }
a { background-color: rgb(206,10,204); }
div.DivClassName
{
background-color: #CE0ACC;
}
.BgClassName
{
background-color: #CE0ACC;
}
</style>
border-color css
<style>
span { border-color: #CE0ACC; }
span { border-color: rgb(206,10,204); }
td.TdClassName
{
border-color: #CE0ACC;
}
.TagClassName
{
border-color: #CE0ACC;
}
</style>