Shades of Medium Violet Red #C11E94
Tints of Medium Violet Red #C11E94
RGB
CMYK
RGB Variations
Color information
#C11E94 (or 0xC11E94) is known color: Medium Violet Red. HEX triplet: C1, 1E and 94. RGB value is (193,30,148). Sum of RGB (Red+Green+Blue) = 193+30+148=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11E94 is #3EE16B. Grayscale: #5B5B5B. Windows color (decimal): -4120940 or 9707201. OLE color: 9707201.
HSL color Cylindrical-coordinate representation of color #C11E94: hue angle of 316.56º 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 #C11E94 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 148 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.24 |
| HSL | 316.56º | 0.73% | 0.44% | - |
| HSV(B) | 316.56º | 0.84% | 0.76% | - |
| XYZ | 27.8 | 14.4 | 29.33 | - |
| YUV | 92.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 148 | 0 | 0.84 | 0.23 | 0.24 | 316.56 | 0.73 | 0.44 |
| Hex | C1 | 1E | 94 | 0 | 54 | 17 | 18 | 13D | 49 | 2C |
| Octal | 301 | 36 | 224 | 0 | 124 | 27 | 30 | 475 | 111 | 54 |
| Binary | 11000001 | 11110 | 10010100 | 0 | 1010100 | 10111 | 11000 | 100111101 | 1001001 | 101100 |
Color Harmonies of #C11E94
Complementary color
Monochromatic Colors of #C11E94
Black with #C11E94
Text Example
Text Example
White with #C11E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E94; }
p { color: rgb(193,30,148); }
H1.HeaderClassName
{
color: #C11E94;
}
.AnyTagClassName
{
color: #C11E94;
}
</style>
background-color css
<style>
a { background-color: #C11E94; }
a { background-color: rgb(193,30,148); }
div.DivClassName
{
background-color: #C11E94;
}
.BgClassName
{
background-color: #C11E94;
}
</style>
border-color css
<style>
span { border-color: #C11E94; }
span { border-color: rgb(193,30,148); }
td.TdClassName
{
border-color: #C11E94;
}
.TagClassName
{
border-color: #C11E94;
}
</style>