Shades of Deep Magenta #CE0DAD
Tints of Deep Magenta #CE0DAD
RGB
CMYK
RGB Variations
Color information
#CE0DAD (or 0xCE0DAD) is known color: Deep Magenta. HEX triplet: CE, 0D and AD. RGB value is (206,13,173). Sum of RGB (Red+Green+Blue) = 206+13+173=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0DAD is #31F252. Grayscale: #585858. Windows color (decimal): -3273299 or 11341262. OLE color: 11341262.
HSL color Cylindrical-coordinate representation of color #CE0DAD: hue angle of 310.26º 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 #CE0DAD is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.19 |
| HSL | 310.26º | 0.88% | 0.43% | - |
| HSV(B) | 310.26º | 0.94% | 0.81% | - |
| XYZ | 33.14 | 16.43 | 40.96 | - |
| YUV | 88.95 | 175.44 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 173 | 0 | 0.94 | 0.16 | 0.19 | 310.26 | 0.88 | 0.43 |
| Hex | CE | D | AD | 0 | 5E | 10 | 13 | 136 | 58 | 2B |
| Octal | 316 | 15 | 255 | 0 | 136 | 20 | 23 | 466 | 130 | 53 |
| Binary | 11001110 | 1101 | 10101101 | 0 | 1011110 | 10000 | 10011 | 100110110 | 1011000 | 101011 |
Color Harmonies of #CE0DAD
Complementary color
Monochromatic Colors of #CE0DAD
Black with #CE0DAD
Text Example
Text Example
White with #CE0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DAD; }
p { color: rgb(206,13,173); }
H1.HeaderClassName
{
color: #CE0DAD;
}
.AnyTagClassName
{
color: #CE0DAD;
}
</style>
background-color css
<style>
a { background-color: #CE0DAD; }
a { background-color: rgb(206,13,173); }
div.DivClassName
{
background-color: #CE0DAD;
}
.BgClassName
{
background-color: #CE0DAD;
}
</style>
border-color css
<style>
span { border-color: #CE0DAD; }
span { border-color: rgb(206,13,173); }
td.TdClassName
{
border-color: #CE0DAD;
}
.TagClassName
{
border-color: #CE0DAD;
}
</style>