Shades of Medium Violet Red #C11179
Tints of Medium Violet Red #C11179
RGB
CMYK
RGB Variations
Color information
#C11179 (or 0xC11179) is known color: Medium Violet Red. HEX triplet: C1, 11 and 79. RGB value is (193,17,121). Sum of RGB (Red+Green+Blue) = 193+17+121=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C11179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11179 is #3EEE86. Grayscale: #515151. Windows color (decimal): -4124295 or 7934401. OLE color: 7934401.
HSL color Cylindrical-coordinate representation of color #C11179: hue angle of 324.55º 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 #C11179 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 121 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.24 |
| HSL | 324.55º | 0.84% | 0.41% | - |
| HSV(B) | 324.55º | 0.91% | 0.76% | - |
| XYZ | 25.64 | 13.12 | 19.27 | - |
| YUV | 81.48 | 150.31 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 121 | 0 | 0.91 | 0.37 | 0.24 | 324.55 | 0.84 | 0.41 |
| Hex | C1 | 11 | 79 | 0 | 5B | 25 | 18 | 145 | 54 | 29 |
| Octal | 301 | 21 | 171 | 0 | 133 | 45 | 30 | 505 | 124 | 51 |
| Binary | 11000001 | 10001 | 1111001 | 0 | 1011011 | 100101 | 11000 | 101000101 | 1010100 | 101001 |
Color Harmonies of #C11179
Complementary color
Monochromatic Colors of #C11179
Black with #C11179
Text Example
Text Example
White with #C11179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11179; }
p { color: rgb(193,17,121); }
H1.HeaderClassName
{
color: #C11179;
}
.AnyTagClassName
{
color: #C11179;
}
</style>
background-color css
<style>
a { background-color: #C11179; }
a { background-color: rgb(193,17,121); }
div.DivClassName
{
background-color: #C11179;
}
.BgClassName
{
background-color: #C11179;
}
</style>
border-color css
<style>
span { border-color: #C11179; }
span { border-color: rgb(193,17,121); }
td.TdClassName
{
border-color: #C11179;
}
.TagClassName
{
border-color: #C11179;
}
</style>