Shades of Medium Violet Red #C11977
Tints of Medium Violet Red #C11977
RGB
CMYK
RGB Variations
Color information
#C11977 (or 0xC11977) is known color: Medium Violet Red. HEX triplet: C1, 19 and 77. RGB value is (193,25,119). Sum of RGB (Red+Green+Blue) = 193+25+119=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C11977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11977 is #3EE688. Grayscale: #555555. Windows color (decimal): -4122249 or 7805377. OLE color: 7805377.
HSL color Cylindrical-coordinate representation of color #C11977: hue angle of 326.43º 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 #C11977 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 119 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.24 |
| HSL | 326.43º | 0.77% | 0.43% | - |
| HSV(B) | 326.43º | 0.87% | 0.76% | - |
| XYZ | 25.67 | 13.36 | 18.68 | - |
| YUV | 85.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 119 | 0 | 0.87 | 0.38 | 0.24 | 326.43 | 0.77 | 0.43 |
| Hex | C1 | 19 | 77 | 0 | 57 | 26 | 18 | 146 | 4D | 2B |
| Octal | 301 | 31 | 167 | 0 | 127 | 46 | 30 | 506 | 115 | 53 |
| Binary | 11000001 | 11001 | 1110111 | 0 | 1010111 | 100110 | 11000 | 101000110 | 1001101 | 101011 |
Color Harmonies of #C11977
Complementary color
Monochromatic Colors of #C11977
Black with #C11977
Text Example
Text Example
White with #C11977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11977; }
p { color: rgb(193,25,119); }
H1.HeaderClassName
{
color: #C11977;
}
.AnyTagClassName
{
color: #C11977;
}
</style>
background-color css
<style>
a { background-color: #C11977; }
a { background-color: rgb(193,25,119); }
div.DivClassName
{
background-color: #C11977;
}
.BgClassName
{
background-color: #C11977;
}
</style>
border-color css
<style>
span { border-color: #C11977; }
span { border-color: rgb(193,25,119); }
td.TdClassName
{
border-color: #C11977;
}
.TagClassName
{
border-color: #C11977;
}
</style>