Shades of Deep Magenta #CE0BDA
Tints of Deep Magenta #CE0BDA
RGB
CMYK
RGB Variations
Color information
#CE0BDA (or 0xCE0BDA) is known color: Deep Magenta. HEX triplet: CE, 0B and DA. RGB value is (206,11,218). Sum of RGB (Red+Green+Blue) = 206+11+218=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BDA is #31F425. Grayscale: #5C5C5C. Windows color (decimal): -3273766 or 14289870. OLE color: 14289870.
HSL color Cylindrical-coordinate representation of color #CE0BDA: hue angle of 296.52º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BDA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 11 | 218 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.15 |
| HSL | 296.52º | 0.9% | 0.45% | - |
| HSV(B) | 296.52º | 0.95% | 0.85% | - |
| XYZ | 38.23 | 18.42 | 67.87 | - |
| YUV | 92.9 | 198.6 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 218 | 0.06 | 0.95 | 0 | 0.15 | 296.52 | 0.9 | 0.45 |
| Hex | CE | B | DA | 6 | 5F | 0 | F | 129 | 5A | 2D |
| Octal | 316 | 13 | 332 | 6 | 137 | 0 | 17 | 451 | 132 | 55 |
| Binary | 11001110 | 1011 | 11011010 | 110 | 1011111 | 0 | 1111 | 100101001 | 1011010 | 101101 |
Color Harmonies of #CE0BDA
Complementary color
Monochromatic Colors of #CE0BDA
Black with #CE0BDA
Text Example
Text Example
White with #CE0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BDA; }
p { color: rgb(206,11,218); }
H1.HeaderClassName
{
color: #CE0BDA;
}
.AnyTagClassName
{
color: #CE0BDA;
}
</style>
background-color css
<style>
a { background-color: #CE0BDA; }
a { background-color: rgb(206,11,218); }
div.DivClassName
{
background-color: #CE0BDA;
}
.BgClassName
{
background-color: #CE0BDA;
}
</style>
border-color css
<style>
span { border-color: #CE0BDA; }
span { border-color: rgb(206,11,218); }
td.TdClassName
{
border-color: #CE0BDA;
}
.TagClassName
{
border-color: #CE0BDA;
}
</style>