Shades of Deep Magenta #CD04C7
Tints of Deep Magenta #CD04C7
RGB
CMYK
RGB Variations
Color information
#CD04C7 (or 0xCD04C7) is known color: Deep Magenta. HEX triplet: CD, 04 and C7. RGB value is (205,4,199). Sum of RGB (Red+Green+Blue) = 205+4+199=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD04C7 is #32FB38. Grayscale: #555555. Windows color (decimal): -3341113 or 13042893. OLE color: 13042893.
HSL color Cylindrical-coordinate representation of color #CD04C7: hue angle of 301.79º 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 #CD04C7 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.20 |
| HSL | 301.79º | 0.96% | 0.41% | - |
| HSV(B) | 301.79º | 0.98% | 0.8% | - |
| XYZ | 35.53 | 17.19 | 55.48 | - |
| YUV | 86.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 199 | 0 | 0.98 | 0.03 | 0.20 | 301.79 | 0.96 | 0.41 |
| Hex | CD | 4 | C7 | 0 | 62 | 3 | 14 | 12E | 60 | 29 |
| Octal | 315 | 4 | 307 | 0 | 142 | 3 | 24 | 456 | 140 | 51 |
| Binary | 11001101 | 100 | 11000111 | 0 | 1100010 | 11 | 10100 | 100101110 | 1100000 | 101001 |
Color Harmonies of #CD04C7
Complementary color
Monochromatic Colors of #CD04C7
Black with #CD04C7
Text Example
Text Example
White with #CD04C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD04C7; }
p { color: rgb(205,4,199); }
H1.HeaderClassName
{
color: #CD04C7;
}
.AnyTagClassName
{
color: #CD04C7;
}
</style>
background-color css
<style>
a { background-color: #CD04C7; }
a { background-color: rgb(205,4,199); }
div.DivClassName
{
background-color: #CD04C7;
}
.BgClassName
{
background-color: #CD04C7;
}
</style>
border-color css
<style>
span { border-color: #CD04C7; }
span { border-color: rgb(205,4,199); }
td.TdClassName
{
border-color: #CD04C7;
}
.TagClassName
{
border-color: #CD04C7;
}
</style>