Shades of Deep Magenta #CD00AA
Tints of Deep Magenta #CD00AA
RGB
CMYK
RGB Variations
Color information
#CD00AA (or 0xCD00AA) is known color: Deep Magenta. HEX triplet: CD, 00 and AA. RGB value is (205,0,170). Sum of RGB (Red+Green+Blue) = 205+0+170=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD00AA is #32FF55. Grayscale: #505050. Windows color (decimal): -3342166 or 11141325. OLE color: 11141325.
HSL color Cylindrical-coordinate representation of color #CD00AA: hue angle of 310.24º 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 #CD00AA is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 170 | - |
| CMYK | 0 | 1 | 0.17 | 0.20 |
| HSL | 310.24º | 1% | 0.4% | - |
| HSV(B) | 310.24º | 1% | 0.8% | - |
| XYZ | 32.43 | 15.88 | 39.39 | - |
| YUV | 80.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 170 | 0 | 1 | 0.17 | 0.20 | 310.24 | 1 | 0.4 |
| Hex | CD | 0 | AA | 0 | 64 | 11 | 14 | 136 | 64 | 28 |
| Octal | 315 | 0 | 252 | 0 | 144 | 21 | 24 | 466 | 144 | 50 |
| Binary | 11001101 | 0 | 10101010 | 0 | 1100100 | 10001 | 10100 | 100110110 | 1100100 | 101000 |
Color Harmonies of #CD00AA
Complementary color
Monochromatic Colors of #CD00AA
Black with #CD00AA
Text Example
Text Example
White with #CD00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00AA; }
p { color: rgb(205,0,170); }
H1.HeaderClassName
{
color: #CD00AA;
}
.AnyTagClassName
{
color: #CD00AA;
}
</style>
background-color css
<style>
a { background-color: #CD00AA; }
a { background-color: rgb(205,0,170); }
div.DivClassName
{
background-color: #CD00AA;
}
.BgClassName
{
background-color: #CD00AA;
}
</style>
border-color css
<style>
span { border-color: #CD00AA; }
span { border-color: rgb(205,0,170); }
td.TdClassName
{
border-color: #CD00AA;
}
.TagClassName
{
border-color: #CD00AA;
}
</style>