Shades of Deep Magenta #C724BB
Tints of Deep Magenta #C724BB
RGB
CMYK
RGB Variations
Color information
#C724BB (or 0xC724BB) is known color: Deep Magenta. HEX triplet: C7, 24 and BB. RGB value is (199,36,187). Sum of RGB (Red+Green+Blue) = 199+36+187=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C724BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C724BB is #38DB44. Grayscale: #656565. Windows color (decimal): -3726149 or 12264647. OLE color: 12264647.
HSL color Cylindrical-coordinate representation of color #C724BB: hue angle of 304.42º 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 #C724BB is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 187 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.22 |
| HSL | 304.42º | 0.69% | 0.46% | - |
| HSV(B) | 304.42º | 0.82% | 0.78% | - |
| XYZ | 33.15 | 16.99 | 48.55 | - |
| YUV | 101.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 187 | 0 | 0.82 | 0.06 | 0.22 | 304.42 | 0.69 | 0.46 |
| Hex | C7 | 24 | BB | 0 | 52 | 6 | 16 | 130 | 45 | 2E |
| Octal | 307 | 44 | 273 | 0 | 122 | 6 | 26 | 460 | 105 | 56 |
| Binary | 11000111 | 100100 | 10111011 | 0 | 1010010 | 110 | 10110 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C724BB
Complementary color
Monochromatic Colors of #C724BB
Black with #C724BB
Text Example
Text Example
White with #C724BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724BB; }
p { color: rgb(199,36,187); }
H1.HeaderClassName
{
color: #C724BB;
}
.AnyTagClassName
{
color: #C724BB;
}
</style>
background-color css
<style>
a { background-color: #C724BB; }
a { background-color: rgb(199,36,187); }
div.DivClassName
{
background-color: #C724BB;
}
.BgClassName
{
background-color: #C724BB;
}
</style>
border-color css
<style>
span { border-color: #C724BB; }
span { border-color: rgb(199,36,187); }
td.TdClassName
{
border-color: #C724BB;
}
.TagClassName
{
border-color: #C724BB;
}
</style>