Shades of Deep Magenta #CE0CAC
Tints of Deep Magenta #CE0CAC
RGB
CMYK
RGB Variations
Color information
#CE0CAC (or 0xCE0CAC) is known color: Deep Magenta. HEX triplet: CE, 0C and AC. RGB value is (206,12,172). Sum of RGB (Red+Green+Blue) = 206+12+172=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CAC is #31F353. Grayscale: #575757. Windows color (decimal): -3273556 or 11275470. OLE color: 11275470.
HSL color Cylindrical-coordinate representation of color #CE0CAC: hue angle of 310.52º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.19 |
| HSL | 310.52º | 0.89% | 0.43% | - |
| HSV(B) | 310.52º | 0.94% | 0.81% | - |
| XYZ | 33.03 | 16.36 | 40.45 | - |
| YUV | 88.25 | 175.27 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 172 | 0 | 0.94 | 0.17 | 0.19 | 310.52 | 0.89 | 0.43 |
| Hex | CE | C | AC | 0 | 5E | 11 | 13 | 137 | 59 | 2B |
| Octal | 316 | 14 | 254 | 0 | 136 | 21 | 23 | 467 | 131 | 53 |
| Binary | 11001110 | 1100 | 10101100 | 0 | 1011110 | 10001 | 10011 | 100110111 | 1011001 | 101011 |
Color Harmonies of #CE0CAC
Complementary color
Monochromatic Colors of #CE0CAC
Black with #CE0CAC
Text Example
Text Example
White with #CE0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CAC; }
p { color: rgb(206,12,172); }
H1.HeaderClassName
{
color: #CE0CAC;
}
.AnyTagClassName
{
color: #CE0CAC;
}
</style>
background-color css
<style>
a { background-color: #CE0CAC; }
a { background-color: rgb(206,12,172); }
div.DivClassName
{
background-color: #CE0CAC;
}
.BgClassName
{
background-color: #CE0CAC;
}
</style>
border-color css
<style>
span { border-color: #CE0CAC; }
span { border-color: rgb(206,12,172); }
td.TdClassName
{
border-color: #CE0CAC;
}
.TagClassName
{
border-color: #CE0CAC;
}
</style>