Shades of Medium Violet Red #C11185
Tints of Medium Violet Red #C11185
RGB
CMYK
RGB Variations
Color information
#C11185 (or 0xC11185) is known color: Medium Violet Red. HEX triplet: C1, 11 and 85. RGB value is (193,17,133). Sum of RGB (Red+Green+Blue) = 193+17+133=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C11185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11185 is #3EEE7A. Grayscale: #525252. Windows color (decimal): -4124283 or 8720833. OLE color: 8720833.
HSL color Cylindrical-coordinate representation of color #C11185: hue angle of 320.45º 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 #C11185 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 133 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.24 |
| HSL | 320.45º | 0.84% | 0.41% | - |
| HSV(B) | 320.45º | 0.91% | 0.76% | - |
| XYZ | 26.43 | 13.43 | 23.39 | - |
| YUV | 82.85 | 156.31 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 133 | 0 | 0.91 | 0.31 | 0.24 | 320.45 | 0.84 | 0.41 |
| Hex | C1 | 11 | 85 | 0 | 5B | 1F | 18 | 140 | 54 | 29 |
| Octal | 301 | 21 | 205 | 0 | 133 | 37 | 30 | 500 | 124 | 51 |
| Binary | 11000001 | 10001 | 10000101 | 0 | 1011011 | 11111 | 11000 | 101000000 | 1010100 | 101001 |
Color Harmonies of #C11185
Complementary color
Monochromatic Colors of #C11185
Black with #C11185
Text Example
Text Example
White with #C11185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11185; }
p { color: rgb(193,17,133); }
H1.HeaderClassName
{
color: #C11185;
}
.AnyTagClassName
{
color: #C11185;
}
</style>
background-color css
<style>
a { background-color: #C11185; }
a { background-color: rgb(193,17,133); }
div.DivClassName
{
background-color: #C11185;
}
.BgClassName
{
background-color: #C11185;
}
</style>
border-color css
<style>
span { border-color: #C11185; }
span { border-color: rgb(193,17,133); }
td.TdClassName
{
border-color: #C11185;
}
.TagClassName
{
border-color: #C11185;
}
</style>