Shades of Medium Violet Red #C20D7A
Tints of Medium Violet Red #C20D7A
RGB
CMYK
RGB Variations
Color information
#C20D7A (or 0xC20D7A) is known color: Medium Violet Red. HEX triplet: C2, 0D and 7A. RGB value is (194,13,122). Sum of RGB (Red+Green+Blue) = 194+13+122=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D7A is #3DF285. Grayscale: #4F4F4F. Windows color (decimal): -4059782 or 7998914. OLE color: 7998914.
HSL color Cylindrical-coordinate representation of color #C20D7A: hue angle of 323.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D7A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 122 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.24 |
| HSL | 323.87º | 0.87% | 0.41% | - |
| HSV(B) | 323.87º | 0.93% | 0.76% | - |
| XYZ | 25.9 | 13.16 | 19.59 | - |
| YUV | 79.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 122 | 0 | 0.93 | 0.37 | 0.24 | 323.87 | 0.87 | 0.41 |
| Hex | C2 | D | 7A | 0 | 5D | 25 | 18 | 144 | 57 | 29 |
| Octal | 302 | 15 | 172 | 0 | 135 | 45 | 30 | 504 | 127 | 51 |
| Binary | 11000010 | 1101 | 1111010 | 0 | 1011101 | 100101 | 11000 | 101000100 | 1010111 | 101001 |
Color Harmonies of #C20D7A
Complementary color
Monochromatic Colors of #C20D7A
Black with #C20D7A
Text Example
Text Example
White with #C20D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D7A; }
p { color: rgb(194,13,122); }
H1.HeaderClassName
{
color: #C20D7A;
}
.AnyTagClassName
{
color: #C20D7A;
}
</style>
background-color css
<style>
a { background-color: #C20D7A; }
a { background-color: rgb(194,13,122); }
div.DivClassName
{
background-color: #C20D7A;
}
.BgClassName
{
background-color: #C20D7A;
}
</style>
border-color css
<style>
span { border-color: #C20D7A; }
span { border-color: rgb(194,13,122); }
td.TdClassName
{
border-color: #C20D7A;
}
.TagClassName
{
border-color: #C20D7A;
}
</style>