Shades of Medium Violet Red #C71880
Tints of Medium Violet Red #C71880
RGB
CMYK
RGB Variations
Color information
#C71880 (or 0xC71880) is known color: Medium Violet Red. HEX triplet: C7, 18 and 80. RGB value is (199,24,128). Sum of RGB (Red+Green+Blue) = 199+24+128=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C71880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71880 is #38E77F. Grayscale: #575757. Windows color (decimal): -3729280 or 8394951. OLE color: 8394951.
HSL color Cylindrical-coordinate representation of color #C71880: hue angle of 324.34º degrees, saturation: 0.78, 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 #C71880 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 128 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.34º | 0.78% | 0.44% | - |
| HSV(B) | 324.34º | 0.88% | 0.78% | - |
| XYZ | 27.78 | 14.35 | 21.73 | - |
| YUV | 88.18 | 150.48 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 128 | 0 | 0.88 | 0.36 | 0.22 | 324.34 | 0.78 | 0.44 |
| Hex | C7 | 18 | 80 | 0 | 58 | 24 | 16 | 144 | 4E | 2C |
| Octal | 307 | 30 | 200 | 0 | 130 | 44 | 26 | 504 | 116 | 54 |
| Binary | 11000111 | 11000 | 10000000 | 0 | 1011000 | 100100 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C71880
Complementary color
Monochromatic Colors of #C71880
Black with #C71880
Text Example
Text Example
White with #C71880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71880; }
p { color: rgb(199,24,128); }
H1.HeaderClassName
{
color: #C71880;
}
.AnyTagClassName
{
color: #C71880;
}
</style>
background-color css
<style>
a { background-color: #C71880; }
a { background-color: rgb(199,24,128); }
div.DivClassName
{
background-color: #C71880;
}
.BgClassName
{
background-color: #C71880;
}
</style>
border-color css
<style>
span { border-color: #C71880; }
span { border-color: rgb(199,24,128); }
td.TdClassName
{
border-color: #C71880;
}
.TagClassName
{
border-color: #C71880;
}
</style>