Shades of Deep Magenta #CD00C9
Tints of Deep Magenta #CD00C9
RGB
CMYK
RGB Variations
Color information
#CD00C9 (or 0xCD00C9) is known color: Deep Magenta. HEX triplet: CD, 00 and C9. RGB value is (205,0,201). Sum of RGB (Red+Green+Blue) = 205+0+201=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD00C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00C9 is #32FF36. Grayscale: #535353. Windows color (decimal): -3342135 or 13172941. OLE color: 13172941.
HSL color Cylindrical-coordinate representation of color #CD00C9: hue angle of 301.17º 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 #CD00C9 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 201 | - |
| CMYK | 0 | 1 | 0.02 | 0.20 |
| HSL | 301.17º | 1% | 0.4% | - |
| HSV(B) | 301.17º | 1% | 0.8% | - |
| XYZ | 35.72 | 17.2 | 56.69 | - |
| YUV | 84.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 201 | 0 | 1 | 0.02 | 0.20 | 301.17 | 1 | 0.4 |
| Hex | CD | 0 | C9 | 0 | 64 | 2 | 14 | 12D | 64 | 28 |
| Octal | 315 | 0 | 311 | 0 | 144 | 2 | 24 | 455 | 144 | 50 |
| Binary | 11001101 | 0 | 11001001 | 0 | 1100100 | 10 | 10100 | 100101101 | 1100100 | 101000 |
Color Harmonies of #CD00C9
Complementary color
Monochromatic Colors of #CD00C9
Black with #CD00C9
Text Example
Text Example
White with #CD00C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD00C9; }
p { color: rgb(205,0,201); }
H1.HeaderClassName
{
color: #CD00C9;
}
.AnyTagClassName
{
color: #CD00C9;
}
</style>
background-color css
<style>
a { background-color: #CD00C9; }
a { background-color: rgb(205,0,201); }
div.DivClassName
{
background-color: #CD00C9;
}
.BgClassName
{
background-color: #CD00C9;
}
</style>
border-color css
<style>
span { border-color: #CD00C9; }
span { border-color: rgb(205,0,201); }
td.TdClassName
{
border-color: #CD00C9;
}
.TagClassName
{
border-color: #CD00C9;
}
</style>