Shades of Deep Magenta #C724CA
Tints of Deep Magenta #C724CA
RGB
CMYK
RGB Variations
Color information
#C724CA (or 0xC724CA) is known color: Deep Magenta. HEX triplet: C7, 24 and CA. RGB value is (199,36,202). Sum of RGB (Red+Green+Blue) = 199+36+202=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 36 (14.45% from 255 or 8.24% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #C724CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724CA is #38DB35. Grayscale: #676767. Windows color (decimal): -3726134 or 13247687. OLE color: 13247687.
HSL color Cylindrical-coordinate representation of color #C724CA: hue angle of 298.92º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724CA is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 36 | 202 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.21 |
| HSL | 298.92º | 0.7% | 0.47% | - |
| HSV(B) | 298.92º | 0.82% | 0.79% | - |
| XYZ | 34.84 | 17.67 | 57.45 | - |
| YUV | 103.66 | 183.5 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 202 | 0.01 | 0.82 | 0 | 0.21 | 298.92 | 0.7 | 0.47 |
| Hex | C7 | 24 | CA | 1 | 52 | 0 | 15 | 12B | 46 | 2F |
| Octal | 307 | 44 | 312 | 1 | 122 | 0 | 25 | 453 | 106 | 57 |
| Binary | 11000111 | 100100 | 11001010 | 1 | 1010010 | 0 | 10101 | 100101011 | 1000110 | 101111 |
Color Harmonies of #C724CA
Complementary color
Monochromatic Colors of #C724CA
Black with #C724CA
Text Example
Text Example
White with #C724CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724CA; }
p { color: rgb(199,36,202); }
H1.HeaderClassName
{
color: #C724CA;
}
.AnyTagClassName
{
color: #C724CA;
}
</style>
background-color css
<style>
a { background-color: #C724CA; }
a { background-color: rgb(199,36,202); }
div.DivClassName
{
background-color: #C724CA;
}
.BgClassName
{
background-color: #C724CA;
}
</style>
border-color css
<style>
span { border-color: #C724CA; }
span { border-color: rgb(199,36,202); }
td.TdClassName
{
border-color: #C724CA;
}
.TagClassName
{
border-color: #C724CA;
}
</style>