Shades of Deep Magenta #CE0CBA
Tints of Deep Magenta #CE0CBA
RGB
CMYK
RGB Variations
Color information
#CE0CBA (or 0xCE0CBA) is known color: Deep Magenta. HEX triplet: CE, 0C and BA. RGB value is (206,12,186). Sum of RGB (Red+Green+Blue) = 206+12+186=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CBA is #31F345. Grayscale: #595959. Windows color (decimal): -3273542 or 12192974. OLE color: 12192974.
HSL color Cylindrical-coordinate representation of color #CE0CBA: hue angle of 306.19º 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 #CE0CBA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 186 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.19 |
| HSL | 306.19º | 0.89% | 0.43% | - |
| HSV(B) | 306.19º | 0.94% | 0.81% | - |
| XYZ | 34.45 | 16.93 | 47.91 | - |
| YUV | 89.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 186 | 0 | 0.94 | 0.10 | 0.19 | 306.19 | 0.89 | 0.43 |
| Hex | CE | C | BA | 0 | 5E | A | 13 | 132 | 59 | 2B |
| Octal | 316 | 14 | 272 | 0 | 136 | 12 | 23 | 462 | 131 | 53 |
| Binary | 11001110 | 1100 | 10111010 | 0 | 1011110 | 1010 | 10011 | 100110010 | 1011001 | 101011 |
Color Harmonies of #CE0CBA
Complementary color
Monochromatic Colors of #CE0CBA
Black with #CE0CBA
Text Example
Text Example
White with #CE0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CBA; }
p { color: rgb(206,12,186); }
H1.HeaderClassName
{
color: #CE0CBA;
}
.AnyTagClassName
{
color: #CE0CBA;
}
</style>
background-color css
<style>
a { background-color: #CE0CBA; }
a { background-color: rgb(206,12,186); }
div.DivClassName
{
background-color: #CE0CBA;
}
.BgClassName
{
background-color: #CE0CBA;
}
</style>
border-color css
<style>
span { border-color: #CE0CBA; }
span { border-color: rgb(206,12,186); }
td.TdClassName
{
border-color: #CE0CBA;
}
.TagClassName
{
border-color: #CE0CBA;
}
</style>