Shades of Medium Violet Red #C11772
Tints of Medium Violet Red #C11772
RGB
CMYK
RGB Variations
Color information
#C11772 (or 0xC11772) is known color: Medium Violet Red. HEX triplet: C1, 17 and 72. RGB value is (193,23,114). Sum of RGB (Red+Green+Blue) = 193+23+114=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C11772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11772 is #3EE88D. Grayscale: #545454. Windows color (decimal): -4122766 or 7477185. OLE color: 7477185.
HSL color Cylindrical-coordinate representation of color #C11772: hue angle of 327.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11772 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 114 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.24 |
| HSL | 327.88º | 0.79% | 0.42% | - |
| HSV(B) | 327.88º | 0.88% | 0.76% | - |
| XYZ | 25.34 | 13.17 | 17.13 | - |
| YUV | 84.2 | 144.82 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 114 | 0 | 0.88 | 0.41 | 0.24 | 327.88 | 0.79 | 0.42 |
| Hex | C1 | 17 | 72 | 0 | 58 | 29 | 18 | 148 | 4F | 2A |
| Octal | 301 | 27 | 162 | 0 | 130 | 51 | 30 | 510 | 117 | 52 |
| Binary | 11000001 | 10111 | 1110010 | 0 | 1011000 | 101001 | 11000 | 101001000 | 1001111 | 101010 |
Color Harmonies of #C11772
Complementary color
Monochromatic Colors of #C11772
Black with #C11772
Text Example
Text Example
White with #C11772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11772; }
p { color: rgb(193,23,114); }
H1.HeaderClassName
{
color: #C11772;
}
.AnyTagClassName
{
color: #C11772;
}
</style>
background-color css
<style>
a { background-color: #C11772; }
a { background-color: rgb(193,23,114); }
div.DivClassName
{
background-color: #C11772;
}
.BgClassName
{
background-color: #C11772;
}
</style>
border-color css
<style>
span { border-color: #C11772; }
span { border-color: rgb(193,23,114); }
td.TdClassName
{
border-color: #C11772;
}
.TagClassName
{
border-color: #C11772;
}
</style>