Shades of Deep Magenta #CE0BBC
Tints of Deep Magenta #CE0BBC
RGB
CMYK
RGB Variations
Color information
#CE0BBC (or 0xCE0BBC) is known color: Deep Magenta. HEX triplet: CE, 0B and BC. RGB value is (206,11,188). Sum of RGB (Red+Green+Blue) = 206+11+188=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BBC is #31F443. Grayscale: #585858. Windows color (decimal): -3273796 or 12323790. OLE color: 12323790.
HSL color Cylindrical-coordinate representation of color #CE0BBC: hue angle of 305.54º 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 #CE0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.19 |
| HSL | 305.54º | 0.9% | 0.43% | - |
| HSV(B) | 305.54º | 0.95% | 0.81% | - |
| XYZ | 34.65 | 16.99 | 49.03 | - |
| YUV | 89.48 | 183.6 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 188 | 0 | 0.95 | 0.09 | 0.19 | 305.54 | 0.9 | 0.43 |
| Hex | CE | B | BC | 0 | 5F | 9 | 13 | 132 | 5A | 2B |
| Octal | 316 | 13 | 274 | 0 | 137 | 11 | 23 | 462 | 132 | 53 |
| Binary | 11001110 | 1011 | 10111100 | 0 | 1011111 | 1001 | 10011 | 100110010 | 1011010 | 101011 |
Color Harmonies of #CE0BBC
Complementary color
Monochromatic Colors of #CE0BBC
Black with #CE0BBC
Text Example
Text Example
White with #CE0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BBC; }
p { color: rgb(206,11,188); }
H1.HeaderClassName
{
color: #CE0BBC;
}
.AnyTagClassName
{
color: #CE0BBC;
}
</style>
background-color css
<style>
a { background-color: #CE0BBC; }
a { background-color: rgb(206,11,188); }
div.DivClassName
{
background-color: #CE0BBC;
}
.BgClassName
{
background-color: #CE0BBC;
}
</style>
border-color css
<style>
span { border-color: #CE0BBC; }
span { border-color: rgb(206,11,188); }
td.TdClassName
{
border-color: #CE0BBC;
}
.TagClassName
{
border-color: #CE0BBC;
}
</style>