Shades of Medium Violet Red #C72497
Tints of Medium Violet Red #C72497
RGB
CMYK
RGB Variations
Color information
#C72497 (or 0xC72497) is known color: Medium Violet Red. HEX triplet: C7, 24 and 97. RGB value is (199,36,151). Sum of RGB (Red+Green+Blue) = 199+36+151=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C72497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72497 is #38DB68. Grayscale: #616161. Windows color (decimal): -3726185 or 9905351. OLE color: 9905351.
HSL color Cylindrical-coordinate representation of color #C72497: hue angle of 317.67º 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 #C72497 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 151 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.22 |
| HSL | 317.67º | 0.69% | 0.46% | - |
| HSV(B) | 317.67º | 0.82% | 0.78% | - |
| XYZ | 29.77 | 15.64 | 30.73 | - |
| YUV | 97.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 151 | 0 | 0.82 | 0.24 | 0.22 | 317.67 | 0.69 | 0.46 |
| Hex | C7 | 24 | 97 | 0 | 52 | 18 | 16 | 13E | 45 | 2E |
| Octal | 307 | 44 | 227 | 0 | 122 | 30 | 26 | 476 | 105 | 56 |
| Binary | 11000111 | 100100 | 10010111 | 0 | 1010010 | 11000 | 10110 | 100111110 | 1000101 | 101110 |
Color Harmonies of #C72497
Complementary color
Monochromatic Colors of #C72497
Black with #C72497
Text Example
Text Example
White with #C72497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72497; }
p { color: rgb(199,36,151); }
H1.HeaderClassName
{
color: #C72497;
}
.AnyTagClassName
{
color: #C72497;
}
</style>
background-color css
<style>
a { background-color: #C72497; }
a { background-color: rgb(199,36,151); }
div.DivClassName
{
background-color: #C72497;
}
.BgClassName
{
background-color: #C72497;
}
</style>
border-color css
<style>
span { border-color: #C72497; }
span { border-color: rgb(199,36,151); }
td.TdClassName
{
border-color: #C72497;
}
.TagClassName
{
border-color: #C72497;
}
</style>