Shades of Medium Violet Red #C71780
Tints of Medium Violet Red #C71780
RGB
CMYK
RGB Variations
Color information
#C71780 (or 0xC71780) is known color: Medium Violet Red. HEX triplet: C7, 17 and 80. RGB value is (199,23,128). Sum of RGB (Red+Green+Blue) = 199+23+128=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C71780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71780 is #38E87F. Grayscale: #575757. Windows color (decimal): -3729536 or 8394695. OLE color: 8394695.
HSL color Cylindrical-coordinate representation of color #C71780: hue angle of 324.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71780 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.2º | 0.79% | 0.44% | - |
| HSV(B) | 324.2º | 0.88% | 0.78% | - |
| XYZ | 27.76 | 14.31 | 21.72 | - |
| YUV | 87.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 128 | 0 | 0.88 | 0.36 | 0.22 | 324.2 | 0.79 | 0.44 |
| Hex | C7 | 17 | 80 | 0 | 58 | 24 | 16 | 144 | 4F | 2C |
| Octal | 307 | 27 | 200 | 0 | 130 | 44 | 26 | 504 | 117 | 54 |
| Binary | 11000111 | 10111 | 10000000 | 0 | 1011000 | 100100 | 10110 | 101000100 | 1001111 | 101100 |
Color Harmonies of #C71780
Complementary color
Monochromatic Colors of #C71780
Black with #C71780
Text Example
Text Example
White with #C71780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71780; }
p { color: rgb(199,23,128); }
H1.HeaderClassName
{
color: #C71780;
}
.AnyTagClassName
{
color: #C71780;
}
</style>
background-color css
<style>
a { background-color: #C71780; }
a { background-color: rgb(199,23,128); }
div.DivClassName
{
background-color: #C71780;
}
.BgClassName
{
background-color: #C71780;
}
</style>
border-color css
<style>
span { border-color: #C71780; }
span { border-color: rgb(199,23,128); }
td.TdClassName
{
border-color: #C71780;
}
.TagClassName
{
border-color: #C71780;
}
</style>