Shades of Deep Magenta #CE00AC
Tints of Deep Magenta #CE00AC
RGB
CMYK
RGB Variations
Color information
#CE00AC (or 0xCE00AC) is known color: Deep Magenta. HEX triplet: CE, 00 and AC. RGB value is (206,0,172). Sum of RGB (Red+Green+Blue) = 206+0+172=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE00AC is #31FF53. Grayscale: #505050. Windows color (decimal): -3276628 or 11272398. OLE color: 11272398.
HSL color Cylindrical-coordinate representation of color #CE00AC: hue angle of 309.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00AC is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.17 | 0.19 |
| HSL | 309.9º | 1% | 0.4% | - |
| HSV(B) | 309.9º | 1% | 0.81% | - |
| XYZ | 32.9 | 16.1 | 40.4 | - |
| YUV | 81.2 | 179.25 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 172 | 0 | 1 | 0.17 | 0.19 | 309.9 | 1 | 0.4 |
| Hex | CE | 0 | AC | 0 | 64 | 11 | 13 | 136 | 64 | 28 |
| Octal | 316 | 0 | 254 | 0 | 144 | 21 | 23 | 466 | 144 | 50 |
| Binary | 11001110 | 0 | 10101100 | 0 | 1100100 | 10001 | 10011 | 100110110 | 1100100 | 101000 |
Color Harmonies of #CE00AC
Complementary color
Monochromatic Colors of #CE00AC
Black with #CE00AC
Text Example
Text Example
White with #CE00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00AC; }
p { color: rgb(206,0,172); }
H1.HeaderClassName
{
color: #CE00AC;
}
.AnyTagClassName
{
color: #CE00AC;
}
</style>
background-color css
<style>
a { background-color: #CE00AC; }
a { background-color: rgb(206,0,172); }
div.DivClassName
{
background-color: #CE00AC;
}
.BgClassName
{
background-color: #CE00AC;
}
</style>
border-color css
<style>
span { border-color: #CE00AC; }
span { border-color: rgb(206,0,172); }
td.TdClassName
{
border-color: #CE00AC;
}
.TagClassName
{
border-color: #CE00AC;
}
</style>