Shades of Medium Violet Red #C11194
Tints of Medium Violet Red #C11194
RGB
CMYK
RGB Variations
Color information
#C11194 (or 0xC11194) is known color: Medium Violet Red. HEX triplet: C1, 11 and 94. RGB value is (193,17,148). Sum of RGB (Red+Green+Blue) = 193+17+148=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C11194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11194 is #3EEE6B. Grayscale: #545454. Windows color (decimal): -4124268 or 9703873. OLE color: 9703873.
HSL color Cylindrical-coordinate representation of color #C11194: hue angle of 315.34º 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 #C11194 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 148 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.24 |
| HSL | 315.34º | 0.84% | 0.41% | - |
| HSV(B) | 315.34º | 0.91% | 0.76% | - |
| XYZ | 27.54 | 13.88 | 29.24 | - |
| YUV | 84.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 148 | 0 | 0.91 | 0.23 | 0.24 | 315.34 | 0.84 | 0.41 |
| Hex | C1 | 11 | 94 | 0 | 5B | 17 | 18 | 13B | 54 | 29 |
| Octal | 301 | 21 | 224 | 0 | 133 | 27 | 30 | 473 | 124 | 51 |
| Binary | 11000001 | 10001 | 10010100 | 0 | 1011011 | 10111 | 11000 | 100111011 | 1010100 | 101001 |
Color Harmonies of #C11194
Complementary color
Monochromatic Colors of #C11194
Black with #C11194
Text Example
Text Example
White with #C11194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11194; }
p { color: rgb(193,17,148); }
H1.HeaderClassName
{
color: #C11194;
}
.AnyTagClassName
{
color: #C11194;
}
</style>
background-color css
<style>
a { background-color: #C11194; }
a { background-color: rgb(193,17,148); }
div.DivClassName
{
background-color: #C11194;
}
.BgClassName
{
background-color: #C11194;
}
</style>
border-color css
<style>
span { border-color: #C11194; }
span { border-color: rgb(193,17,148); }
td.TdClassName
{
border-color: #C11194;
}
.TagClassName
{
border-color: #C11194;
}
</style>