Shades of Deep Magenta #CE0BAC
Tints of Deep Magenta #CE0BAC
RGB
CMYK
RGB Variations
Color information
#CE0BAC (or 0xCE0BAC) is known color: Deep Magenta. HEX triplet: CE, 0B and AC. RGB value is (206,11,172). Sum of RGB (Red+Green+Blue) = 206+11+172=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0BAC is #31F453. Grayscale: #575757. Windows color (decimal): -3273812 or 11275214. OLE color: 11275214.
HSL color Cylindrical-coordinate representation of color #CE0BAC: hue angle of 310.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BAC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 172 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.19 |
| HSL | 310.46º | 0.9% | 0.43% | - |
| HSV(B) | 310.46º | 0.95% | 0.81% | - |
| XYZ | 33.02 | 16.34 | 40.44 | - |
| YUV | 87.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 172 | 0 | 0.95 | 0.17 | 0.19 | 310.46 | 0.9 | 0.43 |
| Hex | CE | B | AC | 0 | 5F | 11 | 13 | 136 | 5A | 2B |
| Octal | 316 | 13 | 254 | 0 | 137 | 21 | 23 | 466 | 132 | 53 |
| Binary | 11001110 | 1011 | 10101100 | 0 | 1011111 | 10001 | 10011 | 100110110 | 1011010 | 101011 |
Color Harmonies of #CE0BAC
Complementary color
Monochromatic Colors of #CE0BAC
Black with #CE0BAC
Text Example
Text Example
White with #CE0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BAC; }
p { color: rgb(206,11,172); }
H1.HeaderClassName
{
color: #CE0BAC;
}
.AnyTagClassName
{
color: #CE0BAC;
}
</style>
background-color css
<style>
a { background-color: #CE0BAC; }
a { background-color: rgb(206,11,172); }
div.DivClassName
{
background-color: #CE0BAC;
}
.BgClassName
{
background-color: #CE0BAC;
}
</style>
border-color css
<style>
span { border-color: #CE0BAC; }
span { border-color: rgb(206,11,172); }
td.TdClassName
{
border-color: #CE0BAC;
}
.TagClassName
{
border-color: #CE0BAC;
}
</style>