Shades of Deep Magenta #CE0DAE
Tints of Deep Magenta #CE0DAE
RGB
CMYK
RGB Variations
Color information
#CE0DAE (or 0xCE0DAE) is known color: Deep Magenta. HEX triplet: CE, 0D and AE. RGB value is (206,13,174). Sum of RGB (Red+Green+Blue) = 206+13+174=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0DAE is #31F251. Grayscale: #585858. Windows color (decimal): -3273298 or 11406798. OLE color: 11406798.
HSL color Cylindrical-coordinate representation of color #CE0DAE: hue angle of 309.95º 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 #CE0DAE is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.19 |
| HSL | 309.95º | 0.88% | 0.43% | - |
| HSV(B) | 309.95º | 0.94% | 0.81% | - |
| XYZ | 33.24 | 16.47 | 41.47 | - |
| YUV | 89.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 174 | 0 | 0.94 | 0.16 | 0.19 | 309.95 | 0.88 | 0.43 |
| Hex | CE | D | AE | 0 | 5E | 10 | 13 | 136 | 58 | 2B |
| Octal | 316 | 15 | 256 | 0 | 136 | 20 | 23 | 466 | 130 | 53 |
| Binary | 11001110 | 1101 | 10101110 | 0 | 1011110 | 10000 | 10011 | 100110110 | 1011000 | 101011 |
Color Harmonies of #CE0DAE
Complementary color
Monochromatic Colors of #CE0DAE
Black with #CE0DAE
Text Example
Text Example
White with #CE0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0DAE; }
p { color: rgb(206,13,174); }
H1.HeaderClassName
{
color: #CE0DAE;
}
.AnyTagClassName
{
color: #CE0DAE;
}
</style>
background-color css
<style>
a { background-color: #CE0DAE; }
a { background-color: rgb(206,13,174); }
div.DivClassName
{
background-color: #CE0DAE;
}
.BgClassName
{
background-color: #CE0DAE;
}
</style>
border-color css
<style>
span { border-color: #CE0DAE; }
span { border-color: rgb(206,13,174); }
td.TdClassName
{
border-color: #CE0DAE;
}
.TagClassName
{
border-color: #CE0DAE;
}
</style>