Shades of Medium Violet Red #C11472
Tints of Medium Violet Red #C11472
RGB
CMYK
RGB Variations
Color information
#C11472 (or 0xC11472) is known color: Medium Violet Red. HEX triplet: C1, 14 and 72. RGB value is (193,20,114). Sum of RGB (Red+Green+Blue) = 193+20+114=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11472 is #3EEB8D. Grayscale: #525252. Windows color (decimal): -4123534 or 7476417. OLE color: 7476417.
HSL color Cylindrical-coordinate representation of color #C11472: hue angle of 327.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11472 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 114 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.24 |
| HSL | 327.4º | 0.81% | 0.42% | - |
| HSV(B) | 327.4º | 0.9% | 0.76% | - |
| XYZ | 25.28 | 13.05 | 17.11 | - |
| YUV | 82.44 | 145.81 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 114 | 0 | 0.90 | 0.41 | 0.24 | 327.4 | 0.81 | 0.42 |
| Hex | C1 | 14 | 72 | 0 | 5A | 29 | 18 | 147 | 51 | 2A |
| Octal | 301 | 24 | 162 | 0 | 132 | 51 | 30 | 507 | 121 | 52 |
| Binary | 11000001 | 10100 | 1110010 | 0 | 1011010 | 101001 | 11000 | 101000111 | 1010001 | 101010 |
Color Harmonies of #C11472
Complementary color
Monochromatic Colors of #C11472
Black with #C11472
Text Example
Text Example
White with #C11472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11472; }
p { color: rgb(193,20,114); }
H1.HeaderClassName
{
color: #C11472;
}
.AnyTagClassName
{
color: #C11472;
}
</style>
background-color css
<style>
a { background-color: #C11472; }
a { background-color: rgb(193,20,114); }
div.DivClassName
{
background-color: #C11472;
}
.BgClassName
{
background-color: #C11472;
}
</style>
border-color css
<style>
span { border-color: #C11472; }
span { border-color: rgb(193,20,114); }
td.TdClassName
{
border-color: #C11472;
}
.TagClassName
{
border-color: #C11472;
}
</style>