Shades of Medium Violet Red #C71680
Tints of Medium Violet Red #C71680
RGB
CMYK
RGB Variations
Color information
#C71680 (or 0xC71680) is known color: Medium Violet Red. HEX triplet: C7, 16 and 80. RGB value is (199,22,128). Sum of RGB (Red+Green+Blue) = 199+22+128=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C71680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71680 is #38E97F. Grayscale: #565656. Windows color (decimal): -3729792 or 8394439. OLE color: 8394439.
HSL color Cylindrical-coordinate representation of color #C71680: hue angle of 324.07º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71680 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.22 |
| HSL | 324.07º | 0.8% | 0.43% | - |
| HSV(B) | 324.07º | 0.89% | 0.78% | - |
| XYZ | 27.74 | 14.27 | 21.72 | - |
| YUV | 87.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 128 | 0 | 0.89 | 0.36 | 0.22 | 324.07 | 0.8 | 0.43 |
| Hex | C7 | 16 | 80 | 0 | 59 | 24 | 16 | 144 | 50 | 2B |
| Octal | 307 | 26 | 200 | 0 | 131 | 44 | 26 | 504 | 120 | 53 |
| Binary | 11000111 | 10110 | 10000000 | 0 | 1011001 | 100100 | 10110 | 101000100 | 1010000 | 101011 |
Color Harmonies of #C71680
Complementary color
Monochromatic Colors of #C71680
Black with #C71680
Text Example
Text Example
White with #C71680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71680; }
p { color: rgb(199,22,128); }
H1.HeaderClassName
{
color: #C71680;
}
.AnyTagClassName
{
color: #C71680;
}
</style>
background-color css
<style>
a { background-color: #C71680; }
a { background-color: rgb(199,22,128); }
div.DivClassName
{
background-color: #C71680;
}
.BgClassName
{
background-color: #C71680;
}
</style>
border-color css
<style>
span { border-color: #C71680; }
span { border-color: rgb(199,22,128); }
td.TdClassName
{
border-color: #C71680;
}
.TagClassName
{
border-color: #C71680;
}
</style>