Shades of Deep Magenta #C724CC
Tints of Deep Magenta #C724CC
RGB
CMYK
RGB Variations
Color information
#C724CC (or 0xC724CC) is known color: Deep Magenta. HEX triplet: C7, 24 and CC. RGB value is (199,36,204). Sum of RGB (Red+Green+Blue) = 199+36+204=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C724CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724CC is #38DB33. Grayscale: #676767. Windows color (decimal): -3726132 or 13378759. OLE color: 13378759.
HSL color Cylindrical-coordinate representation of color #C724CC: hue angle of 298.21º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724CC is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 36 | 204 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.2 |
| HSL | 298.21º | 0.7% | 0.47% | - |
| HSV(B) | 298.21º | 0.82% | 0.8% | - |
| XYZ | 35.08 | 17.76 | 58.71 | - |
| YUV | 103.89 | 184.5 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 204 | 0.02 | 0.82 | 0 | 0.2 | 298.21 | 0.7 | 0.47 |
| Hex | C7 | 24 | CC | 2 | 52 | 0 | 14 | 12A | 46 | 2F |
| Octal | 307 | 44 | 314 | 2 | 122 | 0 | 24 | 452 | 106 | 57 |
| Binary | 11000111 | 100100 | 11001100 | 10 | 1010010 | 0 | 10100 | 100101010 | 1000110 | 101111 |
Color Harmonies of #C724CC
Complementary color
Monochromatic Colors of #C724CC
Black with #C724CC
Text Example
Text Example
White with #C724CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724CC; }
p { color: rgb(199,36,204); }
H1.HeaderClassName
{
color: #C724CC;
}
.AnyTagClassName
{
color: #C724CC;
}
</style>
background-color css
<style>
a { background-color: #C724CC; }
a { background-color: rgb(199,36,204); }
div.DivClassName
{
background-color: #C724CC;
}
.BgClassName
{
background-color: #C724CC;
}
</style>
border-color css
<style>
span { border-color: #C724CC; }
span { border-color: rgb(199,36,204); }
td.TdClassName
{
border-color: #C724CC;
}
.TagClassName
{
border-color: #C724CC;
}
</style>