Shades of Medium Violet Red #C11E6C
Tints of Medium Violet Red #C11E6C
RGB
CMYK
RGB Variations
Color information
#C11E6C (or 0xC11E6C) is known color: Medium Violet Red. HEX triplet: C1, 1E and 6C. RGB value is (193,30,108). Sum of RGB (Red+Green+Blue) = 193+30+108=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E6C is #3EE193. Grayscale: #575757. Windows color (decimal): -4120980 or 7085761. OLE color: 7085761.
HSL color Cylindrical-coordinate representation of color #C11E6C: hue angle of 331.29º 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 #C11E6C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 108 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.24 |
| HSL | 331.29º | 0.73% | 0.44% | - |
| HSV(B) | 331.29º | 0.84% | 0.76% | - |
| XYZ | 25.16 | 13.35 | 15.44 | - |
| YUV | 87.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 108 | 0 | 0.84 | 0.44 | 0.24 | 331.29 | 0.73 | 0.44 |
| Hex | C1 | 1E | 6C | 0 | 54 | 2C | 18 | 14B | 49 | 2C |
| Octal | 301 | 36 | 154 | 0 | 124 | 54 | 30 | 513 | 111 | 54 |
| Binary | 11000001 | 11110 | 1101100 | 0 | 1010100 | 101100 | 11000 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C11E6C
Complementary color
Monochromatic Colors of #C11E6C
Black with #C11E6C
Text Example
Text Example
White with #C11E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E6C; }
p { color: rgb(193,30,108); }
H1.HeaderClassName
{
color: #C11E6C;
}
.AnyTagClassName
{
color: #C11E6C;
}
</style>
background-color css
<style>
a { background-color: #C11E6C; }
a { background-color: rgb(193,30,108); }
div.DivClassName
{
background-color: #C11E6C;
}
.BgClassName
{
background-color: #C11E6C;
}
</style>
border-color css
<style>
span { border-color: #C11E6C; }
span { border-color: rgb(193,30,108); }
td.TdClassName
{
border-color: #C11E6C;
}
.TagClassName
{
border-color: #C11E6C;
}
</style>