Shades of Deep Magenta #CE0BD5
Tints of Deep Magenta #CE0BD5
RGB
CMYK
RGB Variations
Color information
#CE0BD5 (or 0xCE0BD5) is known color: Deep Magenta. HEX triplet: CE, 0B and D5. RGB value is (206,11,213). Sum of RGB (Red+Green+Blue) = 206+11+213=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE0BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BD5 is #31F42A. Grayscale: #5B5B5B. Windows color (decimal): -3273771 or 13962190. OLE color: 13962190.
HSL color Cylindrical-coordinate representation of color #CE0BD5: hue angle of 297.92º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BD5 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 11 | 213 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.16 |
| HSL | 297.92º | 0.9% | 0.44% | - |
| HSV(B) | 297.92º | 0.95% | 0.84% | - |
| XYZ | 37.58 | 18.17 | 64.48 | - |
| YUV | 92.33 | 196.1 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 213 | 0.03 | 0.95 | 0 | 0.16 | 297.92 | 0.9 | 0.44 |
| Hex | CE | B | D5 | 3 | 5F | 0 | 10 | 12A | 5A | 2C |
| Octal | 316 | 13 | 325 | 3 | 137 | 0 | 20 | 452 | 132 | 54 |
| Binary | 11001110 | 1011 | 11010101 | 11 | 1011111 | 0 | 10000 | 100101010 | 1011010 | 101100 |
Color Harmonies of #CE0BD5
Complementary color
Monochromatic Colors of #CE0BD5
Black with #CE0BD5
Text Example
Text Example
White with #CE0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BD5; }
p { color: rgb(206,11,213); }
H1.HeaderClassName
{
color: #CE0BD5;
}
.AnyTagClassName
{
color: #CE0BD5;
}
</style>
background-color css
<style>
a { background-color: #CE0BD5; }
a { background-color: rgb(206,11,213); }
div.DivClassName
{
background-color: #CE0BD5;
}
.BgClassName
{
background-color: #CE0BD5;
}
</style>
border-color css
<style>
span { border-color: #CE0BD5; }
span { border-color: rgb(206,11,213); }
td.TdClassName
{
border-color: #CE0BD5;
}
.TagClassName
{
border-color: #CE0BD5;
}
</style>