Shades of Medium Violet Red #C72095
Tints of Medium Violet Red #C72095
RGB
CMYK
RGB Variations
Color information
#C72095 (or 0xC72095) is known color: Medium Violet Red. HEX triplet: C7, 20 and 95. RGB value is (199,32,149). Sum of RGB (Red+Green+Blue) = 199+32+149=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 32 (12.89% from 255 or 8.42% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C72095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72095 is #38DF6A. Grayscale: #5E5E5E. Windows color (decimal): -3727211 or 9773255. OLE color: 9773255.
HSL color Cylindrical-coordinate representation of color #C72095: hue angle of 317.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72095 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 149 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.22 |
| HSL | 317.96º | 0.72% | 0.45% | - |
| HSV(B) | 317.96º | 0.84% | 0.78% | - |
| XYZ | 29.49 | 15.35 | 29.84 | - |
| YUV | 95.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 149 | 0 | 0.84 | 0.25 | 0.22 | 317.96 | 0.72 | 0.45 |
| Hex | C7 | 20 | 95 | 0 | 54 | 19 | 16 | 13E | 48 | 2D |
| Octal | 307 | 40 | 225 | 0 | 124 | 31 | 26 | 476 | 110 | 55 |
| Binary | 11000111 | 100000 | 10010101 | 0 | 1010100 | 11001 | 10110 | 100111110 | 1001000 | 101101 |
Color Harmonies of #C72095
Complementary color
Monochromatic Colors of #C72095
Black with #C72095
Text Example
Text Example
White with #C72095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72095; }
p { color: rgb(199,32,149); }
H1.HeaderClassName
{
color: #C72095;
}
.AnyTagClassName
{
color: #C72095;
}
</style>
background-color css
<style>
a { background-color: #C72095; }
a { background-color: rgb(199,32,149); }
div.DivClassName
{
background-color: #C72095;
}
.BgClassName
{
background-color: #C72095;
}
</style>
border-color css
<style>
span { border-color: #C72095; }
span { border-color: rgb(199,32,149); }
td.TdClassName
{
border-color: #C72095;
}
.TagClassName
{
border-color: #C72095;
}
</style>