Shades of Medium Violet Red #C20595
Tints of Medium Violet Red #C20595
RGB
CMYK
RGB Variations
Color information
#C20595 (or 0xC20595) is known color: Medium Violet Red. HEX triplet: C2, 05 and 95. RGB value is (194,5,149). Sum of RGB (Red+Green+Blue) = 194+5+149=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C20595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20595 is #3DFA6A. Grayscale: #4D4D4D. Windows color (decimal): -4061803 or 9766338. OLE color: 9766338.
HSL color Cylindrical-coordinate representation of color #C20595: hue angle of 314.29º 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 #C20595 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.24 |
| HSL | 314.29º | 0.95% | 0.39% | - |
| HSV(B) | 314.29º | 0.97% | 0.76% | - |
| XYZ | 27.73 | 13.75 | 29.63 | - |
| YUV | 77.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 5 | 149 | 0 | 0.97 | 0.23 | 0.24 | 314.29 | 0.95 | 0.39 |
| Hex | C2 | 5 | 95 | 0 | 61 | 17 | 18 | 13A | 5F | 27 |
| Octal | 302 | 5 | 225 | 0 | 141 | 27 | 30 | 472 | 137 | 47 |
| Binary | 11000010 | 101 | 10010101 | 0 | 1100001 | 10111 | 11000 | 100111010 | 1011111 | 100111 |
Color Harmonies of #C20595
Complementary color
Monochromatic Colors of #C20595
Black with #C20595
Text Example
Text Example
White with #C20595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20595; }
p { color: rgb(194,5,149); }
H1.HeaderClassName
{
color: #C20595;
}
.AnyTagClassName
{
color: #C20595;
}
</style>
background-color css
<style>
a { background-color: #C20595; }
a { background-color: rgb(194,5,149); }
div.DivClassName
{
background-color: #C20595;
}
.BgClassName
{
background-color: #C20595;
}
</style>
border-color css
<style>
span { border-color: #C20595; }
span { border-color: rgb(194,5,149); }
td.TdClassName
{
border-color: #C20595;
}
.TagClassName
{
border-color: #C20595;
}
</style>