Shades of Medium Violet Red #C11591
Tints of Medium Violet Red #C11591
RGB
CMYK
RGB Variations
Color information
#C11591 (or 0xC11591) is known color: Medium Violet Red. HEX triplet: C1, 15 and 91. RGB value is (193,21,145). Sum of RGB (Red+Green+Blue) = 193+21+145=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C11591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11591 is #3EEA6E. Grayscale: #565656. Windows color (decimal): -4123247 or 9508289. OLE color: 9508289.
HSL color Cylindrical-coordinate representation of color #C11591: hue angle of 316.74º 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 #C11591 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 145 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.24 |
| HSL | 316.74º | 0.8% | 0.42% | - |
| HSV(B) | 316.74º | 0.89% | 0.76% | - |
| XYZ | 27.37 | 13.92 | 28.03 | - |
| YUV | 86.56 | 160.98 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 145 | 0 | 0.89 | 0.25 | 0.24 | 316.74 | 0.8 | 0.42 |
| Hex | C1 | 15 | 91 | 0 | 59 | 19 | 18 | 13D | 50 | 2A |
| Octal | 301 | 25 | 221 | 0 | 131 | 31 | 30 | 475 | 120 | 52 |
| Binary | 11000001 | 10101 | 10010001 | 0 | 1011001 | 11001 | 11000 | 100111101 | 1010000 | 101010 |
Color Harmonies of #C11591
Complementary color
Monochromatic Colors of #C11591
Black with #C11591
Text Example
Text Example
White with #C11591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11591; }
p { color: rgb(193,21,145); }
H1.HeaderClassName
{
color: #C11591;
}
.AnyTagClassName
{
color: #C11591;
}
</style>
background-color css
<style>
a { background-color: #C11591; }
a { background-color: rgb(193,21,145); }
div.DivClassName
{
background-color: #C11591;
}
.BgClassName
{
background-color: #C11591;
}
</style>
border-color css
<style>
span { border-color: #C11591; }
span { border-color: rgb(193,21,145); }
td.TdClassName
{
border-color: #C11591;
}
.TagClassName
{
border-color: #C11591;
}
</style>