Shades of Medium Violet Red #C20072
Tints of Medium Violet Red #C20072
RGB
CMYK
RGB Variations
Color information
#C20072 (or 0xC20072) is known color: Medium Violet Red. HEX triplet: C2, 00 and 72. RGB value is (194,0,114). Sum of RGB (Red+Green+Blue) = 194+0+114=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C20072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20072 is #3DFF8D. Grayscale: #464646. Windows color (decimal): -4063118 or 7471298. OLE color: 7471298.
HSL color Cylindrical-coordinate representation of color #C20072: hue angle of 324.74º 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 #C20072 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.41 | 0.24 |
| HSL | 324.74º | 1% | 0.38% | - |
| HSV(B) | 324.74º | 1% | 0.76% | - |
| XYZ | 25.29 | 12.68 | 17.04 | - |
| YUV | 71 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 114 | 0 | 1 | 0.41 | 0.24 | 324.74 | 1 | 0.38 |
| Hex | C2 | 0 | 72 | 0 | 64 | 29 | 18 | 145 | 64 | 26 |
| Octal | 302 | 0 | 162 | 0 | 144 | 51 | 30 | 505 | 144 | 46 |
| Binary | 11000010 | 0 | 1110010 | 0 | 1100100 | 101001 | 11000 | 101000101 | 1100100 | 100110 |
Color Harmonies of #C20072
Complementary color
Monochromatic Colors of #C20072
Black with #C20072
Text Example
Text Example
White with #C20072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20072; }
p { color: rgb(194,0,114); }
H1.HeaderClassName
{
color: #C20072;
}
.AnyTagClassName
{
color: #C20072;
}
</style>
background-color css
<style>
a { background-color: #C20072; }
a { background-color: rgb(194,0,114); }
div.DivClassName
{
background-color: #C20072;
}
.BgClassName
{
background-color: #C20072;
}
</style>
border-color css
<style>
span { border-color: #C20072; }
span { border-color: rgb(194,0,114); }
td.TdClassName
{
border-color: #C20072;
}
.TagClassName
{
border-color: #C20072;
}
</style>