Shades of Medium Violet Red #C11479
Tints of Medium Violet Red #C11479
RGB
CMYK
RGB Variations
Color information
#C11479 (or 0xC11479) is known color: Medium Violet Red. HEX triplet: C1, 14 and 79. RGB value is (193,20,121). Sum of RGB (Red+Green+Blue) = 193+20+121=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C11479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11479 is #3EEB86. Grayscale: #535353. Windows color (decimal): -4123527 or 7935169. OLE color: 7935169.
HSL color Cylindrical-coordinate representation of color #C11479: hue angle of 324.97º degrees, saturation: 0.81, 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 #C11479 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 121 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.24 |
| HSL | 324.97º | 0.81% | 0.42% | - |
| HSV(B) | 324.97º | 0.9% | 0.76% | - |
| XYZ | 25.69 | 13.22 | 19.29 | - |
| YUV | 83.24 | 149.31 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 121 | 0 | 0.90 | 0.37 | 0.24 | 324.97 | 0.81 | 0.42 |
| Hex | C1 | 14 | 79 | 0 | 5A | 25 | 18 | 145 | 51 | 2A |
| Octal | 301 | 24 | 171 | 0 | 132 | 45 | 30 | 505 | 121 | 52 |
| Binary | 11000001 | 10100 | 1111001 | 0 | 1011010 | 100101 | 11000 | 101000101 | 1010001 | 101010 |
Color Harmonies of #C11479
Complementary color
Monochromatic Colors of #C11479
Black with #C11479
Text Example
Text Example
White with #C11479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11479; }
p { color: rgb(193,20,121); }
H1.HeaderClassName
{
color: #C11479;
}
.AnyTagClassName
{
color: #C11479;
}
</style>
background-color css
<style>
a { background-color: #C11479; }
a { background-color: rgb(193,20,121); }
div.DivClassName
{
background-color: #C11479;
}
.BgClassName
{
background-color: #C11479;
}
</style>
border-color css
<style>
span { border-color: #C11479; }
span { border-color: rgb(193,20,121); }
td.TdClassName
{
border-color: #C11479;
}
.TagClassName
{
border-color: #C11479;
}
</style>