Shades of Medium Violet Red #C11A6E
Tints of Medium Violet Red #C11A6E
RGB
CMYK
RGB Variations
Color information
#C11A6E (or 0xC11A6E) is known color: Medium Violet Red. HEX triplet: C1, 1A and 6E. RGB value is (193,26,110). Sum of RGB (Red+Green+Blue) = 193+26+110=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11A6E is #3EE591. Grayscale: #555555. Windows color (decimal): -4122002 or 7215809. OLE color: 7215809.
HSL color Cylindrical-coordinate representation of color #C11A6E: hue angle of 329.82º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A6E is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 26 | 110 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.24 |
| HSL | 329.82º | 0.76% | 0.43% | - |
| HSV(B) | 329.82º | 0.87% | 0.76% | - |
| XYZ | 25.18 | 13.2 | 15.97 | - |
| YUV | 85.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 26 | 110 | 0 | 0.87 | 0.43 | 0.24 | 329.82 | 0.76 | 0.43 |
| Hex | C1 | 1A | 6E | 0 | 57 | 2B | 18 | 14A | 4C | 2B |
| Octal | 301 | 32 | 156 | 0 | 127 | 53 | 30 | 512 | 114 | 53 |
| Binary | 11000001 | 11010 | 1101110 | 0 | 1010111 | 101011 | 11000 | 101001010 | 1001100 | 101011 |
Color Harmonies of #C11A6E
Complementary color
Monochromatic Colors of #C11A6E
Black with #C11A6E
Text Example
Text Example
White with #C11A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11A6E; }
p { color: rgb(193,26,110); }
H1.HeaderClassName
{
color: #C11A6E;
}
.AnyTagClassName
{
color: #C11A6E;
}
</style>
background-color css
<style>
a { background-color: #C11A6E; }
a { background-color: rgb(193,26,110); }
div.DivClassName
{
background-color: #C11A6E;
}
.BgClassName
{
background-color: #C11A6E;
}
</style>
border-color css
<style>
span { border-color: #C11A6E; }
span { border-color: rgb(193,26,110); }
td.TdClassName
{
border-color: #C11A6E;
}
.TagClassName
{
border-color: #C11A6E;
}
</style>