Shades of Deep Magenta #C724BA
Tints of Deep Magenta #C724BA
RGB
CMYK
RGB Variations
Color information
#C724BA (or 0xC724BA) is known color: Deep Magenta. HEX triplet: C7, 24 and BA. RGB value is (199,36,186). Sum of RGB (Red+Green+Blue) = 199+36+186=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C724BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724BA is #38DB45. Grayscale: #656565. Windows color (decimal): -3726150 or 12199111. OLE color: 12199111.
HSL color Cylindrical-coordinate representation of color #C724BA: hue angle of 304.79º 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 #C724BA is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 186 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.22 |
| HSL | 304.79º | 0.69% | 0.46% | - |
| HSV(B) | 304.79º | 0.82% | 0.78% | - |
| XYZ | 33.05 | 16.95 | 47.98 | - |
| YUV | 101.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 186 | 0 | 0.82 | 0.07 | 0.22 | 304.79 | 0.69 | 0.46 |
| Hex | C7 | 24 | BA | 0 | 52 | 7 | 16 | 131 | 45 | 2E |
| Octal | 307 | 44 | 272 | 0 | 122 | 7 | 26 | 461 | 105 | 56 |
| Binary | 11000111 | 100100 | 10111010 | 0 | 1010010 | 111 | 10110 | 100110001 | 1000101 | 101110 |
Color Harmonies of #C724BA
Complementary color
Monochromatic Colors of #C724BA
Black with #C724BA
Text Example
Text Example
White with #C724BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724BA; }
p { color: rgb(199,36,186); }
H1.HeaderClassName
{
color: #C724BA;
}
.AnyTagClassName
{
color: #C724BA;
}
</style>
background-color css
<style>
a { background-color: #C724BA; }
a { background-color: rgb(199,36,186); }
div.DivClassName
{
background-color: #C724BA;
}
.BgClassName
{
background-color: #C724BA;
}
</style>
border-color css
<style>
span { border-color: #C724BA; }
span { border-color: rgb(199,36,186); }
td.TdClassName
{
border-color: #C724BA;
}
.TagClassName
{
border-color: #C724BA;
}
</style>