Shades of Medium Violet Red #C11189
Tints of Medium Violet Red #C11189
RGB
CMYK
RGB Variations
Color information
#C11189 (or 0xC11189) is known color: Medium Violet Red. HEX triplet: C1, 11 and 89. RGB value is (193,17,137). Sum of RGB (Red+Green+Blue) = 193+17+137=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11189 is #3EEE76. Grayscale: #535353. Windows color (decimal): -4124279 or 8982977. OLE color: 8982977.
HSL color Cylindrical-coordinate representation of color #C11189: hue angle of 319.09º 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 #C11189 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 137 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.24 |
| HSL | 319.09º | 0.84% | 0.41% | - |
| HSV(B) | 319.09º | 0.91% | 0.76% | - |
| XYZ | 26.71 | 13.54 | 24.87 | - |
| YUV | 83.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 137 | 0 | 0.91 | 0.29 | 0.24 | 319.09 | 0.84 | 0.41 |
| Hex | C1 | 11 | 89 | 0 | 5B | 1D | 18 | 13F | 54 | 29 |
| Octal | 301 | 21 | 211 | 0 | 133 | 35 | 30 | 477 | 124 | 51 |
| Binary | 11000001 | 10001 | 10001001 | 0 | 1011011 | 11101 | 11000 | 100111111 | 1010100 | 101001 |
Color Harmonies of #C11189
Complementary color
Monochromatic Colors of #C11189
Black with #C11189
Text Example
Text Example
White with #C11189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11189; }
p { color: rgb(193,17,137); }
H1.HeaderClassName
{
color: #C11189;
}
.AnyTagClassName
{
color: #C11189;
}
</style>
background-color css
<style>
a { background-color: #C11189; }
a { background-color: rgb(193,17,137); }
div.DivClassName
{
background-color: #C11189;
}
.BgClassName
{
background-color: #C11189;
}
</style>
border-color css
<style>
span { border-color: #C11189; }
span { border-color: rgb(193,17,137); }
td.TdClassName
{
border-color: #C11189;
}
.TagClassName
{
border-color: #C11189;
}
</style>