Shades of Medium Violet Red #C11095
Tints of Medium Violet Red #C11095
RGB
CMYK
RGB Variations
Color information
#C11095 (or 0xC11095) is known color: Medium Violet Red. HEX triplet: C1, 10 and 95. RGB value is (193,16,149). Sum of RGB (Red+Green+Blue) = 193+16+149=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C11095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11095 is #3EEF6A. Grayscale: #535353. Windows color (decimal): -4124523 or 9769153. OLE color: 9769153.
HSL color Cylindrical-coordinate representation of color #C11095: hue angle of 314.92º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11095 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 149 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.24 |
| HSL | 314.92º | 0.85% | 0.41% | - |
| HSV(B) | 314.92º | 0.92% | 0.76% | - |
| XYZ | 27.6 | 13.88 | 29.66 | - |
| YUV | 84.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 149 | 0 | 0.92 | 0.23 | 0.24 | 314.92 | 0.85 | 0.41 |
| Hex | C1 | 10 | 95 | 0 | 5C | 17 | 18 | 13B | 55 | 29 |
| Octal | 301 | 20 | 225 | 0 | 134 | 27 | 30 | 473 | 125 | 51 |
| Binary | 11000001 | 10000 | 10010101 | 0 | 1011100 | 10111 | 11000 | 100111011 | 1010101 | 101001 |
Color Harmonies of #C11095
Complementary color
Monochromatic Colors of #C11095
Black with #C11095
Text Example
Text Example
White with #C11095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11095; }
p { color: rgb(193,16,149); }
H1.HeaderClassName
{
color: #C11095;
}
.AnyTagClassName
{
color: #C11095;
}
</style>
background-color css
<style>
a { background-color: #C11095; }
a { background-color: rgb(193,16,149); }
div.DivClassName
{
background-color: #C11095;
}
.BgClassName
{
background-color: #C11095;
}
</style>
border-color css
<style>
span { border-color: #C11095; }
span { border-color: rgb(193,16,149); }
td.TdClassName
{
border-color: #C11095;
}
.TagClassName
{
border-color: #C11095;
}
</style>