Shades of Deep Magenta #C724DD
Tints of Deep Magenta #C724DD
RGB
CMYK
RGB Variations
Color information
#C724DD (or 0xC724DD) is known color: Deep Magenta. HEX triplet: C7, 24 and DD. RGB value is (199,36,221). Sum of RGB (Red+Green+Blue) = 199+36+221=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 36 (14.45% from 255 or 7.89% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #C724DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724DD is #38DB22. Grayscale: #696969. Windows color (decimal): -3726115 or 14492871. OLE color: 14492871.
HSL color Cylindrical-coordinate representation of color #C724DD: hue angle of 292.86º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C724DD is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 36 | 221 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.13 |
| HSL | 292.86º | 0.73% | 0.5% | - |
| HSV(B) | 292.86º | 0.84% | 0.87% | - |
| XYZ | 37.24 | 18.62 | 70.04 | - |
| YUV | 105.83 | 193 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 221 | 0.10 | 0.84 | 0 | 0.13 | 292.86 | 0.73 | 0.5 |
| Hex | C7 | 24 | DD | A | 54 | 0 | D | 125 | 49 | 32 |
| Octal | 307 | 44 | 335 | 12 | 124 | 0 | 15 | 445 | 111 | 62 |
| Binary | 11000111 | 100100 | 11011101 | 1010 | 1010100 | 0 | 1101 | 100100101 | 1001001 | 110010 |
Color Harmonies of #C724DD
Complementary color
Monochromatic Colors of #C724DD
Black with #C724DD
Text Example
Text Example
White with #C724DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724DD; }
p { color: rgb(199,36,221); }
H1.HeaderClassName
{
color: #C724DD;
}
.AnyTagClassName
{
color: #C724DD;
}
</style>
background-color css
<style>
a { background-color: #C724DD; }
a { background-color: rgb(199,36,221); }
div.DivClassName
{
background-color: #C724DD;
}
.BgClassName
{
background-color: #C724DD;
}
</style>
border-color css
<style>
span { border-color: #C724DD; }
span { border-color: rgb(199,36,221); }
td.TdClassName
{
border-color: #C724DD;
}
.TagClassName
{
border-color: #C724DD;
}
</style>