Shades of Medium Violet Red #C20796
Tints of Medium Violet Red #C20796
RGB
CMYK
RGB Variations
Color information
#C20796 (or 0xC20796) is known color: Medium Violet Red. HEX triplet: C2, 07 and 96. RGB value is (194,7,150). Sum of RGB (Red+Green+Blue) = 194+7+150=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C20796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20796 is #3DF869. Grayscale: #4E4E4E. Windows color (decimal): -4061290 or 9832386. OLE color: 9832386.
HSL color Cylindrical-coordinate representation of color #C20796: hue angle of 314.12º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20796 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 150 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.24 |
| HSL | 314.12º | 0.93% | 0.39% | - |
| HSV(B) | 314.12º | 0.96% | 0.76% | - |
| XYZ | 27.83 | 13.82 | 30.06 | - |
| YUV | 79.22 | 167.95 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 150 | 0 | 0.96 | 0.23 | 0.24 | 314.12 | 0.93 | 0.39 |
| Hex | C2 | 7 | 96 | 0 | 60 | 17 | 18 | 13A | 5D | 27 |
| Octal | 302 | 7 | 226 | 0 | 140 | 27 | 30 | 472 | 135 | 47 |
| Binary | 11000010 | 111 | 10010110 | 0 | 1100000 | 10111 | 11000 | 100111010 | 1011101 | 100111 |
Color Harmonies of #C20796
Complementary color
Monochromatic Colors of #C20796
Black with #C20796
Text Example
Text Example
White with #C20796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20796; }
p { color: rgb(194,7,150); }
H1.HeaderClassName
{
color: #C20796;
}
.AnyTagClassName
{
color: #C20796;
}
</style>
background-color css
<style>
a { background-color: #C20796; }
a { background-color: rgb(194,7,150); }
div.DivClassName
{
background-color: #C20796;
}
.BgClassName
{
background-color: #C20796;
}
</style>
border-color css
<style>
span { border-color: #C20796; }
span { border-color: rgb(194,7,150); }
td.TdClassName
{
border-color: #C20796;
}
.TagClassName
{
border-color: #C20796;
}
</style>