Shades of Deep Magenta #CE12B2
Tints of Deep Magenta #CE12B2
RGB
CMYK
RGB Variations
Color information
#CE12B2 (or 0xCE12B2) is known color: Deep Magenta. HEX triplet: CE, 12 and B2. RGB value is (206,18,178). Sum of RGB (Red+Green+Blue) = 206+18+178=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE12B2 is #31ED4D. Grayscale: #5C5C5C. Windows color (decimal): -3272014 or 11670222. OLE color: 11670222.
HSL color Cylindrical-coordinate representation of color #CE12B2: hue angle of 308.94º 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 #CE12B2 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 178 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.19 |
| HSL | 308.94º | 0.84% | 0.44% | - |
| HSV(B) | 308.94º | 0.91% | 0.81% | - |
| XYZ | 33.71 | 16.77 | 43.58 | - |
| YUV | 92.45 | 176.28 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 178 | 0 | 0.91 | 0.14 | 0.19 | 308.94 | 0.84 | 0.44 |
| Hex | CE | 12 | B2 | 0 | 5B | E | 13 | 135 | 54 | 2C |
| Octal | 316 | 22 | 262 | 0 | 133 | 16 | 23 | 465 | 124 | 54 |
| Binary | 11001110 | 10010 | 10110010 | 0 | 1011011 | 1110 | 10011 | 100110101 | 1010100 | 101100 |
Color Harmonies of #CE12B2
Complementary color
Monochromatic Colors of #CE12B2
Black with #CE12B2
Text Example
Text Example
White with #CE12B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12B2; }
p { color: rgb(206,18,178); }
H1.HeaderClassName
{
color: #CE12B2;
}
.AnyTagClassName
{
color: #CE12B2;
}
</style>
background-color css
<style>
a { background-color: #CE12B2; }
a { background-color: rgb(206,18,178); }
div.DivClassName
{
background-color: #CE12B2;
}
.BgClassName
{
background-color: #CE12B2;
}
</style>
border-color css
<style>
span { border-color: #CE12B2; }
span { border-color: rgb(206,18,178); }
td.TdClassName
{
border-color: #CE12B2;
}
.TagClassName
{
border-color: #CE12B2;
}
</style>