Shades of Deep Magenta #CE12AF
Tints of Deep Magenta #CE12AF
RGB
CMYK
RGB Variations
Color information
#CE12AF (or 0xCE12AF) is known color: Deep Magenta. HEX triplet: CE, 12 and AF. RGB value is (206,18,175). Sum of RGB (Red+Green+Blue) = 206+18+175=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12AF is #31ED50. Grayscale: #5B5B5B. Windows color (decimal): -3272017 or 11473614. OLE color: 11473614.
HSL color Cylindrical-coordinate representation of color #CE12AF: hue angle of 309.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE12AF is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.19 |
| HSL | 309.89º | 0.84% | 0.44% | - |
| HSV(B) | 309.89º | 0.91% | 0.81% | - |
| XYZ | 33.41 | 16.65 | 42.01 | - |
| YUV | 92.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 175 | 0 | 0.91 | 0.15 | 0.19 | 309.89 | 0.84 | 0.44 |
| Hex | CE | 12 | AF | 0 | 5B | F | 13 | 136 | 54 | 2C |
| Octal | 316 | 22 | 257 | 0 | 133 | 17 | 23 | 466 | 124 | 54 |
| Binary | 11001110 | 10010 | 10101111 | 0 | 1011011 | 1111 | 10011 | 100110110 | 1010100 | 101100 |
Color Harmonies of #CE12AF
Complementary color
Monochromatic Colors of #CE12AF
Black with #CE12AF
Text Example
Text Example
White with #CE12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12AF; }
p { color: rgb(206,18,175); }
H1.HeaderClassName
{
color: #CE12AF;
}
.AnyTagClassName
{
color: #CE12AF;
}
</style>
background-color css
<style>
a { background-color: #CE12AF; }
a { background-color: rgb(206,18,175); }
div.DivClassName
{
background-color: #CE12AF;
}
.BgClassName
{
background-color: #CE12AF;
}
</style>
border-color css
<style>
span { border-color: #CE12AF; }
span { border-color: rgb(206,18,175); }
td.TdClassName
{
border-color: #CE12AF;
}
.TagClassName
{
border-color: #CE12AF;
}
</style>