Shades of Medium Violet Red #C10977
Tints of Medium Violet Red #C10977
RGB
CMYK
RGB Variations
Color information
#C10977 (or 0xC10977) is known color: Medium Violet Red. HEX triplet: C1, 09 and 77. RGB value is (193,9,119). Sum of RGB (Red+Green+Blue) = 193+9+119=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C10977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10977 is #3EF688. Grayscale: #4C4C4C. Windows color (decimal): -4126345 or 7801281. OLE color: 7801281.
HSL color Cylindrical-coordinate representation of color #C10977: hue angle of 324.13º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10977 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 324.13º | 0.91% | 0.4% | - |
| HSV(B) | 324.13º | 0.95% | 0.76% | - |
| XYZ | 25.42 | 12.86 | 18.6 | - |
| YUV | 76.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 119 | 0 | 0.95 | 0.38 | 0.24 | 324.13 | 0.91 | 0.4 |
| Hex | C1 | 9 | 77 | 0 | 5F | 26 | 18 | 144 | 5B | 28 |
| Octal | 301 | 11 | 167 | 0 | 137 | 46 | 30 | 504 | 133 | 50 |
| Binary | 11000001 | 1001 | 1110111 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C10977
Complementary color
Monochromatic Colors of #C10977
Black with #C10977
Text Example
Text Example
White with #C10977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10977; }
p { color: rgb(193,9,119); }
H1.HeaderClassName
{
color: #C10977;
}
.AnyTagClassName
{
color: #C10977;
}
</style>
background-color css
<style>
a { background-color: #C10977; }
a { background-color: rgb(193,9,119); }
div.DivClassName
{
background-color: #C10977;
}
.BgClassName
{
background-color: #C10977;
}
</style>
border-color css
<style>
span { border-color: #C10977; }
span { border-color: rgb(193,9,119); }
td.TdClassName
{
border-color: #C10977;
}
.TagClassName
{
border-color: #C10977;
}
</style>