Shades of Deep Magenta #CE16AF
Tints of Deep Magenta #CE16AF
RGB
CMYK
RGB Variations
Color information
#CE16AF (or 0xCE16AF) is known color: Deep Magenta. HEX triplet: CE, 16 and AF. RGB value is (206,22,175). Sum of RGB (Red+Green+Blue) = 206+22+175=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE16AF is #31E950. Grayscale: #5E5E5E. Windows color (decimal): -3270993 or 11474638. OLE color: 11474638.
HSL color Cylindrical-coordinate representation of color #CE16AF: hue angle of 310.11º 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 #CE16AF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.19 |
| HSL | 310.11º | 0.81% | 0.45% | - |
| HSV(B) | 310.11º | 0.89% | 0.81% | - |
| XYZ | 33.48 | 16.79 | 42.03 | - |
| YUV | 94.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 175 | 0 | 0.89 | 0.15 | 0.19 | 310.11 | 0.81 | 0.45 |
| Hex | CE | 16 | AF | 0 | 59 | F | 13 | 136 | 51 | 2D |
| Octal | 316 | 26 | 257 | 0 | 131 | 17 | 23 | 466 | 121 | 55 |
| Binary | 11001110 | 10110 | 10101111 | 0 | 1011001 | 1111 | 10011 | 100110110 | 1010001 | 101101 |
Color Harmonies of #CE16AF
Complementary color
Monochromatic Colors of #CE16AF
Black with #CE16AF
Text Example
Text Example
White with #CE16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE16AF; }
p { color: rgb(206,22,175); }
H1.HeaderClassName
{
color: #CE16AF;
}
.AnyTagClassName
{
color: #CE16AF;
}
</style>
background-color css
<style>
a { background-color: #CE16AF; }
a { background-color: rgb(206,22,175); }
div.DivClassName
{
background-color: #CE16AF;
}
.BgClassName
{
background-color: #CE16AF;
}
</style>
border-color css
<style>
span { border-color: #CE16AF; }
span { border-color: rgb(206,22,175); }
td.TdClassName
{
border-color: #CE16AF;
}
.TagClassName
{
border-color: #CE16AF;
}
</style>