Shades of Medium Violet Red #C11E76
Tints of Medium Violet Red #C11E76
RGB
CMYK
RGB Variations
Color information
#C11E76 (or 0xC11E76) is known color: Medium Violet Red. HEX triplet: C1, 1E and 76. RGB value is (193,30,118). Sum of RGB (Red+Green+Blue) = 193+30+118=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E76 is #3EE189. Grayscale: #585858. Windows color (decimal): -4120970 or 7741121. OLE color: 7741121.
HSL color Cylindrical-coordinate representation of color #C11E76: hue angle of 327.61º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E76 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 118 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.24 |
| HSL | 327.61º | 0.73% | 0.44% | - |
| HSV(B) | 327.61º | 0.84% | 0.76% | - |
| XYZ | 25.73 | 13.57 | 18.4 | - |
| YUV | 88.77 | 144.5 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 118 | 0 | 0.84 | 0.39 | 0.24 | 327.61 | 0.73 | 0.44 |
| Hex | C1 | 1E | 76 | 0 | 54 | 27 | 18 | 148 | 49 | 2C |
| Octal | 301 | 36 | 166 | 0 | 124 | 47 | 30 | 510 | 111 | 54 |
| Binary | 11000001 | 11110 | 1110110 | 0 | 1010100 | 100111 | 11000 | 101001000 | 1001001 | 101100 |
Color Harmonies of #C11E76
Complementary color
Monochromatic Colors of #C11E76
Black with #C11E76
Text Example
Text Example
White with #C11E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E76; }
p { color: rgb(193,30,118); }
H1.HeaderClassName
{
color: #C11E76;
}
.AnyTagClassName
{
color: #C11E76;
}
</style>
background-color css
<style>
a { background-color: #C11E76; }
a { background-color: rgb(193,30,118); }
div.DivClassName
{
background-color: #C11E76;
}
.BgClassName
{
background-color: #C11E76;
}
</style>
border-color css
<style>
span { border-color: #C11E76; }
span { border-color: rgb(193,30,118); }
td.TdClassName
{
border-color: #C11E76;
}
.TagClassName
{
border-color: #C11E76;
}
</style>