Shades of Medium Violet Red #C12071
Tints of Medium Violet Red #C12071
RGB
CMYK
RGB Variations
Color information
#C12071 (or 0xC12071) is known color: Medium Violet Red. HEX triplet: C1, 20 and 71. RGB value is (193,32,113). Sum of RGB (Red+Green+Blue) = 193+32+113=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C12071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12071 is #3EDF8E. Grayscale: #595959. Windows color (decimal): -4120463 or 7413953. OLE color: 7413953.
HSL color Cylindrical-coordinate representation of color #C12071: hue angle of 329.81º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12071 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 113 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.24 |
| HSL | 329.81º | 0.72% | 0.44% | - |
| HSV(B) | 329.81º | 0.83% | 0.76% | - |
| XYZ | 25.49 | 13.56 | 16.9 | - |
| YUV | 89.37 | 141.34 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 113 | 0 | 0.83 | 0.41 | 0.24 | 329.81 | 0.72 | 0.44 |
| Hex | C1 | 20 | 71 | 0 | 53 | 29 | 18 | 14A | 48 | 2C |
| Octal | 301 | 40 | 161 | 0 | 123 | 51 | 30 | 512 | 110 | 54 |
| Binary | 11000001 | 100000 | 1110001 | 0 | 1010011 | 101001 | 11000 | 101001010 | 1001000 | 101100 |
Color Harmonies of #C12071
Complementary color
Monochromatic Colors of #C12071
Black with #C12071
Text Example
Text Example
White with #C12071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12071; }
p { color: rgb(193,32,113); }
H1.HeaderClassName
{
color: #C12071;
}
.AnyTagClassName
{
color: #C12071;
}
</style>
background-color css
<style>
a { background-color: #C12071; }
a { background-color: rgb(193,32,113); }
div.DivClassName
{
background-color: #C12071;
}
.BgClassName
{
background-color: #C12071;
}
</style>
border-color css
<style>
span { border-color: #C12071; }
span { border-color: rgb(193,32,113); }
td.TdClassName
{
border-color: #C12071;
}
.TagClassName
{
border-color: #C12071;
}
</style>