Shades of Deep Magenta #C724D9
Tints of Deep Magenta #C724D9
RGB
CMYK
RGB Variations
Color information
#C724D9 (or 0xC724D9) is known color: Deep Magenta. HEX triplet: C7, 24 and D9. RGB value is (199,36,217). Sum of RGB (Red+Green+Blue) = 199+36+217=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #C724D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724D9 is #38DB26. Grayscale: #686868. Windows color (decimal): -3726119 or 14230727. OLE color: 14230727.
HSL color Cylindrical-coordinate representation of color #C724D9: hue angle of 294.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C724D9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 36 | 217 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.15 |
| HSL | 294.03º | 0.72% | 0.5% | - |
| HSV(B) | 294.03º | 0.83% | 0.85% | - |
| XYZ | 36.71 | 18.41 | 67.27 | - |
| YUV | 105.37 | 191 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 217 | 0.08 | 0.83 | 0 | 0.15 | 294.03 | 0.72 | 0.5 |
| Hex | C7 | 24 | D9 | 8 | 53 | 0 | F | 126 | 48 | 32 |
| Octal | 307 | 44 | 331 | 10 | 123 | 0 | 17 | 446 | 110 | 62 |
| Binary | 11000111 | 100100 | 11011001 | 1000 | 1010011 | 0 | 1111 | 100100110 | 1001000 | 110010 |
Color Harmonies of #C724D9
Complementary color
Monochromatic Colors of #C724D9
Black with #C724D9
Text Example
Text Example
White with #C724D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724D9; }
p { color: rgb(199,36,217); }
H1.HeaderClassName
{
color: #C724D9;
}
.AnyTagClassName
{
color: #C724D9;
}
</style>
background-color css
<style>
a { background-color: #C724D9; }
a { background-color: rgb(199,36,217); }
div.DivClassName
{
background-color: #C724D9;
}
.BgClassName
{
background-color: #C724D9;
}
</style>
border-color css
<style>
span { border-color: #C724D9; }
span { border-color: rgb(199,36,217); }
td.TdClassName
{
border-color: #C724D9;
}
.TagClassName
{
border-color: #C724D9;
}
</style>