Shades of Medium Violet Red #C11574
Tints of Medium Violet Red #C11574
RGB
CMYK
RGB Variations
Color information
#C11574 (or 0xC11574) is known color: Medium Violet Red. HEX triplet: C1, 15 and 74. RGB value is (193,21,116). Sum of RGB (Red+Green+Blue) = 193+21+116=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C11574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11574 is #3EEA8B. Grayscale: #535353. Windows color (decimal): -4123276 or 7607745. OLE color: 7607745.
HSL color Cylindrical-coordinate representation of color #C11574: hue angle of 326.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11574 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.24 |
| HSL | 326.86º | 0.8% | 0.42% | - |
| HSV(B) | 326.86º | 0.89% | 0.76% | - |
| XYZ | 25.41 | 13.13 | 17.72 | - |
| YUV | 83.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 116 | 0 | 0.89 | 0.40 | 0.24 | 326.86 | 0.8 | 0.42 |
| Hex | C1 | 15 | 74 | 0 | 59 | 28 | 18 | 147 | 50 | 2A |
| Octal | 301 | 25 | 164 | 0 | 131 | 50 | 30 | 507 | 120 | 52 |
| Binary | 11000001 | 10101 | 1110100 | 0 | 1011001 | 101000 | 11000 | 101000111 | 1010000 | 101010 |
Color Harmonies of #C11574
Complementary color
Monochromatic Colors of #C11574
Black with #C11574
Text Example
Text Example
White with #C11574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11574; }
p { color: rgb(193,21,116); }
H1.HeaderClassName
{
color: #C11574;
}
.AnyTagClassName
{
color: #C11574;
}
</style>
background-color css
<style>
a { background-color: #C11574; }
a { background-color: rgb(193,21,116); }
div.DivClassName
{
background-color: #C11574;
}
.BgClassName
{
background-color: #C11574;
}
</style>
border-color css
<style>
span { border-color: #C11574; }
span { border-color: rgb(193,21,116); }
td.TdClassName
{
border-color: #C11574;
}
.TagClassName
{
border-color: #C11574;
}
</style>