Shades of Medium Violet Red #C71185
Tints of Medium Violet Red #C71185
RGB
CMYK
RGB Variations
Color information
#C71185 (or 0xC71185) is known color: Medium Violet Red. HEX triplet: C7, 11 and 85. RGB value is (199,17,133). Sum of RGB (Red+Green+Blue) = 199+17+133=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C71185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71185 is #38EE7A. Grayscale: #545454. Windows color (decimal): -3731067 or 8720839. OLE color: 8720839.
HSL color Cylindrical-coordinate representation of color #C71185: hue angle of 321.76º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71185 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.22 |
| HSL | 321.76º | 0.84% | 0.42% | - |
| HSV(B) | 321.76º | 0.91% | 0.78% | - |
| XYZ | 27.99 | 14.24 | 23.46 | - |
| YUV | 84.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 133 | 0 | 0.91 | 0.33 | 0.22 | 321.76 | 0.84 | 0.42 |
| Hex | C7 | 11 | 85 | 0 | 5B | 21 | 16 | 142 | 54 | 2A |
| Octal | 307 | 21 | 205 | 0 | 133 | 41 | 26 | 502 | 124 | 52 |
| Binary | 11000111 | 10001 | 10000101 | 0 | 1011011 | 100001 | 10110 | 101000010 | 1010100 | 101010 |
Color Harmonies of #C71185
Complementary color
Monochromatic Colors of #C71185
Black with #C71185
Text Example
Text Example
White with #C71185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71185; }
p { color: rgb(199,17,133); }
H1.HeaderClassName
{
color: #C71185;
}
.AnyTagClassName
{
color: #C71185;
}
</style>
background-color css
<style>
a { background-color: #C71185; }
a { background-color: rgb(199,17,133); }
div.DivClassName
{
background-color: #C71185;
}
.BgClassName
{
background-color: #C71185;
}
</style>
border-color css
<style>
span { border-color: #C71185; }
span { border-color: rgb(199,17,133); }
td.TdClassName
{
border-color: #C71185;
}
.TagClassName
{
border-color: #C71185;
}
</style>