Shades of Medium Violet Red #C71973
Tints of Medium Violet Red #C71973
RGB
CMYK
RGB Variations
Color information
#C71973 (or 0xC71973) is known color: Medium Violet Red. HEX triplet: C7, 19 and 73. RGB value is (199,25,115). Sum of RGB (Red+Green+Blue) = 199+25+115=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C71973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71973 is #38E68C. Grayscale: #575757. Windows color (decimal): -3729037 or 7543239. OLE color: 7543239.
HSL color Cylindrical-coordinate representation of color #C71973: hue angle of 328.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71973 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 115 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.22 |
| HSL | 328.97º | 0.78% | 0.44% | - |
| HSV(B) | 328.97º | 0.87% | 0.78% | - |
| XYZ | 27 | 14.08 | 17.51 | - |
| YUV | 87.29 | 143.65 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 115 | 0 | 0.87 | 0.42 | 0.22 | 328.97 | 0.78 | 0.44 |
| Hex | C7 | 19 | 73 | 0 | 57 | 2A | 16 | 149 | 4E | 2C |
| Octal | 307 | 31 | 163 | 0 | 127 | 52 | 26 | 511 | 116 | 54 |
| Binary | 11000111 | 11001 | 1110011 | 0 | 1010111 | 101010 | 10110 | 101001001 | 1001110 | 101100 |
Color Harmonies of #C71973
Complementary color
Monochromatic Colors of #C71973
Black with #C71973
Text Example
Text Example
White with #C71973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71973; }
p { color: rgb(199,25,115); }
H1.HeaderClassName
{
color: #C71973;
}
.AnyTagClassName
{
color: #C71973;
}
</style>
background-color css
<style>
a { background-color: #C71973; }
a { background-color: rgb(199,25,115); }
div.DivClassName
{
background-color: #C71973;
}
.BgClassName
{
background-color: #C71973;
}
</style>
border-color css
<style>
span { border-color: #C71973; }
span { border-color: rgb(199,25,115); }
td.TdClassName
{
border-color: #C71973;
}
.TagClassName
{
border-color: #C71973;
}
</style>