Shades of Deep Magenta #CE0ACB
Tints of Deep Magenta #CE0ACB
RGB
CMYK
RGB Variations
Color information
#CE0ACB (or 0xCE0ACB) is known color: Deep Magenta. HEX triplet: CE, 0A and CB. RGB value is (206,10,203). Sum of RGB (Red+Green+Blue) = 206+10+203=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ACB is #31F534. Grayscale: #5A5A5A. Windows color (decimal): -3274037 or 13306574. OLE color: 13306574.
HSL color Cylindrical-coordinate representation of color #CE0ACB: hue angle of 300.92º 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 #CE0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.19 |
| HSL | 300.92º | 0.91% | 0.42% | - |
| HSV(B) | 300.92º | 0.95% | 0.81% | - |
| XYZ | 36.34 | 17.65 | 57.99 | - |
| YUV | 90.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 203 | 0 | 0.95 | 0.01 | 0.19 | 300.92 | 0.91 | 0.42 |
| Hex | CE | A | CB | 0 | 5F | 1 | 13 | 12D | 5B | 2A |
| Octal | 316 | 12 | 313 | 0 | 137 | 1 | 23 | 455 | 133 | 52 |
| Binary | 11001110 | 1010 | 11001011 | 0 | 1011111 | 1 | 10011 | 100101101 | 1011011 | 101010 |
Color Harmonies of #CE0ACB
Complementary color
Monochromatic Colors of #CE0ACB
Black with #CE0ACB
Text Example
Text Example
White with #CE0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ACB; }
p { color: rgb(206,10,203); }
H1.HeaderClassName
{
color: #CE0ACB;
}
.AnyTagClassName
{
color: #CE0ACB;
}
</style>
background-color css
<style>
a { background-color: #CE0ACB; }
a { background-color: rgb(206,10,203); }
div.DivClassName
{
background-color: #CE0ACB;
}
.BgClassName
{
background-color: #CE0ACB;
}
</style>
border-color css
<style>
span { border-color: #CE0ACB; }
span { border-color: rgb(206,10,203); }
td.TdClassName
{
border-color: #CE0ACB;
}
.TagClassName
{
border-color: #CE0ACB;
}
</style>