Shades of Deep Magenta #C724D8
Tints of Deep Magenta #C724D8
RGB
CMYK
RGB Variations
Color information
#C724D8 (or 0xC724D8) is known color: Deep Magenta. HEX triplet: C7, 24 and D8. RGB value is (199,36,216). Sum of RGB (Red+Green+Blue) = 199+36+216=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #C724D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724D8 is #38DB27. Grayscale: #686868. Windows color (decimal): -3726120 or 14165191. OLE color: 14165191.
HSL color Cylindrical-coordinate representation of color #C724D8: hue angle of 294.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C724D8 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 36 | 216 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.15 |
| HSL | 294.33º | 0.71% | 0.49% | - |
| HSV(B) | 294.33º | 0.83% | 0.85% | - |
| XYZ | 36.58 | 18.36 | 66.58 | - |
| YUV | 105.26 | 190.5 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 216 | 0.08 | 0.83 | 0 | 0.15 | 294.33 | 0.71 | 0.49 |
| Hex | C7 | 24 | D8 | 8 | 53 | 0 | F | 126 | 47 | 31 |
| Octal | 307 | 44 | 330 | 10 | 123 | 0 | 17 | 446 | 107 | 61 |
| Binary | 11000111 | 100100 | 11011000 | 1000 | 1010011 | 0 | 1111 | 100100110 | 1000111 | 110001 |
Color Harmonies of #C724D8
Complementary color
Monochromatic Colors of #C724D8
Black with #C724D8
Text Example
Text Example
White with #C724D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724D8; }
p { color: rgb(199,36,216); }
H1.HeaderClassName
{
color: #C724D8;
}
.AnyTagClassName
{
color: #C724D8;
}
</style>
background-color css
<style>
a { background-color: #C724D8; }
a { background-color: rgb(199,36,216); }
div.DivClassName
{
background-color: #C724D8;
}
.BgClassName
{
background-color: #C724D8;
}
</style>
border-color css
<style>
span { border-color: #C724D8; }
span { border-color: rgb(199,36,216); }
td.TdClassName
{
border-color: #C724D8;
}
.TagClassName
{
border-color: #C724D8;
}
</style>