Shades of Medium Violet Red #C20596
Tints of Medium Violet Red #C20596
RGB
CMYK
RGB Variations
Color information
#C20596 (or 0xC20596) is known color: Medium Violet Red. HEX triplet: C2, 05 and 96. RGB value is (194,5,150). Sum of RGB (Red+Green+Blue) = 194+5+150=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C20596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20596 is #3DFA69. Grayscale: #4D4D4D. Windows color (decimal): -4061802 or 9831874. OLE color: 9831874.
HSL color Cylindrical-coordinate representation of color #C20596: hue angle of 313.97º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20596 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 150 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.24 |
| HSL | 313.97º | 0.95% | 0.39% | - |
| HSV(B) | 313.97º | 0.97% | 0.76% | - |
| XYZ | 27.81 | 13.78 | 30.05 | - |
| YUV | 78.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 150 | 0 | 0.97 | 0.23 | 0.24 | 313.97 | 0.95 | 0.39 |
| Hex | C2 | 5 | 96 | 0 | 61 | 17 | 18 | 13A | 5F | 27 |
| Octal | 302 | 5 | 226 | 0 | 141 | 27 | 30 | 472 | 137 | 47 |
| Binary | 11000010 | 101 | 10010110 | 0 | 1100001 | 10111 | 11000 | 100111010 | 1011111 | 100111 |
Color Harmonies of #C20596
Complementary color
Monochromatic Colors of #C20596
Black with #C20596
Text Example
Text Example
White with #C20596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20596; }
p { color: rgb(194,5,150); }
H1.HeaderClassName
{
color: #C20596;
}
.AnyTagClassName
{
color: #C20596;
}
</style>
background-color css
<style>
a { background-color: #C20596; }
a { background-color: rgb(194,5,150); }
div.DivClassName
{
background-color: #C20596;
}
.BgClassName
{
background-color: #C20596;
}
</style>
border-color css
<style>
span { border-color: #C20596; }
span { border-color: rgb(194,5,150); }
td.TdClassName
{
border-color: #C20596;
}
.TagClassName
{
border-color: #C20596;
}
</style>