Shades of Deep Magenta #CE0CB9
Tints of Deep Magenta #CE0CB9
RGB
CMYK
RGB Variations
Color information
#CE0CB9 (or 0xCE0CB9) is known color: Deep Magenta. HEX triplet: CE, 0C and B9. RGB value is (206,12,185). Sum of RGB (Red+Green+Blue) = 206+12+185=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CB9 is #31F346. Grayscale: #595959. Windows color (decimal): -3273543 or 12127438. OLE color: 12127438.
HSL color Cylindrical-coordinate representation of color #CE0CB9: hue angle of 306.49º 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 #CE0CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 185 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.19 |
| HSL | 306.49º | 0.89% | 0.43% | - |
| HSV(B) | 306.49º | 0.94% | 0.81% | - |
| XYZ | 34.34 | 16.89 | 47.35 | - |
| YUV | 89.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 185 | 0 | 0.94 | 0.10 | 0.19 | 306.49 | 0.89 | 0.43 |
| Hex | CE | C | B9 | 0 | 5E | A | 13 | 132 | 59 | 2B |
| Octal | 316 | 14 | 271 | 0 | 136 | 12 | 23 | 462 | 131 | 53 |
| Binary | 11001110 | 1100 | 10111001 | 0 | 1011110 | 1010 | 10011 | 100110010 | 1011001 | 101011 |
Color Harmonies of #CE0CB9
Complementary color
Monochromatic Colors of #CE0CB9
Black with #CE0CB9
Text Example
Text Example
White with #CE0CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CB9; }
p { color: rgb(206,12,185); }
H1.HeaderClassName
{
color: #CE0CB9;
}
.AnyTagClassName
{
color: #CE0CB9;
}
</style>
background-color css
<style>
a { background-color: #CE0CB9; }
a { background-color: rgb(206,12,185); }
div.DivClassName
{
background-color: #CE0CB9;
}
.BgClassName
{
background-color: #CE0CB9;
}
</style>
border-color css
<style>
span { border-color: #CE0CB9; }
span { border-color: rgb(206,12,185); }
td.TdClassName
{
border-color: #CE0CB9;
}
.TagClassName
{
border-color: #CE0CB9;
}
</style>