Shades of Deep Magenta #CD00AD
Tints of Deep Magenta #CD00AD
RGB
CMYK
RGB Variations
Color information
#CD00AD (or 0xCD00AD) is known color: Deep Magenta. HEX triplet: CD, 00 and AD. RGB value is (205,0,173). Sum of RGB (Red+Green+Blue) = 205+0+173=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD00AD is #32FF52. Grayscale: #505050. Windows color (decimal): -3342163 or 11337933. OLE color: 11337933.
HSL color Cylindrical-coordinate representation of color #CD00AD: hue angle of 309.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00AD is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.16 | 0.20 |
| HSL | 309.37º | 1% | 0.4% | - |
| HSV(B) | 309.37º | 1% | 0.8% | - |
| XYZ | 32.72 | 16 | 40.9 | - |
| YUV | 81.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 173 | 0 | 1 | 0.16 | 0.20 | 309.37 | 1 | 0.4 |
| Hex | CD | 0 | AD | 0 | 64 | 10 | 14 | 135 | 64 | 28 |
| Octal | 315 | 0 | 255 | 0 | 144 | 20 | 24 | 465 | 144 | 50 |
| Binary | 11001101 | 0 | 10101101 | 0 | 1100100 | 10000 | 10100 | 100110101 | 1100100 | 101000 |
Color Harmonies of #CD00AD
Complementary color
Monochromatic Colors of #CD00AD
Black with #CD00AD
Text Example
Text Example
White with #CD00AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00AD; }
p { color: rgb(205,0,173); }
H1.HeaderClassName
{
color: #CD00AD;
}
.AnyTagClassName
{
color: #CD00AD;
}
</style>
background-color css
<style>
a { background-color: #CD00AD; }
a { background-color: rgb(205,0,173); }
div.DivClassName
{
background-color: #CD00AD;
}
.BgClassName
{
background-color: #CD00AD;
}
</style>
border-color css
<style>
span { border-color: #CD00AD; }
span { border-color: rgb(205,0,173); }
td.TdClassName
{
border-color: #CD00AD;
}
.TagClassName
{
border-color: #CD00AD;
}
</style>