Shades of Deep Magenta #CE0BBF
Tints of Deep Magenta #CE0BBF
RGB
CMYK
RGB Variations
Color information
#CE0BBF (or 0xCE0BBF) is known color: Deep Magenta. HEX triplet: CE, 0B and BF. RGB value is (206,11,191). Sum of RGB (Red+Green+Blue) = 206+11+191=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BBF is #31F440. Grayscale: #595959. Windows color (decimal): -3273793 or 12520398. OLE color: 12520398.
HSL color Cylindrical-coordinate representation of color #CE0BBF: hue angle of 304.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.19 |
| HSL | 304.62º | 0.9% | 0.43% | - |
| HSV(B) | 304.62º | 0.95% | 0.81% | - |
| XYZ | 34.98 | 17.12 | 50.75 | - |
| YUV | 89.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 191 | 0 | 0.95 | 0.07 | 0.19 | 304.62 | 0.9 | 0.43 |
| Hex | CE | B | BF | 0 | 5F | 7 | 13 | 131 | 5A | 2B |
| Octal | 316 | 13 | 277 | 0 | 137 | 7 | 23 | 461 | 132 | 53 |
| Binary | 11001110 | 1011 | 10111111 | 0 | 1011111 | 111 | 10011 | 100110001 | 1011010 | 101011 |
Color Harmonies of #CE0BBF
Complementary color
Monochromatic Colors of #CE0BBF
Black with #CE0BBF
Text Example
Text Example
White with #CE0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BBF; }
p { color: rgb(206,11,191); }
H1.HeaderClassName
{
color: #CE0BBF;
}
.AnyTagClassName
{
color: #CE0BBF;
}
</style>
background-color css
<style>
a { background-color: #CE0BBF; }
a { background-color: rgb(206,11,191); }
div.DivClassName
{
background-color: #CE0BBF;
}
.BgClassName
{
background-color: #CE0BBF;
}
</style>
border-color css
<style>
span { border-color: #CE0BBF; }
span { border-color: rgb(206,11,191); }
td.TdClassName
{
border-color: #CE0BBF;
}
.TagClassName
{
border-color: #CE0BBF;
}
</style>