Shades of Deep Magenta #C724D3
Tints of Deep Magenta #C724D3
RGB
CMYK
RGB Variations
Color information
#C724D3 (or 0xC724D3) is known color: Deep Magenta. HEX triplet: C7, 24 and D3. RGB value is (199,36,211). Sum of RGB (Red+Green+Blue) = 199+36+211=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #C724D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724D3 is #38DB2C. Grayscale: #686868. Windows color (decimal): -3726125 or 13837511. OLE color: 13837511.
HSL color Cylindrical-coordinate representation of color #C724D3: hue angle of 295.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C724D3 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 36 | 211 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.17 |
| HSL | 295.89º | 0.71% | 0.48% | - |
| HSV(B) | 295.89º | 0.83% | 0.83% | - |
| XYZ | 35.94 | 18.11 | 63.23 | - |
| YUV | 104.69 | 188 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 211 | 0.06 | 0.83 | 0 | 0.17 | 295.89 | 0.71 | 0.48 |
| Hex | C7 | 24 | D3 | 6 | 53 | 0 | 11 | 128 | 47 | 30 |
| Octal | 307 | 44 | 323 | 6 | 123 | 0 | 21 | 450 | 107 | 60 |
| Binary | 11000111 | 100100 | 11010011 | 110 | 1010011 | 0 | 10001 | 100101000 | 1000111 | 110000 |
Color Harmonies of #C724D3
Complementary color
Monochromatic Colors of #C724D3
Black with #C724D3
Text Example
Text Example
White with #C724D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724D3; }
p { color: rgb(199,36,211); }
H1.HeaderClassName
{
color: #C724D3;
}
.AnyTagClassName
{
color: #C724D3;
}
</style>
background-color css
<style>
a { background-color: #C724D3; }
a { background-color: rgb(199,36,211); }
div.DivClassName
{
background-color: #C724D3;
}
.BgClassName
{
background-color: #C724D3;
}
</style>
border-color css
<style>
span { border-color: #C724D3; }
span { border-color: rgb(199,36,211); }
td.TdClassName
{
border-color: #C724D3;
}
.TagClassName
{
border-color: #C724D3;
}
</style>