Shades of Medium Violet Red #C11379
Tints of Medium Violet Red #C11379
RGB
CMYK
RGB Variations
Color information
#C11379 (or 0xC11379) is known color: Medium Violet Red. HEX triplet: C1, 13 and 79. RGB value is (193,19,121). Sum of RGB (Red+Green+Blue) = 193+19+121=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C11379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11379 is #3EEC86. Grayscale: #525252. Windows color (decimal): -4123783 or 7934913. OLE color: 7934913.
HSL color Cylindrical-coordinate representation of color #C11379: hue angle of 324.83º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11379 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.24 |
| HSL | 324.83º | 0.82% | 0.42% | - |
| HSV(B) | 324.83º | 0.9% | 0.76% | - |
| XYZ | 25.68 | 13.18 | 19.28 | - |
| YUV | 82.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 121 | 0 | 0.90 | 0.37 | 0.24 | 324.83 | 0.82 | 0.42 |
| Hex | C1 | 13 | 79 | 0 | 5A | 25 | 18 | 145 | 52 | 2A |
| Octal | 301 | 23 | 171 | 0 | 132 | 45 | 30 | 505 | 122 | 52 |
| Binary | 11000001 | 10011 | 1111001 | 0 | 1011010 | 100101 | 11000 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C11379
Complementary color
Monochromatic Colors of #C11379
Black with #C11379
Text Example
Text Example
White with #C11379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11379; }
p { color: rgb(193,19,121); }
H1.HeaderClassName
{
color: #C11379;
}
.AnyTagClassName
{
color: #C11379;
}
</style>
background-color css
<style>
a { background-color: #C11379; }
a { background-color: rgb(193,19,121); }
div.DivClassName
{
background-color: #C11379;
}
.BgClassName
{
background-color: #C11379;
}
</style>
border-color css
<style>
span { border-color: #C11379; }
span { border-color: rgb(193,19,121); }
td.TdClassName
{
border-color: #C11379;
}
.TagClassName
{
border-color: #C11379;
}
</style>