Shades of Medium Violet Red #C11D79
Tints of Medium Violet Red #C11D79
RGB
CMYK
RGB Variations
Color information
#C11D79 (or 0xC11D79) is known color: Medium Violet Red. HEX triplet: C1, 1D and 79. RGB value is (193,29,121). Sum of RGB (Red+Green+Blue) = 193+29+121=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11D79 is #3EE286. Grayscale: #585858. Windows color (decimal): -4121223 or 7937473. OLE color: 7937473.
HSL color Cylindrical-coordinate representation of color #C11D79: hue angle of 326.34º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C11D79 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 29 | 121 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.24 |
| HSL | 326.34º | 0.74% | 0.44% | - |
| HSV(B) | 326.34º | 0.85% | 0.76% | - |
| XYZ | 25.88 | 13.6 | 19.35 | - |
| YUV | 88.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 121 | 0 | 0.85 | 0.37 | 0.24 | 326.34 | 0.74 | 0.44 |
| Hex | C1 | 1D | 79 | 0 | 55 | 25 | 18 | 146 | 4A | 2C |
| Octal | 301 | 35 | 171 | 0 | 125 | 45 | 30 | 506 | 112 | 54 |
| Binary | 11000001 | 11101 | 1111001 | 0 | 1010101 | 100101 | 11000 | 101000110 | 1001010 | 101100 |
Color Harmonies of #C11D79
Complementary color
Monochromatic Colors of #C11D79
Black with #C11D79
Text Example
Text Example
White with #C11D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11D79; }
p { color: rgb(193,29,121); }
H1.HeaderClassName
{
color: #C11D79;
}
.AnyTagClassName
{
color: #C11D79;
}
</style>
background-color css
<style>
a { background-color: #C11D79; }
a { background-color: rgb(193,29,121); }
div.DivClassName
{
background-color: #C11D79;
}
.BgClassName
{
background-color: #C11D79;
}
</style>
border-color css
<style>
span { border-color: #C11D79; }
span { border-color: rgb(193,29,121); }
td.TdClassName
{
border-color: #C11D79;
}
.TagClassName
{
border-color: #C11D79;
}
</style>