Shades of Medium Violet Red #C11579
Tints of Medium Violet Red #C11579
RGB
CMYK
RGB Variations
Color information
#C11579 (or 0xC11579) is known color: Medium Violet Red. HEX triplet: C1, 15 and 79. RGB value is (193,21,121). Sum of RGB (Red+Green+Blue) = 193+21+121=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C11579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11579 is #3EEA86. Grayscale: #535353. Windows color (decimal): -4123271 or 7935425. OLE color: 7935425.
HSL color Cylindrical-coordinate representation of color #C11579: hue angle of 325.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11579 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 121 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.24 |
| HSL | 325.12º | 0.8% | 0.42% | - |
| HSV(B) | 325.12º | 0.89% | 0.76% | - |
| XYZ | 25.71 | 13.25 | 19.29 | - |
| YUV | 83.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 121 | 0 | 0.89 | 0.37 | 0.24 | 325.12 | 0.8 | 0.42 |
| Hex | C1 | 15 | 79 | 0 | 59 | 25 | 18 | 145 | 50 | 2A |
| Octal | 301 | 25 | 171 | 0 | 131 | 45 | 30 | 505 | 120 | 52 |
| Binary | 11000001 | 10101 | 1111001 | 0 | 1011001 | 100101 | 11000 | 101000101 | 1010000 | 101010 |
Color Harmonies of #C11579
Complementary color
Monochromatic Colors of #C11579
Black with #C11579
Text Example
Text Example
White with #C11579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11579; }
p { color: rgb(193,21,121); }
H1.HeaderClassName
{
color: #C11579;
}
.AnyTagClassName
{
color: #C11579;
}
</style>
background-color css
<style>
a { background-color: #C11579; }
a { background-color: rgb(193,21,121); }
div.DivClassName
{
background-color: #C11579;
}
.BgClassName
{
background-color: #C11579;
}
</style>
border-color css
<style>
span { border-color: #C11579; }
span { border-color: rgb(193,21,121); }
td.TdClassName
{
border-color: #C11579;
}
.TagClassName
{
border-color: #C11579;
}
</style>