Shades of Medium Violet Red #C11981
Tints of Medium Violet Red #C11981
RGB
CMYK
RGB Variations
Color information
#C11981 (or 0xC11981) is known color: Medium Violet Red. HEX triplet: C1, 19 and 81. RGB value is (193,25,129). Sum of RGB (Red+Green+Blue) = 193+25+129=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C11981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11981 is #3EE67E. Grayscale: #565656. Windows color (decimal): -4122239 or 8460737. OLE color: 8460737.
HSL color Cylindrical-coordinate representation of color #C11981: hue angle of 322.86º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11981 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 129 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.24 |
| HSL | 322.86º | 0.77% | 0.43% | - |
| HSV(B) | 322.86º | 0.87% | 0.76% | - |
| XYZ | 26.3 | 13.62 | 22.01 | - |
| YUV | 87.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 129 | 0 | 0.87 | 0.33 | 0.24 | 322.86 | 0.77 | 0.43 |
| Hex | C1 | 19 | 81 | 0 | 57 | 21 | 18 | 143 | 4D | 2B |
| Octal | 301 | 31 | 201 | 0 | 127 | 41 | 30 | 503 | 115 | 53 |
| Binary | 11000001 | 11001 | 10000001 | 0 | 1010111 | 100001 | 11000 | 101000011 | 1001101 | 101011 |
Color Harmonies of #C11981
Complementary color
Monochromatic Colors of #C11981
Black with #C11981
Text Example
Text Example
White with #C11981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11981; }
p { color: rgb(193,25,129); }
H1.HeaderClassName
{
color: #C11981;
}
.AnyTagClassName
{
color: #C11981;
}
</style>
background-color css
<style>
a { background-color: #C11981; }
a { background-color: rgb(193,25,129); }
div.DivClassName
{
background-color: #C11981;
}
.BgClassName
{
background-color: #C11981;
}
</style>
border-color css
<style>
span { border-color: #C11981; }
span { border-color: rgb(193,25,129); }
td.TdClassName
{
border-color: #C11981;
}
.TagClassName
{
border-color: #C11981;
}
</style>