Shades of Deep Magenta #CE0CBD
Tints of Deep Magenta #CE0CBD
RGB
CMYK
RGB Variations
Color information
#CE0CBD (or 0xCE0CBD) is known color: Deep Magenta. HEX triplet: CE, 0C and BD. RGB value is (206,12,189). Sum of RGB (Red+Green+Blue) = 206+12+189=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CBD is #31F342. Grayscale: #595959. Windows color (decimal): -3273539 or 12389582. OLE color: 12389582.
HSL color Cylindrical-coordinate representation of color #CE0CBD: hue angle of 305.26º 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 #CE0CBD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.19 |
| HSL | 305.26º | 0.89% | 0.43% | - |
| HSV(B) | 305.26º | 0.94% | 0.81% | - |
| XYZ | 34.77 | 17.06 | 49.6 | - |
| YUV | 90.18 | 183.77 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 189 | 0 | 0.94 | 0.08 | 0.19 | 305.26 | 0.89 | 0.43 |
| Hex | CE | C | BD | 0 | 5E | 8 | 13 | 131 | 59 | 2B |
| Octal | 316 | 14 | 275 | 0 | 136 | 10 | 23 | 461 | 131 | 53 |
| Binary | 11001110 | 1100 | 10111101 | 0 | 1011110 | 1000 | 10011 | 100110001 | 1011001 | 101011 |
Color Harmonies of #CE0CBD
Complementary color
Monochromatic Colors of #CE0CBD
Black with #CE0CBD
Text Example
Text Example
White with #CE0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CBD; }
p { color: rgb(206,12,189); }
H1.HeaderClassName
{
color: #CE0CBD;
}
.AnyTagClassName
{
color: #CE0CBD;
}
</style>
background-color css
<style>
a { background-color: #CE0CBD; }
a { background-color: rgb(206,12,189); }
div.DivClassName
{
background-color: #CE0CBD;
}
.BgClassName
{
background-color: #CE0CBD;
}
</style>
border-color css
<style>
span { border-color: #CE0CBD; }
span { border-color: rgb(206,12,189); }
td.TdClassName
{
border-color: #CE0CBD;
}
.TagClassName
{
border-color: #CE0CBD;
}
</style>