Shades of Medium Violet Red #C20C91
Tints of Medium Violet Red #C20C91
RGB
CMYK
RGB Variations
Color information
#C20C91 (or 0xC20C91) is known color: Medium Violet Red. HEX triplet: C2, 0C and 91. RGB value is (194,12,145). Sum of RGB (Red+Green+Blue) = 194+12+145=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C91 is #3DF36E. Grayscale: #515151. Windows color (decimal): -4060015 or 9505986. OLE color: 9505986.
HSL color Cylindrical-coordinate representation of color #C20C91: hue angle of 316.15º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C91 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 145 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.24 |
| HSL | 316.15º | 0.88% | 0.4% | - |
| HSV(B) | 316.15º | 0.94% | 0.76% | - |
| XYZ | 27.49 | 13.78 | 28 | - |
| YUV | 81.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 145 | 0 | 0.94 | 0.25 | 0.24 | 316.15 | 0.88 | 0.4 |
| Hex | C2 | C | 91 | 0 | 5E | 19 | 18 | 13C | 58 | 28 |
| Octal | 302 | 14 | 221 | 0 | 136 | 31 | 30 | 474 | 130 | 50 |
| Binary | 11000010 | 1100 | 10010001 | 0 | 1011110 | 11001 | 11000 | 100111100 | 1011000 | 101000 |
Color Harmonies of #C20C91
Complementary color
Monochromatic Colors of #C20C91
Black with #C20C91
Text Example
Text Example
White with #C20C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C91; }
p { color: rgb(194,12,145); }
H1.HeaderClassName
{
color: #C20C91;
}
.AnyTagClassName
{
color: #C20C91;
}
</style>
background-color css
<style>
a { background-color: #C20C91; }
a { background-color: rgb(194,12,145); }
div.DivClassName
{
background-color: #C20C91;
}
.BgClassName
{
background-color: #C20C91;
}
</style>
border-color css
<style>
span { border-color: #C20C91; }
span { border-color: rgb(194,12,145); }
td.TdClassName
{
border-color: #C20C91;
}
.TagClassName
{
border-color: #C20C91;
}
</style>