Shades of Deep Magenta #CE12BD
Tints of Deep Magenta #CE12BD
RGB
CMYK
RGB Variations
Color information
#CE12BD (or 0xCE12BD) is known color: Deep Magenta. HEX triplet: CE, 12 and BD. RGB value is (206,18,189). Sum of RGB (Red+Green+Blue) = 206+18+189=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE12BD is #31ED42. Grayscale: #5D5D5D. Windows color (decimal): -3272003 or 12391118. OLE color: 12391118.
HSL color Cylindrical-coordinate representation of color #CE12BD: hue angle of 305.43º 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 #CE12BD is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.19 |
| HSL | 305.43º | 0.84% | 0.44% | - |
| HSV(B) | 305.43º | 0.91% | 0.81% | - |
| XYZ | 34.86 | 17.23 | 49.63 | - |
| YUV | 93.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 189 | 0 | 0.91 | 0.08 | 0.19 | 305.43 | 0.84 | 0.44 |
| Hex | CE | 12 | BD | 0 | 5B | 8 | 13 | 131 | 54 | 2C |
| Octal | 316 | 22 | 275 | 0 | 133 | 10 | 23 | 461 | 124 | 54 |
| Binary | 11001110 | 10010 | 10111101 | 0 | 1011011 | 1000 | 10011 | 100110001 | 1010100 | 101100 |
Color Harmonies of #CE12BD
Complementary color
Monochromatic Colors of #CE12BD
Black with #CE12BD
Text Example
Text Example
White with #CE12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE12BD; }
p { color: rgb(206,18,189); }
H1.HeaderClassName
{
color: #CE12BD;
}
.AnyTagClassName
{
color: #CE12BD;
}
</style>
background-color css
<style>
a { background-color: #CE12BD; }
a { background-color: rgb(206,18,189); }
div.DivClassName
{
background-color: #CE12BD;
}
.BgClassName
{
background-color: #CE12BD;
}
</style>
border-color css
<style>
span { border-color: #CE12BD; }
span { border-color: rgb(206,18,189); }
td.TdClassName
{
border-color: #CE12BD;
}
.TagClassName
{
border-color: #CE12BD;
}
</style>