Shades of Deep Magenta #CE12BB
Tints of Deep Magenta #CE12BB
RGB
CMYK
RGB Variations
Color information
#CE12BB (or 0xCE12BB) is known color: Deep Magenta. HEX triplet: CE, 12 and BB. RGB value is (206,18,187). Sum of RGB (Red+Green+Blue) = 206+18+187=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12BB is #31ED44. Grayscale: #5C5C5C. Windows color (decimal): -3272005 or 12260046. OLE color: 12260046.
HSL color Cylindrical-coordinate representation of color #CE12BB: hue angle of 306.06º 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 #CE12BB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 187 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.19 |
| HSL | 306.06º | 0.84% | 0.44% | - |
| HSV(B) | 306.06º | 0.91% | 0.81% | - |
| XYZ | 34.64 | 17.14 | 48.5 | - |
| YUV | 93.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 187 | 0 | 0.91 | 0.09 | 0.19 | 306.06 | 0.84 | 0.44 |
| Hex | CE | 12 | BB | 0 | 5B | 9 | 13 | 132 | 54 | 2C |
| Octal | 316 | 22 | 273 | 0 | 133 | 11 | 23 | 462 | 124 | 54 |
| Binary | 11001110 | 10010 | 10111011 | 0 | 1011011 | 1001 | 10011 | 100110010 | 1010100 | 101100 |
Color Harmonies of #CE12BB
Complementary color
Monochromatic Colors of #CE12BB
Black with #CE12BB
Text Example
Text Example
White with #CE12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12BB; }
p { color: rgb(206,18,187); }
H1.HeaderClassName
{
color: #CE12BB;
}
.AnyTagClassName
{
color: #CE12BB;
}
</style>
background-color css
<style>
a { background-color: #CE12BB; }
a { background-color: rgb(206,18,187); }
div.DivClassName
{
background-color: #CE12BB;
}
.BgClassName
{
background-color: #CE12BB;
}
</style>
border-color css
<style>
span { border-color: #CE12BB; }
span { border-color: rgb(206,18,187); }
td.TdClassName
{
border-color: #CE12BB;
}
.TagClassName
{
border-color: #CE12BB;
}
</style>