Shades of Medium Violet Red #C11771
Tints of Medium Violet Red #C11771
RGB
CMYK
RGB Variations
Color information
#C11771 (or 0xC11771) is known color: Medium Violet Red. HEX triplet: C1, 17 and 71. RGB value is (193,23,113). Sum of RGB (Red+Green+Blue) = 193+23+113=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11771 is #3EE88E. Grayscale: #535353. Windows color (decimal): -4122767 or 7411649. OLE color: 7411649.
HSL color Cylindrical-coordinate representation of color #C11771: hue angle of 328.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11771 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 113 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.24 |
| HSL | 328.24º | 0.79% | 0.42% | - |
| HSV(B) | 328.24º | 0.88% | 0.76% | - |
| XYZ | 25.28 | 13.14 | 16.83 | - |
| YUV | 84.09 | 144.32 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 113 | 0 | 0.88 | 0.41 | 0.24 | 328.24 | 0.79 | 0.42 |
| Hex | C1 | 17 | 71 | 0 | 58 | 29 | 18 | 148 | 4F | 2A |
| Octal | 301 | 27 | 161 | 0 | 130 | 51 | 30 | 510 | 117 | 52 |
| Binary | 11000001 | 10111 | 1110001 | 0 | 1011000 | 101001 | 11000 | 101001000 | 1001111 | 101010 |
Color Harmonies of #C11771
Complementary color
Monochromatic Colors of #C11771
Black with #C11771
Text Example
Text Example
White with #C11771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11771; }
p { color: rgb(193,23,113); }
H1.HeaderClassName
{
color: #C11771;
}
.AnyTagClassName
{
color: #C11771;
}
</style>
background-color css
<style>
a { background-color: #C11771; }
a { background-color: rgb(193,23,113); }
div.DivClassName
{
background-color: #C11771;
}
.BgClassName
{
background-color: #C11771;
}
</style>
border-color css
<style>
span { border-color: #C11771; }
span { border-color: rgb(193,23,113); }
td.TdClassName
{
border-color: #C11771;
}
.TagClassName
{
border-color: #C11771;
}
</style>