Shades of Medium Violet Red #C11970
Tints of Medium Violet Red #C11970
RGB
CMYK
RGB Variations
Color information
#C11970 (or 0xC11970) is known color: Medium Violet Red. HEX triplet: C1, 19 and 70. RGB value is (193,25,112). Sum of RGB (Red+Green+Blue) = 193+25+112=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C11970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11970 is #3EE68F. Grayscale: #545454. Windows color (decimal): -4122256 or 7346625. OLE color: 7346625.
HSL color Cylindrical-coordinate representation of color #C11970: hue angle of 328.93º degrees, saturation: 0.77, 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 #C11970 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.24 |
| HSL | 328.93º | 0.77% | 0.43% | - |
| HSV(B) | 328.93º | 0.87% | 0.76% | - |
| XYZ | 25.26 | 13.2 | 16.55 | - |
| YUV | 85.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 25 | 112 | 0 | 0.87 | 0.42 | 0.24 | 328.93 | 0.77 | 0.43 |
| Hex | C1 | 19 | 70 | 0 | 57 | 2A | 18 | 149 | 4D | 2B |
| Octal | 301 | 31 | 160 | 0 | 127 | 52 | 30 | 511 | 115 | 53 |
| Binary | 11000001 | 11001 | 1110000 | 0 | 1010111 | 101010 | 11000 | 101001001 | 1001101 | 101011 |
Color Harmonies of #C11970
Complementary color
Monochromatic Colors of #C11970
Black with #C11970
Text Example
Text Example
White with #C11970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11970; }
p { color: rgb(193,25,112); }
H1.HeaderClassName
{
color: #C11970;
}
.AnyTagClassName
{
color: #C11970;
}
</style>
background-color css
<style>
a { background-color: #C11970; }
a { background-color: rgb(193,25,112); }
div.DivClassName
{
background-color: #C11970;
}
.BgClassName
{
background-color: #C11970;
}
</style>
border-color css
<style>
span { border-color: #C11970; }
span { border-color: rgb(193,25,112); }
td.TdClassName
{
border-color: #C11970;
}
.TagClassName
{
border-color: #C11970;
}
</style>