Shades of Deep Magenta #C724AF
Tints of Deep Magenta #C724AF
RGB
CMYK
RGB Variations
Color information
#C724AF (or 0xC724AF) is known color: Deep Magenta. HEX triplet: C7, 24 and AF. RGB value is (199,36,175). Sum of RGB (Red+Green+Blue) = 199+36+175=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C724AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C724AF is #38DB50. Grayscale: #646464. Windows color (decimal): -3726161 or 11478215. OLE color: 11478215.
HSL color Cylindrical-coordinate representation of color #C724AF: hue angle of 308.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724AF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 175 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.22 |
| HSL | 308.83º | 0.69% | 0.46% | - |
| HSV(B) | 308.83º | 0.82% | 0.78% | - |
| XYZ | 31.92 | 16.5 | 42.06 | - |
| YUV | 100.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 175 | 0 | 0.82 | 0.12 | 0.22 | 308.83 | 0.69 | 0.46 |
| Hex | C7 | 24 | AF | 0 | 52 | C | 16 | 135 | 45 | 2E |
| Octal | 307 | 44 | 257 | 0 | 122 | 14 | 26 | 465 | 105 | 56 |
| Binary | 11000111 | 100100 | 10101111 | 0 | 1010010 | 1100 | 10110 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C724AF
Complementary color
Monochromatic Colors of #C724AF
Black with #C724AF
Text Example
Text Example
White with #C724AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724AF; }
p { color: rgb(199,36,175); }
H1.HeaderClassName
{
color: #C724AF;
}
.AnyTagClassName
{
color: #C724AF;
}
</style>
background-color css
<style>
a { background-color: #C724AF; }
a { background-color: rgb(199,36,175); }
div.DivClassName
{
background-color: #C724AF;
}
.BgClassName
{
background-color: #C724AF;
}
</style>
border-color css
<style>
span { border-color: #C724AF; }
span { border-color: rgb(199,36,175); }
td.TdClassName
{
border-color: #C724AF;
}
.TagClassName
{
border-color: #C724AF;
}
</style>