Shades of Deep Magenta #CD04C5
Tints of Deep Magenta #CD04C5
RGB
CMYK
RGB Variations
Color information
#CD04C5 (or 0xCD04C5) is known color: Deep Magenta. HEX triplet: CD, 04 and C5. RGB value is (205,4,197). Sum of RGB (Red+Green+Blue) = 205+4+197=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD04C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD04C5 is #32FB3A. Grayscale: #555555. Windows color (decimal): -3341115 or 12911821. OLE color: 12911821.
HSL color Cylindrical-coordinate representation of color #CD04C5: hue angle of 302.39º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.20 |
| HSL | 302.39º | 0.96% | 0.41% | - |
| HSV(B) | 302.39º | 0.98% | 0.8% | - |
| XYZ | 35.3 | 17.1 | 54.26 | - |
| YUV | 86.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 197 | 0 | 0.98 | 0.04 | 0.20 | 302.39 | 0.96 | 0.41 |
| Hex | CD | 4 | C5 | 0 | 62 | 4 | 14 | 12E | 60 | 29 |
| Octal | 315 | 4 | 305 | 0 | 142 | 4 | 24 | 456 | 140 | 51 |
| Binary | 11001101 | 100 | 11000101 | 0 | 1100010 | 100 | 10100 | 100101110 | 1100000 | 101001 |
Color Harmonies of #CD04C5
Complementary color
Monochromatic Colors of #CD04C5
Black with #CD04C5
Text Example
Text Example
White with #CD04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD04C5; }
p { color: rgb(205,4,197); }
H1.HeaderClassName
{
color: #CD04C5;
}
.AnyTagClassName
{
color: #CD04C5;
}
</style>
background-color css
<style>
a { background-color: #CD04C5; }
a { background-color: rgb(205,4,197); }
div.DivClassName
{
background-color: #CD04C5;
}
.BgClassName
{
background-color: #CD04C5;
}
</style>
border-color css
<style>
span { border-color: #CD04C5; }
span { border-color: rgb(205,4,197); }
td.TdClassName
{
border-color: #CD04C5;
}
.TagClassName
{
border-color: #CD04C5;
}
</style>