Shades of Medium Violet Red #C72397
Tints of Medium Violet Red #C72397
RGB
CMYK
RGB Variations
Color information
#C72397 (or 0xC72397) is known color: Medium Violet Red. HEX triplet: C7, 23 and 97. RGB value is (199,35,151). Sum of RGB (Red+Green+Blue) = 199+35+151=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C72397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72397 is #38DC68. Grayscale: #606060. Windows color (decimal): -3726441 or 9905095. OLE color: 9905095.
HSL color Cylindrical-coordinate representation of color #C72397: hue angle of 317.56º degrees, saturation: 0.7, 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 #C72397 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 151 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.22 |
| HSL | 317.56º | 0.7% | 0.46% | - |
| HSV(B) | 317.56º | 0.82% | 0.78% | - |
| XYZ | 29.74 | 15.58 | 30.72 | - |
| YUV | 97.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 151 | 0 | 0.82 | 0.24 | 0.22 | 317.56 | 0.7 | 0.46 |
| Hex | C7 | 23 | 97 | 0 | 52 | 18 | 16 | 13E | 46 | 2E |
| Octal | 307 | 43 | 227 | 0 | 122 | 30 | 26 | 476 | 106 | 56 |
| Binary | 11000111 | 100011 | 10010111 | 0 | 1010010 | 11000 | 10110 | 100111110 | 1000110 | 101110 |
Color Harmonies of #C72397
Complementary color
Monochromatic Colors of #C72397
Black with #C72397
Text Example
Text Example
White with #C72397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72397; }
p { color: rgb(199,35,151); }
H1.HeaderClassName
{
color: #C72397;
}
.AnyTagClassName
{
color: #C72397;
}
</style>
background-color css
<style>
a { background-color: #C72397; }
a { background-color: rgb(199,35,151); }
div.DivClassName
{
background-color: #C72397;
}
.BgClassName
{
background-color: #C72397;
}
</style>
border-color css
<style>
span { border-color: #C72397; }
span { border-color: rgb(199,35,151); }
td.TdClassName
{
border-color: #C72397;
}
.TagClassName
{
border-color: #C72397;
}
</style>