Shades of Medium Violet Red #C71075
Tints of Medium Violet Red #C71075
RGB
CMYK
RGB Variations
Color information
#C71075 (or 0xC71075) is known color: Medium Violet Red. HEX triplet: C7, 10 and 75. RGB value is (199,16,117). Sum of RGB (Red+Green+Blue) = 199+16+117=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C71075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71075 is #38EF8A. Grayscale: #525252. Windows color (decimal): -3731339 or 7672007. OLE color: 7672007.
HSL color Cylindrical-coordinate representation of color #C71075: hue angle of 326.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71075 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.22 |
| HSL | 326.89º | 0.85% | 0.42% | - |
| HSV(B) | 326.89º | 0.92% | 0.78% | - |
| XYZ | 26.95 | 13.8 | 18.07 | - |
| YUV | 82.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 117 | 0 | 0.92 | 0.41 | 0.22 | 326.89 | 0.85 | 0.42 |
| Hex | C7 | 10 | 75 | 0 | 5C | 29 | 16 | 147 | 55 | 2A |
| Octal | 307 | 20 | 165 | 0 | 134 | 51 | 26 | 507 | 125 | 52 |
| Binary | 11000111 | 10000 | 1110101 | 0 | 1011100 | 101001 | 10110 | 101000111 | 1010101 | 101010 |
Color Harmonies of #C71075
Complementary color
Monochromatic Colors of #C71075
Black with #C71075
Text Example
Text Example
White with #C71075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71075; }
p { color: rgb(199,16,117); }
H1.HeaderClassName
{
color: #C71075;
}
.AnyTagClassName
{
color: #C71075;
}
</style>
background-color css
<style>
a { background-color: #C71075; }
a { background-color: rgb(199,16,117); }
div.DivClassName
{
background-color: #C71075;
}
.BgClassName
{
background-color: #C71075;
}
</style>
border-color css
<style>
span { border-color: #C71075; }
span { border-color: rgb(199,16,117); }
td.TdClassName
{
border-color: #C71075;
}
.TagClassName
{
border-color: #C71075;
}
</style>