Shades of Medium Violet Red #C20880
Tints of Medium Violet Red #C20880
RGB
CMYK
RGB Variations
Color information
#C20880 (or 0xC20880) is known color: Medium Violet Red. HEX triplet: C2, 08 and 80. RGB value is (194,8,128). Sum of RGB (Red+Green+Blue) = 194+8+128=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C20880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20880 is #3DF77F. Grayscale: #4D4D4D. Windows color (decimal): -4061056 or 8390850. OLE color: 8390850.
HSL color Cylindrical-coordinate representation of color #C20880: hue angle of 321.29º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20880 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.24 |
| HSL | 321.29º | 0.92% | 0.4% | - |
| HSV(B) | 321.29º | 0.96% | 0.76% | - |
| XYZ | 26.23 | 13.2 | 21.59 | - |
| YUV | 77.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 128 | 0 | 0.96 | 0.34 | 0.24 | 321.29 | 0.92 | 0.4 |
| Hex | C2 | 8 | 80 | 0 | 60 | 22 | 18 | 141 | 5C | 28 |
| Octal | 302 | 10 | 200 | 0 | 140 | 42 | 30 | 501 | 134 | 50 |
| Binary | 11000010 | 1000 | 10000000 | 0 | 1100000 | 100010 | 11000 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C20880
Complementary color
Monochromatic Colors of #C20880
Black with #C20880
Text Example
Text Example
White with #C20880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20880; }
p { color: rgb(194,8,128); }
H1.HeaderClassName
{
color: #C20880;
}
.AnyTagClassName
{
color: #C20880;
}
</style>
background-color css
<style>
a { background-color: #C20880; }
a { background-color: rgb(194,8,128); }
div.DivClassName
{
background-color: #C20880;
}
.BgClassName
{
background-color: #C20880;
}
</style>
border-color css
<style>
span { border-color: #C20880; }
span { border-color: rgb(194,8,128); }
td.TdClassName
{
border-color: #C20880;
}
.TagClassName
{
border-color: #C20880;
}
</style>