Shades of Medium Violet Red #C11079
Tints of Medium Violet Red #C11079
RGB
CMYK
RGB Variations
Color information
#C11079 (or 0xC11079) is known color: Medium Violet Red. HEX triplet: C1, 10 and 79. RGB value is (193,16,121). Sum of RGB (Red+Green+Blue) = 193+16+121=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C11079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11079 is #3EEF86. Grayscale: #505050. Windows color (decimal): -4124551 or 7934145. OLE color: 7934145.
HSL color Cylindrical-coordinate representation of color #C11079: hue angle of 324.41º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11079 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 121 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.24 |
| HSL | 324.41º | 0.85% | 0.41% | - |
| HSV(B) | 324.41º | 0.92% | 0.76% | - |
| XYZ | 25.63 | 13.09 | 19.26 | - |
| YUV | 80.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 121 | 0 | 0.92 | 0.37 | 0.24 | 324.41 | 0.85 | 0.41 |
| Hex | C1 | 10 | 79 | 0 | 5C | 25 | 18 | 144 | 55 | 29 |
| Octal | 301 | 20 | 171 | 0 | 134 | 45 | 30 | 504 | 125 | 51 |
| Binary | 11000001 | 10000 | 1111001 | 0 | 1011100 | 100101 | 11000 | 101000100 | 1010101 | 101001 |
Color Harmonies of #C11079
Complementary color
Monochromatic Colors of #C11079
Black with #C11079
Text Example
Text Example
White with #C11079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11079; }
p { color: rgb(193,16,121); }
H1.HeaderClassName
{
color: #C11079;
}
.AnyTagClassName
{
color: #C11079;
}
</style>
background-color css
<style>
a { background-color: #C11079; }
a { background-color: rgb(193,16,121); }
div.DivClassName
{
background-color: #C11079;
}
.BgClassName
{
background-color: #C11079;
}
</style>
border-color css
<style>
span { border-color: #C11079; }
span { border-color: rgb(193,16,121); }
td.TdClassName
{
border-color: #C11079;
}
.TagClassName
{
border-color: #C11079;
}
</style>