Shades of Deep Magenta #C724B0
Tints of Deep Magenta #C724B0
RGB
CMYK
RGB Variations
Color information
#C724B0 (or 0xC724B0) is known color: Deep Magenta. HEX triplet: C7, 24 and B0. RGB value is (199,36,176). Sum of RGB (Red+Green+Blue) = 199+36+176=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C724B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C724B0 is #38DB4F. Grayscale: #646464. Windows color (decimal): -3726160 or 11543751. OLE color: 11543751.
HSL color Cylindrical-coordinate representation of color #C724B0: hue angle of 308.47º 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 #C724B0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 176 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.22 |
| HSL | 308.47º | 0.69% | 0.46% | - |
| HSV(B) | 308.47º | 0.82% | 0.78% | - |
| XYZ | 32.02 | 16.54 | 42.58 | - |
| YUV | 100.7 | 170.5 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 176 | 0 | 0.82 | 0.12 | 0.22 | 308.47 | 0.69 | 0.46 |
| Hex | C7 | 24 | B0 | 0 | 52 | C | 16 | 134 | 45 | 2E |
| Octal | 307 | 44 | 260 | 0 | 122 | 14 | 26 | 464 | 105 | 56 |
| Binary | 11000111 | 100100 | 10110000 | 0 | 1010010 | 1100 | 10110 | 100110100 | 1000101 | 101110 |
Color Harmonies of #C724B0
Complementary color
Monochromatic Colors of #C724B0
Black with #C724B0
Text Example
Text Example
White with #C724B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724B0; }
p { color: rgb(199,36,176); }
H1.HeaderClassName
{
color: #C724B0;
}
.AnyTagClassName
{
color: #C724B0;
}
</style>
background-color css
<style>
a { background-color: #C724B0; }
a { background-color: rgb(199,36,176); }
div.DivClassName
{
background-color: #C724B0;
}
.BgClassName
{
background-color: #C724B0;
}
</style>
border-color css
<style>
span { border-color: #C724B0; }
span { border-color: rgb(199,36,176); }
td.TdClassName
{
border-color: #C724B0;
}
.TagClassName
{
border-color: #C724B0;
}
</style>