Shades of Deep Magenta #CE0CB1
Tints of Deep Magenta #CE0CB1
RGB
CMYK
RGB Variations
Color information
#CE0CB1 (or 0xCE0CB1) is known color: Deep Magenta. HEX triplet: CE, 0C and B1. RGB value is (206,12,177). Sum of RGB (Red+Green+Blue) = 206+12+177=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0CB1 is #31F34E. Grayscale: #585858. Windows color (decimal): -3273551 or 11603150. OLE color: 11603150.
HSL color Cylindrical-coordinate representation of color #CE0CB1: hue angle of 308.97º 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 #CE0CB1 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 177 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.19 |
| HSL | 308.97º | 0.89% | 0.43% | - |
| HSV(B) | 308.97º | 0.94% | 0.81% | - |
| XYZ | 33.52 | 16.56 | 43.02 | - |
| YUV | 88.82 | 177.77 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 177 | 0 | 0.94 | 0.14 | 0.19 | 308.97 | 0.89 | 0.43 |
| Hex | CE | C | B1 | 0 | 5E | E | 13 | 135 | 59 | 2B |
| Octal | 316 | 14 | 261 | 0 | 136 | 16 | 23 | 465 | 131 | 53 |
| Binary | 11001110 | 1100 | 10110001 | 0 | 1011110 | 1110 | 10011 | 100110101 | 1011001 | 101011 |
Color Harmonies of #CE0CB1
Complementary color
Monochromatic Colors of #CE0CB1
Black with #CE0CB1
Text Example
Text Example
White with #CE0CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CB1; }
p { color: rgb(206,12,177); }
H1.HeaderClassName
{
color: #CE0CB1;
}
.AnyTagClassName
{
color: #CE0CB1;
}
</style>
background-color css
<style>
a { background-color: #CE0CB1; }
a { background-color: rgb(206,12,177); }
div.DivClassName
{
background-color: #CE0CB1;
}
.BgClassName
{
background-color: #CE0CB1;
}
</style>
border-color css
<style>
span { border-color: #CE0CB1; }
span { border-color: rgb(206,12,177); }
td.TdClassName
{
border-color: #CE0CB1;
}
.TagClassName
{
border-color: #CE0CB1;
}
</style>