Shades of Deep Magenta #C724E0
Tints of Deep Magenta #C724E0
RGB
CMYK
RGB Variations
Color information
#C724E0 (or 0xC724E0) is known color: Deep Magenta. HEX triplet: C7, 24 and E0. RGB value is (199,36,224). Sum of RGB (Red+Green+Blue) = 199+36+224=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 36 (14.45% from 255 or 7.84% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #C724E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724E0 is #38DB1F. Grayscale: #696969. Windows color (decimal): -3726112 or 14689479. OLE color: 14689479.
HSL color Cylindrical-coordinate representation of color #C724E0: hue angle of 292.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C724E0 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 36 | 224 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.12 |
| HSL | 292.02º | 0.75% | 0.51% | - |
| HSV(B) | 292.02º | 0.84% | 0.88% | - |
| XYZ | 37.64 | 18.79 | 72.16 | - |
| YUV | 106.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 224 | 0.11 | 0.84 | 0 | 0.12 | 292.02 | 0.75 | 0.51 |
| Hex | C7 | 24 | E0 | B | 54 | 0 | C | 124 | 4B | 33 |
| Octal | 307 | 44 | 340 | 13 | 124 | 0 | 14 | 444 | 113 | 63 |
| Binary | 11000111 | 100100 | 11100000 | 1011 | 1010100 | 0 | 1100 | 100100100 | 1001011 | 110011 |
Color Harmonies of #C724E0
Complementary color
Monochromatic Colors of #C724E0
Black with #C724E0
Text Example
Text Example
White with #C724E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724E0; }
p { color: rgb(199,36,224); }
H1.HeaderClassName
{
color: #C724E0;
}
.AnyTagClassName
{
color: #C724E0;
}
</style>
background-color css
<style>
a { background-color: #C724E0; }
a { background-color: rgb(199,36,224); }
div.DivClassName
{
background-color: #C724E0;
}
.BgClassName
{
background-color: #C724E0;
}
</style>
border-color css
<style>
span { border-color: #C724E0; }
span { border-color: rgb(199,36,224); }
td.TdClassName
{
border-color: #C724E0;
}
.TagClassName
{
border-color: #C724E0;
}
</style>