Shades of Medium Violet Red #C11197
Tints of Medium Violet Red #C11197
RGB
CMYK
RGB Variations
Color information
#C11197 (or 0xC11197) is known color: Medium Violet Red. HEX triplet: C1, 11 and 97. RGB value is (193,17,151). Sum of RGB (Red+Green+Blue) = 193+17+151=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11197 is #3EEE68. Grayscale: #545454. Windows color (decimal): -4124265 or 9900481. OLE color: 9900481.
HSL color Cylindrical-coordinate representation of color #C11197: hue angle of 314.32º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11197 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 151 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.24 |
| HSL | 314.32º | 0.84% | 0.41% | - |
| HSV(B) | 314.32º | 0.91% | 0.76% | - |
| XYZ | 27.78 | 13.97 | 30.51 | - |
| YUV | 84.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 151 | 0 | 0.91 | 0.22 | 0.24 | 314.32 | 0.84 | 0.41 |
| Hex | C1 | 11 | 97 | 0 | 5B | 16 | 18 | 13A | 54 | 29 |
| Octal | 301 | 21 | 227 | 0 | 133 | 26 | 30 | 472 | 124 | 51 |
| Binary | 11000001 | 10001 | 10010111 | 0 | 1011011 | 10110 | 11000 | 100111010 | 1010100 | 101001 |
Color Harmonies of #C11197
Complementary color
Monochromatic Colors of #C11197
Black with #C11197
Text Example
Text Example
White with #C11197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11197; }
p { color: rgb(193,17,151); }
H1.HeaderClassName
{
color: #C11197;
}
.AnyTagClassName
{
color: #C11197;
}
</style>
background-color css
<style>
a { background-color: #C11197; }
a { background-color: rgb(193,17,151); }
div.DivClassName
{
background-color: #C11197;
}
.BgClassName
{
background-color: #C11197;
}
</style>
border-color css
<style>
span { border-color: #C11197; }
span { border-color: rgb(193,17,151); }
td.TdClassName
{
border-color: #C11197;
}
.TagClassName
{
border-color: #C11197;
}
</style>