Shades of Deep Magenta #CE0DBD
Tints of Deep Magenta #CE0DBD
RGB
CMYK
RGB Variations
Color information
#CE0DBD (or 0xCE0DBD) is known color: Deep Magenta. HEX triplet: CE, 0D and BD. RGB value is (206,13,189). Sum of RGB (Red+Green+Blue) = 206+13+189=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DBD is #31F242. Grayscale: #5A5A5A. Windows color (decimal): -3273283 or 12389838. OLE color: 12389838.
HSL color Cylindrical-coordinate representation of color #CE0DBD: hue angle of 305.28º 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 #CE0DBD is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 189 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.19 |
| HSL | 305.29º | 0.88% | 0.43% | - |
| HSV(B) | 305.29º | 0.94% | 0.81% | - |
| XYZ | 34.78 | 17.08 | 49.61 | - |
| YUV | 90.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 189 | 0 | 0.94 | 0.08 | 0.19 | 305.29 | 0.88 | 0.43 |
| Hex | CE | D | BD | 0 | 5E | 8 | 13 | 131 | 58 | 2B |
| Octal | 316 | 15 | 275 | 0 | 136 | 10 | 23 | 461 | 130 | 53 |
| Binary | 11001110 | 1101 | 10111101 | 0 | 1011110 | 1000 | 10011 | 100110001 | 1011000 | 101011 |
Color Harmonies of #CE0DBD
Complementary color
Monochromatic Colors of #CE0DBD
Black with #CE0DBD
Text Example
Text Example
White with #CE0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DBD; }
p { color: rgb(206,13,189); }
H1.HeaderClassName
{
color: #CE0DBD;
}
.AnyTagClassName
{
color: #CE0DBD;
}
</style>
background-color css
<style>
a { background-color: #CE0DBD; }
a { background-color: rgb(206,13,189); }
div.DivClassName
{
background-color: #CE0DBD;
}
.BgClassName
{
background-color: #CE0DBD;
}
</style>
border-color css
<style>
span { border-color: #CE0DBD; }
span { border-color: rgb(206,13,189); }
td.TdClassName
{
border-color: #CE0DBD;
}
.TagClassName
{
border-color: #CE0DBD;
}
</style>