Shades of Medium Violet Red #C11791
Tints of Medium Violet Red #C11791
RGB
CMYK
RGB Variations
Color information
#C11791 (or 0xC11791) is known color: Medium Violet Red. HEX triplet: C1, 17 and 91. RGB value is (193,23,145). Sum of RGB (Red+Green+Blue) = 193+23+145=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11791 is #3EE86E. Grayscale: #575757. Windows color (decimal): -4122735 or 9508801. OLE color: 9508801.
HSL color Cylindrical-coordinate representation of color #C11791: hue angle of 316.94º 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 #C11791 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 145 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.24 |
| HSL | 316.94º | 0.79% | 0.42% | - |
| HSV(B) | 316.94º | 0.88% | 0.76% | - |
| XYZ | 27.41 | 13.99 | 28.04 | - |
| YUV | 87.74 | 160.32 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 145 | 0 | 0.88 | 0.25 | 0.24 | 316.94 | 0.79 | 0.42 |
| Hex | C1 | 17 | 91 | 0 | 58 | 19 | 18 | 13D | 4F | 2A |
| Octal | 301 | 27 | 221 | 0 | 130 | 31 | 30 | 475 | 117 | 52 |
| Binary | 11000001 | 10111 | 10010001 | 0 | 1011000 | 11001 | 11000 | 100111101 | 1001111 | 101010 |
Color Harmonies of #C11791
Complementary color
Monochromatic Colors of #C11791
Black with #C11791
Text Example
Text Example
White with #C11791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11791; }
p { color: rgb(193,23,145); }
H1.HeaderClassName
{
color: #C11791;
}
.AnyTagClassName
{
color: #C11791;
}
</style>
background-color css
<style>
a { background-color: #C11791; }
a { background-color: rgb(193,23,145); }
div.DivClassName
{
background-color: #C11791;
}
.BgClassName
{
background-color: #C11791;
}
</style>
border-color css
<style>
span { border-color: #C11791; }
span { border-color: rgb(193,23,145); }
td.TdClassName
{
border-color: #C11791;
}
.TagClassName
{
border-color: #C11791;
}
</style>