Shades of Deep Magenta #CE0DB0
Tints of Deep Magenta #CE0DB0
RGB
CMYK
RGB Variations
Color information
#CE0DB0 (or 0xCE0DB0) is known color: Deep Magenta. HEX triplet: CE, 0D and B0. RGB value is (206,13,176). Sum of RGB (Red+Green+Blue) = 206+13+176=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 13 (5.47% from 255 or 3.29% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0DB0 is #31F24F. Grayscale: #585858. Windows color (decimal): -3273296 or 11537870. OLE color: 11537870.
HSL color Cylindrical-coordinate representation of color #CE0DB0: hue angle of 309.33º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.19 |
| HSL | 309.33º | 0.88% | 0.43% | - |
| HSV(B) | 309.33º | 0.94% | 0.81% | - |
| XYZ | 33.43 | 16.54 | 42.51 | - |
| YUV | 89.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 176 | 0 | 0.94 | 0.15 | 0.19 | 309.33 | 0.88 | 0.43 |
| Hex | CE | D | B0 | 0 | 5E | F | 13 | 135 | 58 | 2B |
| Octal | 316 | 15 | 260 | 0 | 136 | 17 | 23 | 465 | 130 | 53 |
| Binary | 11001110 | 1101 | 10110000 | 0 | 1011110 | 1111 | 10011 | 100110101 | 1011000 | 101011 |
Color Harmonies of #CE0DB0
Complementary color
Monochromatic Colors of #CE0DB0
Black with #CE0DB0
Text Example
Text Example
White with #CE0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DB0; }
p { color: rgb(206,13,176); }
H1.HeaderClassName
{
color: #CE0DB0;
}
.AnyTagClassName
{
color: #CE0DB0;
}
</style>
background-color css
<style>
a { background-color: #CE0DB0; }
a { background-color: rgb(206,13,176); }
div.DivClassName
{
background-color: #CE0DB0;
}
.BgClassName
{
background-color: #CE0DB0;
}
</style>
border-color css
<style>
span { border-color: #CE0DB0; }
span { border-color: rgb(206,13,176); }
td.TdClassName
{
border-color: #CE0DB0;
}
.TagClassName
{
border-color: #CE0DB0;
}
</style>