Shades of Medium Violet Red #C72092
Tints of Medium Violet Red #C72092
RGB
CMYK
RGB Variations
Color information
#C72092 (or 0xC72092) is known color: Medium Violet Red. HEX triplet: C7, 20 and 92. RGB value is (199,32,146). Sum of RGB (Red+Green+Blue) = 199+32+146=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C72092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72092 is #38DF6D. Grayscale: #5E5E5E. Windows color (decimal): -3727214 or 9576647. OLE color: 9576647.
HSL color Cylindrical-coordinate representation of color #C72092: hue angle of 319.04º 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 #C72092 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 146 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.22 |
| HSL | 319.04º | 0.72% | 0.45% | - |
| HSV(B) | 319.04º | 0.84% | 0.78% | - |
| XYZ | 29.26 | 15.25 | 28.6 | - |
| YUV | 94.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 146 | 0 | 0.84 | 0.27 | 0.22 | 319.04 | 0.72 | 0.45 |
| Hex | C7 | 20 | 92 | 0 | 54 | 1B | 16 | 13F | 48 | 2D |
| Octal | 307 | 40 | 222 | 0 | 124 | 33 | 26 | 477 | 110 | 55 |
| Binary | 11000111 | 100000 | 10010010 | 0 | 1010100 | 11011 | 10110 | 100111111 | 1001000 | 101101 |
Color Harmonies of #C72092
Complementary color
Monochromatic Colors of #C72092
Black with #C72092
Text Example
Text Example
White with #C72092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72092; }
p { color: rgb(199,32,146); }
H1.HeaderClassName
{
color: #C72092;
}
.AnyTagClassName
{
color: #C72092;
}
</style>
background-color css
<style>
a { background-color: #C72092; }
a { background-color: rgb(199,32,146); }
div.DivClassName
{
background-color: #C72092;
}
.BgClassName
{
background-color: #C72092;
}
</style>
border-color css
<style>
span { border-color: #C72092; }
span { border-color: rgb(199,32,146); }
td.TdClassName
{
border-color: #C72092;
}
.TagClassName
{
border-color: #C72092;
}
</style>