Shades of Medium Violet Red #C11573
Tints of Medium Violet Red #C11573
RGB
CMYK
RGB Variations
Color information
#C11573 (or 0xC11573) is known color: Medium Violet Red. HEX triplet: C1, 15 and 73. RGB value is (193,21,115). Sum of RGB (Red+Green+Blue) = 193+21+115=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C11573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11573 is #3EEA8C. Grayscale: #525252. Windows color (decimal): -4123277 or 7542209. OLE color: 7542209.
HSL color Cylindrical-coordinate representation of color #C11573: hue angle of 327.21º 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 #C11573 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 115 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.24 |
| HSL | 327.21º | 0.8% | 0.42% | - |
| HSV(B) | 327.21º | 0.89% | 0.76% | - |
| XYZ | 25.36 | 13.11 | 17.41 | - |
| YUV | 83.14 | 145.98 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 115 | 0 | 0.89 | 0.40 | 0.24 | 327.21 | 0.8 | 0.42 |
| Hex | C1 | 15 | 73 | 0 | 59 | 28 | 18 | 147 | 50 | 2A |
| Octal | 301 | 25 | 163 | 0 | 131 | 50 | 30 | 507 | 120 | 52 |
| Binary | 11000001 | 10101 | 1110011 | 0 | 1011001 | 101000 | 11000 | 101000111 | 1010000 | 101010 |
Color Harmonies of #C11573
Complementary color
Monochromatic Colors of #C11573
Black with #C11573
Text Example
Text Example
White with #C11573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11573; }
p { color: rgb(193,21,115); }
H1.HeaderClassName
{
color: #C11573;
}
.AnyTagClassName
{
color: #C11573;
}
</style>
background-color css
<style>
a { background-color: #C11573; }
a { background-color: rgb(193,21,115); }
div.DivClassName
{
background-color: #C11573;
}
.BgClassName
{
background-color: #C11573;
}
</style>
border-color css
<style>
span { border-color: #C11573; }
span { border-color: rgb(193,21,115); }
td.TdClassName
{
border-color: #C11573;
}
.TagClassName
{
border-color: #C11573;
}
</style>