Shades of Deep Magenta #CE0DBE
Tints of Deep Magenta #CE0DBE
RGB
CMYK
RGB Variations
Color information
#CE0DBE (or 0xCE0DBE) is known color: Deep Magenta. HEX triplet: CE, 0D and BE. RGB value is (206,13,190). Sum of RGB (Red+Green+Blue) = 206+13+190=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0DBE is #31F241. Grayscale: #5A5A5A. Windows color (decimal): -3273282 or 12455374. OLE color: 12455374.
HSL color Cylindrical-coordinate representation of color #CE0DBE: hue angle of 304.97º 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 #CE0DBE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 190 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.19 |
| HSL | 304.97º | 0.88% | 0.43% | - |
| HSV(B) | 304.97º | 0.94% | 0.81% | - |
| XYZ | 34.89 | 17.13 | 50.18 | - |
| YUV | 90.89 | 183.94 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 190 | 0 | 0.94 | 0.08 | 0.19 | 304.97 | 0.88 | 0.43 |
| Hex | CE | D | BE | 0 | 5E | 8 | 13 | 131 | 58 | 2B |
| Octal | 316 | 15 | 276 | 0 | 136 | 10 | 23 | 461 | 130 | 53 |
| Binary | 11001110 | 1101 | 10111110 | 0 | 1011110 | 1000 | 10011 | 100110001 | 1011000 | 101011 |
Color Harmonies of #CE0DBE
Complementary color
Monochromatic Colors of #CE0DBE
Black with #CE0DBE
Text Example
Text Example
White with #CE0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DBE; }
p { color: rgb(206,13,190); }
H1.HeaderClassName
{
color: #CE0DBE;
}
.AnyTagClassName
{
color: #CE0DBE;
}
</style>
background-color css
<style>
a { background-color: #CE0DBE; }
a { background-color: rgb(206,13,190); }
div.DivClassName
{
background-color: #CE0DBE;
}
.BgClassName
{
background-color: #CE0DBE;
}
</style>
border-color css
<style>
span { border-color: #CE0DBE; }
span { border-color: rgb(206,13,190); }
td.TdClassName
{
border-color: #CE0DBE;
}
.TagClassName
{
border-color: #CE0DBE;
}
</style>