Shades of Medium Violet Red #C20D82
Tints of Medium Violet Red #C20D82
RGB
CMYK
RGB Variations
Color information
#C20D82 (or 0xC20D82) is known color: Medium Violet Red. HEX triplet: C2, 0D and 82. RGB value is (194,13,130). Sum of RGB (Red+Green+Blue) = 194+13+130=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20D82 is #3DF27D. Grayscale: #505050. Windows color (decimal): -4059774 or 8523202. OLE color: 8523202.
HSL color Cylindrical-coordinate representation of color #C20D82: hue angle of 321.22º 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 #C20D82 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 130 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.24 |
| HSL | 321.22º | 0.87% | 0.41% | - |
| HSV(B) | 321.22º | 0.93% | 0.76% | - |
| XYZ | 26.42 | 13.37 | 22.31 | - |
| YUV | 80.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 130 | 0 | 0.93 | 0.33 | 0.24 | 321.22 | 0.87 | 0.41 |
| Hex | C2 | D | 82 | 0 | 5D | 21 | 18 | 141 | 57 | 29 |
| Octal | 302 | 15 | 202 | 0 | 135 | 41 | 30 | 501 | 127 | 51 |
| Binary | 11000010 | 1101 | 10000010 | 0 | 1011101 | 100001 | 11000 | 101000001 | 1010111 | 101001 |
Color Harmonies of #C20D82
Complementary color
Monochromatic Colors of #C20D82
Black with #C20D82
Text Example
Text Example
White with #C20D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D82; }
p { color: rgb(194,13,130); }
H1.HeaderClassName
{
color: #C20D82;
}
.AnyTagClassName
{
color: #C20D82;
}
</style>
background-color css
<style>
a { background-color: #C20D82; }
a { background-color: rgb(194,13,130); }
div.DivClassName
{
background-color: #C20D82;
}
.BgClassName
{
background-color: #C20D82;
}
</style>
border-color css
<style>
span { border-color: #C20D82; }
span { border-color: rgb(194,13,130); }
td.TdClassName
{
border-color: #C20D82;
}
.TagClassName
{
border-color: #C20D82;
}
</style>