Shades of Deep Magenta #CE12AD
Tints of Deep Magenta #CE12AD
RGB
CMYK
RGB Variations
Color information
#CE12AD (or 0xCE12AD) is known color: Deep Magenta. HEX triplet: CE, 12 and AD. RGB value is (206,18,173). Sum of RGB (Red+Green+Blue) = 206+18+173=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12AD is #31ED52. Grayscale: #5B5B5B. Windows color (decimal): -3272019 or 11342542. OLE color: 11342542.
HSL color Cylindrical-coordinate representation of color #CE12AD: hue angle of 310.53º 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 #CE12AD is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.19 |
| HSL | 310.53º | 0.84% | 0.44% | - |
| HSV(B) | 310.53º | 0.91% | 0.81% | - |
| XYZ | 33.21 | 16.57 | 40.98 | - |
| YUV | 91.88 | 173.78 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 173 | 0 | 0.91 | 0.16 | 0.19 | 310.53 | 0.84 | 0.44 |
| Hex | CE | 12 | AD | 0 | 5B | 10 | 13 | 137 | 54 | 2C |
| Octal | 316 | 22 | 255 | 0 | 133 | 20 | 23 | 467 | 124 | 54 |
| Binary | 11001110 | 10010 | 10101101 | 0 | 1011011 | 10000 | 10011 | 100110111 | 1010100 | 101100 |
Color Harmonies of #CE12AD
Complementary color
Monochromatic Colors of #CE12AD
Black with #CE12AD
Text Example
Text Example
White with #CE12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12AD; }
p { color: rgb(206,18,173); }
H1.HeaderClassName
{
color: #CE12AD;
}
.AnyTagClassName
{
color: #CE12AD;
}
</style>
background-color css
<style>
a { background-color: #CE12AD; }
a { background-color: rgb(206,18,173); }
div.DivClassName
{
background-color: #CE12AD;
}
.BgClassName
{
background-color: #CE12AD;
}
</style>
border-color css
<style>
span { border-color: #CE12AD; }
span { border-color: rgb(206,18,173); }
td.TdClassName
{
border-color: #CE12AD;
}
.TagClassName
{
border-color: #CE12AD;
}
</style>