Shades of Deep Magenta #CE0CBC
Tints of Deep Magenta #CE0CBC
RGB
CMYK
RGB Variations
Color information
#CE0CBC (or 0xCE0CBC) is known color: Deep Magenta. HEX triplet: CE, 0C and BC. RGB value is (206,12,188). Sum of RGB (Red+Green+Blue) = 206+12+188=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CBC is #31F343. Grayscale: #595959. Windows color (decimal): -3273540 or 12324046. OLE color: 12324046.
HSL color Cylindrical-coordinate representation of color #CE0CBC: hue angle of 305.57º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CBC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.19 |
| HSL | 305.57º | 0.89% | 0.43% | - |
| HSV(B) | 305.57º | 0.94% | 0.81% | - |
| XYZ | 34.66 | 17.02 | 49.03 | - |
| YUV | 90.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 188 | 0 | 0.94 | 0.09 | 0.19 | 305.57 | 0.89 | 0.43 |
| Hex | CE | C | BC | 0 | 5E | 9 | 13 | 132 | 59 | 2B |
| Octal | 316 | 14 | 274 | 0 | 136 | 11 | 23 | 462 | 131 | 53 |
| Binary | 11001110 | 1100 | 10111100 | 0 | 1011110 | 1001 | 10011 | 100110010 | 1011001 | 101011 |
Color Harmonies of #CE0CBC
Complementary color
Monochromatic Colors of #CE0CBC
Black with #CE0CBC
Text Example
Text Example
White with #CE0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CBC; }
p { color: rgb(206,12,188); }
H1.HeaderClassName
{
color: #CE0CBC;
}
.AnyTagClassName
{
color: #CE0CBC;
}
</style>
background-color css
<style>
a { background-color: #CE0CBC; }
a { background-color: rgb(206,12,188); }
div.DivClassName
{
background-color: #CE0CBC;
}
.BgClassName
{
background-color: #CE0CBC;
}
</style>
border-color css
<style>
span { border-color: #CE0CBC; }
span { border-color: rgb(206,12,188); }
td.TdClassName
{
border-color: #CE0CBC;
}
.TagClassName
{
border-color: #CE0CBC;
}
</style>