Shades of Medium Violet Red #C11571
Tints of Medium Violet Red #C11571
RGB
CMYK
RGB Variations
Color information
#C11571 (or 0xC11571) is known color: Medium Violet Red. HEX triplet: C1, 15 and 71. RGB value is (193,21,113). Sum of RGB (Red+Green+Blue) = 193+21+113=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11571 is #3EEA8E. Grayscale: #525252. Windows color (decimal): -4123279 or 7411137. OLE color: 7411137.
HSL color Cylindrical-coordinate representation of color #C11571: hue angle of 327.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11571 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 113 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.24 |
| HSL | 327.91º | 0.8% | 0.42% | - |
| HSV(B) | 327.91º | 0.89% | 0.76% | - |
| XYZ | 25.24 | 13.07 | 16.81 | - |
| YUV | 82.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 113 | 0 | 0.89 | 0.41 | 0.24 | 327.91 | 0.8 | 0.42 |
| Hex | C1 | 15 | 71 | 0 | 59 | 29 | 18 | 148 | 50 | 2A |
| Octal | 301 | 25 | 161 | 0 | 131 | 51 | 30 | 510 | 120 | 52 |
| Binary | 11000001 | 10101 | 1110001 | 0 | 1011001 | 101001 | 11000 | 101001000 | 1010000 | 101010 |
Color Harmonies of #C11571
Complementary color
Monochromatic Colors of #C11571
Black with #C11571
Text Example
Text Example
White with #C11571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11571; }
p { color: rgb(193,21,113); }
H1.HeaderClassName
{
color: #C11571;
}
.AnyTagClassName
{
color: #C11571;
}
</style>
background-color css
<style>
a { background-color: #C11571; }
a { background-color: rgb(193,21,113); }
div.DivClassName
{
background-color: #C11571;
}
.BgClassName
{
background-color: #C11571;
}
</style>
border-color css
<style>
span { border-color: #C11571; }
span { border-color: rgb(193,21,113); }
td.TdClassName
{
border-color: #C11571;
}
.TagClassName
{
border-color: #C11571;
}
</style>