Shades of Medium Violet Red #C20785
Tints of Medium Violet Red #C20785
RGB
CMYK
RGB Variations
Color information
#C20785 (or 0xC20785) is known color: Medium Violet Red. HEX triplet: C2, 07 and 85. RGB value is (194,7,133). Sum of RGB (Red+Green+Blue) = 194+7+133=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C20785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20785 is #3DF87A. Grayscale: #4C4C4C. Windows color (decimal): -4061307 or 8718274. OLE color: 8718274.
HSL color Cylindrical-coordinate representation of color #C20785: hue angle of 319.57º 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 #C20785 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 133 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.24 |
| HSL | 319.57º | 0.93% | 0.39% | - |
| HSV(B) | 319.57º | 0.96% | 0.76% | - |
| XYZ | 26.56 | 13.31 | 23.36 | - |
| YUV | 77.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 133 | 0 | 0.96 | 0.31 | 0.24 | 319.57 | 0.93 | 0.39 |
| Hex | C2 | 7 | 85 | 0 | 60 | 1F | 18 | 140 | 5D | 27 |
| Octal | 302 | 7 | 205 | 0 | 140 | 37 | 30 | 500 | 135 | 47 |
| Binary | 11000010 | 111 | 10000101 | 0 | 1100000 | 11111 | 11000 | 101000000 | 1011101 | 100111 |
Color Harmonies of #C20785
Complementary color
Monochromatic Colors of #C20785
Black with #C20785
Text Example
Text Example
White with #C20785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20785; }
p { color: rgb(194,7,133); }
H1.HeaderClassName
{
color: #C20785;
}
.AnyTagClassName
{
color: #C20785;
}
</style>
background-color css
<style>
a { background-color: #C20785; }
a { background-color: rgb(194,7,133); }
div.DivClassName
{
background-color: #C20785;
}
.BgClassName
{
background-color: #C20785;
}
</style>
border-color css
<style>
span { border-color: #C20785; }
span { border-color: rgb(194,7,133); }
td.TdClassName
{
border-color: #C20785;
}
.TagClassName
{
border-color: #C20785;
}
</style>