Shades of Deep Magenta #CD0DAE
Tints of Deep Magenta #CD0DAE
RGB
CMYK
RGB Variations
Color information
#CD0DAE (or 0xCD0DAE) is known color: Deep Magenta. HEX triplet: CD, 0D and AE. RGB value is (205,13,174). Sum of RGB (Red+Green+Blue) = 205+13+174=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0DAE is #32F251. Grayscale: #585858. Windows color (decimal): -3338834 or 11406797. OLE color: 11406797.
HSL color Cylindrical-coordinate representation of color #CD0DAE: hue angle of 309.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0DAE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.20 |
| HSL | 309.69º | 0.88% | 0.43% | - |
| HSV(B) | 309.69º | 0.94% | 0.8% | - |
| XYZ | 32.96 | 16.32 | 41.46 | - |
| YUV | 88.76 | 176.11 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 174 | 0 | 0.94 | 0.15 | 0.20 | 309.69 | 0.88 | 0.43 |
| Hex | CD | D | AE | 0 | 5E | F | 14 | 136 | 58 | 2B |
| Octal | 315 | 15 | 256 | 0 | 136 | 17 | 24 | 466 | 130 | 53 |
| Binary | 11001101 | 1101 | 10101110 | 0 | 1011110 | 1111 | 10100 | 100110110 | 1011000 | 101011 |
Color Harmonies of #CD0DAE
Complementary color
Monochromatic Colors of #CD0DAE
Black with #CD0DAE
Text Example
Text Example
White with #CD0DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0DAE; }
p { color: rgb(205,13,174); }
H1.HeaderClassName
{
color: #CD0DAE;
}
.AnyTagClassName
{
color: #CD0DAE;
}
</style>
background-color css
<style>
a { background-color: #CD0DAE; }
a { background-color: rgb(205,13,174); }
div.DivClassName
{
background-color: #CD0DAE;
}
.BgClassName
{
background-color: #CD0DAE;
}
</style>
border-color css
<style>
span { border-color: #CD0DAE; }
span { border-color: rgb(205,13,174); }
td.TdClassName
{
border-color: #CD0DAE;
}
.TagClassName
{
border-color: #CD0DAE;
}
</style>