Shades of Medium Violet Red #C20071
Tints of Medium Violet Red #C20071
RGB
CMYK
RGB Variations
Color information
#C20071 (or 0xC20071) is known color: Medium Violet Red. HEX triplet: C2, 00 and 71. RGB value is (194,0,113). Sum of RGB (Red+Green+Blue) = 194+0+113=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C20071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20071 is #3DFF8E. Grayscale: #464646. Windows color (decimal): -4063119 or 7405762. OLE color: 7405762.
HSL color Cylindrical-coordinate representation of color #C20071: hue angle of 325.05º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20071 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.42 | 0.24 |
| HSL | 325.05º | 1% | 0.38% | - |
| HSV(B) | 325.05º | 1% | 0.76% | - |
| XYZ | 25.23 | 12.66 | 16.74 | - |
| YUV | 70.89 | 151.77 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 113 | 0 | 1 | 0.42 | 0.24 | 325.05 | 1 | 0.38 |
| Hex | C2 | 0 | 71 | 0 | 64 | 2A | 18 | 145 | 64 | 26 |
| Octal | 302 | 0 | 161 | 0 | 144 | 52 | 30 | 505 | 144 | 46 |
| Binary | 11000010 | 0 | 1110001 | 0 | 1100100 | 101010 | 11000 | 101000101 | 1100100 | 100110 |
Color Harmonies of #C20071
Complementary color
Monochromatic Colors of #C20071
Black with #C20071
Text Example
Text Example
White with #C20071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20071; }
p { color: rgb(194,0,113); }
H1.HeaderClassName
{
color: #C20071;
}
.AnyTagClassName
{
color: #C20071;
}
</style>
background-color css
<style>
a { background-color: #C20071; }
a { background-color: rgb(194,0,113); }
div.DivClassName
{
background-color: #C20071;
}
.BgClassName
{
background-color: #C20071;
}
</style>
border-color css
<style>
span { border-color: #C20071; }
span { border-color: rgb(194,0,113); }
td.TdClassName
{
border-color: #C20071;
}
.TagClassName
{
border-color: #C20071;
}
</style>