Shades of Medium Violet Red #C11193
Tints of Medium Violet Red #C11193
RGB
CMYK
RGB Variations
Color information
#C11193 (or 0xC11193) is known color: Medium Violet Red. HEX triplet: C1, 11 and 93. RGB value is (193,17,147). Sum of RGB (Red+Green+Blue) = 193+17+147=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C11193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11193 is #3EEE6C. Grayscale: #545454. Windows color (decimal): -4124269 or 9638337. OLE color: 9638337.
HSL color Cylindrical-coordinate representation of color #C11193: hue angle of 315.68º 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 #C11193 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 147 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.24 |
| HSL | 315.68º | 0.84% | 0.41% | - |
| HSV(B) | 315.68º | 0.91% | 0.76% | - |
| XYZ | 27.46 | 13.84 | 28.83 | - |
| YUV | 84.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 147 | 0 | 0.91 | 0.24 | 0.24 | 315.68 | 0.84 | 0.41 |
| Hex | C1 | 11 | 93 | 0 | 5B | 18 | 18 | 13C | 54 | 29 |
| Octal | 301 | 21 | 223 | 0 | 133 | 30 | 30 | 474 | 124 | 51 |
| Binary | 11000001 | 10001 | 10010011 | 0 | 1011011 | 11000 | 11000 | 100111100 | 1010100 | 101001 |
Color Harmonies of #C11193
Complementary color
Monochromatic Colors of #C11193
Black with #C11193
Text Example
Text Example
White with #C11193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11193; }
p { color: rgb(193,17,147); }
H1.HeaderClassName
{
color: #C11193;
}
.AnyTagClassName
{
color: #C11193;
}
</style>
background-color css
<style>
a { background-color: #C11193; }
a { background-color: rgb(193,17,147); }
div.DivClassName
{
background-color: #C11193;
}
.BgClassName
{
background-color: #C11193;
}
</style>
border-color css
<style>
span { border-color: #C11193; }
span { border-color: rgb(193,17,147); }
td.TdClassName
{
border-color: #C11193;
}
.TagClassName
{
border-color: #C11193;
}
</style>