Shades of Medium Violet Red #C71978
Tints of Medium Violet Red #C71978
RGB
CMYK
RGB Variations
Color information
#C71978 (or 0xC71978) is known color: Medium Violet Red. HEX triplet: C7, 19 and 78. RGB value is (199,25,120). Sum of RGB (Red+Green+Blue) = 199+25+120=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C71978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71978 is #38E687. Grayscale: #575757. Windows color (decimal): -3729032 or 7870919. OLE color: 7870919.
HSL color Cylindrical-coordinate representation of color #C71978: hue angle of 327.24º 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 #C71978 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 120 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.22 |
| HSL | 327.24º | 0.78% | 0.44% | - |
| HSV(B) | 327.24º | 0.87% | 0.78% | - |
| XYZ | 27.29 | 14.19 | 19.07 | - |
| YUV | 87.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 120 | 0 | 0.87 | 0.40 | 0.22 | 327.24 | 0.78 | 0.44 |
| Hex | C7 | 19 | 78 | 0 | 57 | 28 | 16 | 147 | 4E | 2C |
| Octal | 307 | 31 | 170 | 0 | 127 | 50 | 26 | 507 | 116 | 54 |
| Binary | 11000111 | 11001 | 1111000 | 0 | 1010111 | 101000 | 10110 | 101000111 | 1001110 | 101100 |
Color Harmonies of #C71978
Complementary color
Monochromatic Colors of #C71978
Black with #C71978
Text Example
Text Example
White with #C71978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71978; }
p { color: rgb(199,25,120); }
H1.HeaderClassName
{
color: #C71978;
}
.AnyTagClassName
{
color: #C71978;
}
</style>
background-color css
<style>
a { background-color: #C71978; }
a { background-color: rgb(199,25,120); }
div.DivClassName
{
background-color: #C71978;
}
.BgClassName
{
background-color: #C71978;
}
</style>
border-color css
<style>
span { border-color: #C71978; }
span { border-color: rgb(199,25,120); }
td.TdClassName
{
border-color: #C71978;
}
.TagClassName
{
border-color: #C71978;
}
</style>