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