Shades of Deep Magenta #CE11AC
Tints of Deep Magenta #CE11AC
RGB
CMYK
RGB Variations
Color information
#CE11AC (or 0xCE11AC) is known color: Deep Magenta. HEX triplet: CE, 11 and AC. RGB value is (206,17,172). Sum of RGB (Red+Green+Blue) = 206+17+172=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE11AC is #31EE53. Grayscale: #5A5A5A. Windows color (decimal): -3272276 or 11276750. OLE color: 11276750.
HSL color Cylindrical-coordinate representation of color #CE11AC: hue angle of 310.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11AC is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 172 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.19 |
| HSL | 310.79º | 0.85% | 0.44% | - |
| HSV(B) | 310.79º | 0.92% | 0.81% | - |
| XYZ | 33.1 | 16.5 | 40.47 | - |
| YUV | 91.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 172 | 0 | 0.92 | 0.17 | 0.19 | 310.79 | 0.85 | 0.44 |
| Hex | CE | 11 | AC | 0 | 5C | 11 | 13 | 137 | 55 | 2C |
| Octal | 316 | 21 | 254 | 0 | 134 | 21 | 23 | 467 | 125 | 54 |
| Binary | 11001110 | 10001 | 10101100 | 0 | 1011100 | 10001 | 10011 | 100110111 | 1010101 | 101100 |
Color Harmonies of #CE11AC
Complementary color
Monochromatic Colors of #CE11AC
Black with #CE11AC
Text Example
Text Example
White with #CE11AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11AC; }
p { color: rgb(206,17,172); }
H1.HeaderClassName
{
color: #CE11AC;
}
.AnyTagClassName
{
color: #CE11AC;
}
</style>
background-color css
<style>
a { background-color: #CE11AC; }
a { background-color: rgb(206,17,172); }
div.DivClassName
{
background-color: #CE11AC;
}
.BgClassName
{
background-color: #CE11AC;
}
</style>
border-color css
<style>
span { border-color: #CE11AC; }
span { border-color: rgb(206,17,172); }
td.TdClassName
{
border-color: #CE11AC;
}
.TagClassName
{
border-color: #CE11AC;
}
</style>