Shades of Medium Violet Red #C20A6A
Tints of Medium Violet Red #C20A6A
RGB
CMYK
RGB Variations
Color information
#C20A6A (or 0xC20A6A) is known color: Medium Violet Red. HEX triplet: C2, 0A and 6A. RGB value is (194,10,106). Sum of RGB (Red+Green+Blue) = 194+10+106=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20A6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20A6A is #3DF595. Grayscale: #4B4B4B. Windows color (decimal): -4060566 or 6949570. OLE color: 6949570.
HSL color Cylindrical-coordinate representation of color #C20A6A: hue angle of 328.7º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20A6A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 10 | 106 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.24 |
| HSL | 328.7º | 0.9% | 0.4% | - |
| HSV(B) | 328.7º | 0.95% | 0.76% | - |
| XYZ | 24.96 | 12.73 | 14.78 | - |
| YUV | 75.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 106 | 0 | 0.95 | 0.45 | 0.24 | 328.7 | 0.9 | 0.4 |
| Hex | C2 | A | 6A | 0 | 5F | 2D | 18 | 149 | 5A | 28 |
| Octal | 302 | 12 | 152 | 0 | 137 | 55 | 30 | 511 | 132 | 50 |
| Binary | 11000010 | 1010 | 1101010 | 0 | 1011111 | 101101 | 11000 | 101001001 | 1011010 | 101000 |
Color Harmonies of #C20A6A
Complementary color
Monochromatic Colors of #C20A6A
Black with #C20A6A
Text Example
Text Example
White with #C20A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20A6A; }
p { color: rgb(194,10,106); }
H1.HeaderClassName
{
color: #C20A6A;
}
.AnyTagClassName
{
color: #C20A6A;
}
</style>
background-color css
<style>
a { background-color: #C20A6A; }
a { background-color: rgb(194,10,106); }
div.DivClassName
{
background-color: #C20A6A;
}
.BgClassName
{
background-color: #C20A6A;
}
</style>
border-color css
<style>
span { border-color: #C20A6A; }
span { border-color: rgb(194,10,106); }
td.TdClassName
{
border-color: #C20A6A;
}
.TagClassName
{
border-color: #C20A6A;
}
</style>