Shades of Deep Magenta #CE10AF
Tints of Deep Magenta #CE10AF
RGB
CMYK
RGB Variations
Color information
#CE10AF (or 0xCE10AF) is known color: Deep Magenta. HEX triplet: CE, 10 and AF. RGB value is (206,16,175). Sum of RGB (Red+Green+Blue) = 206+16+175=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10AF is #31EF50. Grayscale: #5A5A5A. Windows color (decimal): -3272529 or 11473102. OLE color: 11473102.
HSL color Cylindrical-coordinate representation of color #CE10AF: hue angle of 309.79º degrees, saturation: 0.86, 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 #CE10AF is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 175 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.19 |
| HSL | 309.79º | 0.86% | 0.44% | - |
| HSV(B) | 309.79º | 0.92% | 0.81% | - |
| XYZ | 33.38 | 16.59 | 42 | - |
| YUV | 90.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 175 | 0 | 0.92 | 0.15 | 0.19 | 309.79 | 0.86 | 0.44 |
| Hex | CE | 10 | AF | 0 | 5C | F | 13 | 136 | 56 | 2C |
| Octal | 316 | 20 | 257 | 0 | 134 | 17 | 23 | 466 | 126 | 54 |
| Binary | 11001110 | 10000 | 10101111 | 0 | 1011100 | 1111 | 10011 | 100110110 | 1010110 | 101100 |
Color Harmonies of #CE10AF
Complementary color
Monochromatic Colors of #CE10AF
Black with #CE10AF
Text Example
Text Example
White with #CE10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10AF; }
p { color: rgb(206,16,175); }
H1.HeaderClassName
{
color: #CE10AF;
}
.AnyTagClassName
{
color: #CE10AF;
}
</style>
background-color css
<style>
a { background-color: #CE10AF; }
a { background-color: rgb(206,16,175); }
div.DivClassName
{
background-color: #CE10AF;
}
.BgClassName
{
background-color: #CE10AF;
}
</style>
border-color css
<style>
span { border-color: #CE10AF; }
span { border-color: rgb(206,16,175); }
td.TdClassName
{
border-color: #CE10AF;
}
.TagClassName
{
border-color: #CE10AF;
}
</style>