Shades of Medium Violet Red #C20C6A
Tints of Medium Violet Red #C20C6A
RGB
CMYK
RGB Variations
Color information
#C20C6A (or 0xC20C6A) is known color: Medium Violet Red. HEX triplet: C2, 0C and 6A. RGB value is (194,12,106). Sum of RGB (Red+Green+Blue) = 194+12+106=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C6A is #3DF395. Grayscale: #4C4C4C. Windows color (decimal): -4060054 or 6950082. OLE color: 6950082.
HSL color Cylindrical-coordinate representation of color #C20C6A: hue angle of 329.01º 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 #C20C6A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 106 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.24 |
| HSL | 329.01º | 0.88% | 0.4% | - |
| HSV(B) | 329.01º | 0.94% | 0.76% | - |
| XYZ | 24.98 | 12.77 | 14.78 | - |
| YUV | 77.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 106 | 0 | 0.94 | 0.45 | 0.24 | 329.01 | 0.88 | 0.4 |
| Hex | C2 | C | 6A | 0 | 5E | 2D | 18 | 149 | 58 | 28 |
| Octal | 302 | 14 | 152 | 0 | 136 | 55 | 30 | 511 | 130 | 50 |
| Binary | 11000010 | 1100 | 1101010 | 0 | 1011110 | 101101 | 11000 | 101001001 | 1011000 | 101000 |
Color Harmonies of #C20C6A
Complementary color
Monochromatic Colors of #C20C6A
Black with #C20C6A
Text Example
Text Example
White with #C20C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C6A; }
p { color: rgb(194,12,106); }
H1.HeaderClassName
{
color: #C20C6A;
}
.AnyTagClassName
{
color: #C20C6A;
}
</style>
background-color css
<style>
a { background-color: #C20C6A; }
a { background-color: rgb(194,12,106); }
div.DivClassName
{
background-color: #C20C6A;
}
.BgClassName
{
background-color: #C20C6A;
}
</style>
border-color css
<style>
span { border-color: #C20C6A; }
span { border-color: rgb(194,12,106); }
td.TdClassName
{
border-color: #C20C6A;
}
.TagClassName
{
border-color: #C20C6A;
}
</style>