Shades of Deep Magenta #C724BF
Tints of Deep Magenta #C724BF
RGB
CMYK
RGB Variations
Color information
#C724BF (or 0xC724BF) is known color: Deep Magenta. HEX triplet: C7, 24 and BF. RGB value is (199,36,191). Sum of RGB (Red+Green+Blue) = 199+36+191=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C724BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724BF is #38DB40. Grayscale: #656565. Windows color (decimal): -3726145 or 12526791. OLE color: 12526791.
HSL color Cylindrical-coordinate representation of color #C724BF: hue angle of 302.94º 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 #C724BF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 191 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.22 |
| HSL | 302.94º | 0.69% | 0.46% | - |
| HSV(B) | 302.94º | 0.82% | 0.78% | - |
| XYZ | 33.59 | 17.17 | 50.83 | - |
| YUV | 102.41 | 178 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 191 | 0 | 0.82 | 0.04 | 0.22 | 302.94 | 0.69 | 0.46 |
| Hex | C7 | 24 | BF | 0 | 52 | 4 | 16 | 12F | 45 | 2E |
| Octal | 307 | 44 | 277 | 0 | 122 | 4 | 26 | 457 | 105 | 56 |
| Binary | 11000111 | 100100 | 10111111 | 0 | 1010010 | 100 | 10110 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C724BF
Complementary color
Monochromatic Colors of #C724BF
Black with #C724BF
Text Example
Text Example
White with #C724BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724BF; }
p { color: rgb(199,36,191); }
H1.HeaderClassName
{
color: #C724BF;
}
.AnyTagClassName
{
color: #C724BF;
}
</style>
background-color css
<style>
a { background-color: #C724BF; }
a { background-color: rgb(199,36,191); }
div.DivClassName
{
background-color: #C724BF;
}
.BgClassName
{
background-color: #C724BF;
}
</style>
border-color css
<style>
span { border-color: #C724BF; }
span { border-color: rgb(199,36,191); }
td.TdClassName
{
border-color: #C724BF;
}
.TagClassName
{
border-color: #C724BF;
}
</style>