Shades of Deep Magenta #CE16AC
Tints of Deep Magenta #CE16AC
RGB
CMYK
RGB Variations
Color information
#CE16AC (or 0xCE16AC) is known color: Deep Magenta. HEX triplet: CE, 16 and AC. RGB value is (206,22,172). Sum of RGB (Red+Green+Blue) = 206+22+172=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE16AC is #31E953. Grayscale: #5D5D5D. Windows color (decimal): -3270996 or 11278030. OLE color: 11278030.
HSL color Cylindrical-coordinate representation of color #CE16AC: hue angle of 311.09º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE16AC is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 172 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.19 |
| HSL | 311.09º | 0.81% | 0.45% | - |
| HSV(B) | 311.09º | 0.89% | 0.81% | - |
| XYZ | 33.19 | 16.67 | 40.5 | - |
| YUV | 94.12 | 171.96 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 172 | 0 | 0.89 | 0.17 | 0.19 | 311.09 | 0.81 | 0.45 |
| Hex | CE | 16 | AC | 0 | 59 | 11 | 13 | 137 | 51 | 2D |
| Octal | 316 | 26 | 254 | 0 | 131 | 21 | 23 | 467 | 121 | 55 |
| Binary | 11001110 | 10110 | 10101100 | 0 | 1011001 | 10001 | 10011 | 100110111 | 1010001 | 101101 |
Color Harmonies of #CE16AC
Complementary color
Monochromatic Colors of #CE16AC
Black with #CE16AC
Text Example
Text Example
White with #CE16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16AC; }
p { color: rgb(206,22,172); }
H1.HeaderClassName
{
color: #CE16AC;
}
.AnyTagClassName
{
color: #CE16AC;
}
</style>
background-color css
<style>
a { background-color: #CE16AC; }
a { background-color: rgb(206,22,172); }
div.DivClassName
{
background-color: #CE16AC;
}
.BgClassName
{
background-color: #CE16AC;
}
</style>
border-color css
<style>
span { border-color: #CE16AC; }
span { border-color: rgb(206,22,172); }
td.TdClassName
{
border-color: #CE16AC;
}
.TagClassName
{
border-color: #CE16AC;
}
</style>