Shades of Deep Magenta #CE0BAE
Tints of Deep Magenta #CE0BAE
RGB
CMYK
RGB Variations
Color information
#CE0BAE (or 0xCE0BAE) is known color: Deep Magenta. HEX triplet: CE, 0B and AE. RGB value is (206,11,174). Sum of RGB (Red+Green+Blue) = 206+11+174=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0BAE is #31F451. Grayscale: #575757. Windows color (decimal): -3273810 or 11406286. OLE color: 11406286.
HSL color Cylindrical-coordinate representation of color #CE0BAE: hue angle of 309.85º 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 #CE0BAE is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 174 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.19 |
| HSL | 309.85º | 0.9% | 0.43% | - |
| HSV(B) | 309.85º | 0.95% | 0.81% | - |
| XYZ | 33.21 | 16.42 | 41.46 | - |
| YUV | 87.89 | 176.6 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 174 | 0 | 0.95 | 0.16 | 0.19 | 309.85 | 0.9 | 0.43 |
| Hex | CE | B | AE | 0 | 5F | 10 | 13 | 136 | 5A | 2B |
| Octal | 316 | 13 | 256 | 0 | 137 | 20 | 23 | 466 | 132 | 53 |
| Binary | 11001110 | 1011 | 10101110 | 0 | 1011111 | 10000 | 10011 | 100110110 | 1011010 | 101011 |
Color Harmonies of #CE0BAE
Complementary color
Monochromatic Colors of #CE0BAE
Black with #CE0BAE
Text Example
Text Example
White with #CE0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BAE; }
p { color: rgb(206,11,174); }
H1.HeaderClassName
{
color: #CE0BAE;
}
.AnyTagClassName
{
color: #CE0BAE;
}
</style>
background-color css
<style>
a { background-color: #CE0BAE; }
a { background-color: rgb(206,11,174); }
div.DivClassName
{
background-color: #CE0BAE;
}
.BgClassName
{
background-color: #CE0BAE;
}
</style>
border-color css
<style>
span { border-color: #CE0BAE; }
span { border-color: rgb(206,11,174); }
td.TdClassName
{
border-color: #CE0BAE;
}
.TagClassName
{
border-color: #CE0BAE;
}
</style>