Shades of Medium Violet Red #C11879
Tints of Medium Violet Red #C11879
RGB
CMYK
RGB Variations
Color information
#C11879 (or 0xC11879) is known color: Medium Violet Red. HEX triplet: C1, 18 and 79. RGB value is (193,24,121). Sum of RGB (Red+Green+Blue) = 193+24+121=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C11879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11879 is #3EE786. Grayscale: #555555. Windows color (decimal): -4122503 or 7936193. OLE color: 7936193.
HSL color Cylindrical-coordinate representation of color #C11879: hue angle of 325.56º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11879 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 121 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.24 |
| HSL | 325.56º | 0.78% | 0.43% | - |
| HSV(B) | 325.56º | 0.88% | 0.76% | - |
| XYZ | 25.77 | 13.37 | 19.31 | - |
| YUV | 85.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 121 | 0 | 0.88 | 0.37 | 0.24 | 325.56 | 0.78 | 0.43 |
| Hex | C1 | 18 | 79 | 0 | 58 | 25 | 18 | 146 | 4E | 2B |
| Octal | 301 | 30 | 171 | 0 | 130 | 45 | 30 | 506 | 116 | 53 |
| Binary | 11000001 | 11000 | 1111001 | 0 | 1011000 | 100101 | 11000 | 101000110 | 1001110 | 101011 |
Color Harmonies of #C11879
Complementary color
Monochromatic Colors of #C11879
Black with #C11879
Text Example
Text Example
White with #C11879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11879; }
p { color: rgb(193,24,121); }
H1.HeaderClassName
{
color: #C11879;
}
.AnyTagClassName
{
color: #C11879;
}
</style>
background-color css
<style>
a { background-color: #C11879; }
a { background-color: rgb(193,24,121); }
div.DivClassName
{
background-color: #C11879;
}
.BgClassName
{
background-color: #C11879;
}
</style>
border-color css
<style>
span { border-color: #C11879; }
span { border-color: rgb(193,24,121); }
td.TdClassName
{
border-color: #C11879;
}
.TagClassName
{
border-color: #C11879;
}
</style>