Shades of Medium Violet Red #C11A77
Tints of Medium Violet Red #C11A77
RGB
CMYK
RGB Variations
Color information
#C11A77 (or 0xC11A77) is known color: Medium Violet Red. HEX triplet: C1, 1A and 77. RGB value is (193,26,119). Sum of RGB (Red+Green+Blue) = 193+26+119=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A77 is #3EE588. Grayscale: #565656. Windows color (decimal): -4121993 or 7805633. OLE color: 7805633.
HSL color Cylindrical-coordinate representation of color #C11A77: hue angle of 326.59º degrees, saturation: 0.76, 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 #C11A77 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 119 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.24 |
| HSL | 326.59º | 0.76% | 0.43% | - |
| HSV(B) | 326.59º | 0.87% | 0.76% | - |
| XYZ | 25.69 | 13.41 | 18.69 | - |
| YUV | 86.54 | 146.33 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 119 | 0 | 0.87 | 0.38 | 0.24 | 326.59 | 0.76 | 0.43 |
| Hex | C1 | 1A | 77 | 0 | 57 | 26 | 18 | 147 | 4C | 2B |
| Octal | 301 | 32 | 167 | 0 | 127 | 46 | 30 | 507 | 114 | 53 |
| Binary | 11000001 | 11010 | 1110111 | 0 | 1010111 | 100110 | 11000 | 101000111 | 1001100 | 101011 |
Color Harmonies of #C11A77
Complementary color
Monochromatic Colors of #C11A77
Black with #C11A77
Text Example
Text Example
White with #C11A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A77; }
p { color: rgb(193,26,119); }
H1.HeaderClassName
{
color: #C11A77;
}
.AnyTagClassName
{
color: #C11A77;
}
</style>
background-color css
<style>
a { background-color: #C11A77; }
a { background-color: rgb(193,26,119); }
div.DivClassName
{
background-color: #C11A77;
}
.BgClassName
{
background-color: #C11A77;
}
</style>
border-color css
<style>
span { border-color: #C11A77; }
span { border-color: rgb(193,26,119); }
td.TdClassName
{
border-color: #C11A77;
}
.TagClassName
{
border-color: #C11A77;
}
</style>