Shades of Medium Violet Red #C20981
Tints of Medium Violet Red #C20981
RGB
CMYK
RGB Variations
Color information
#C20981 (or 0xC20981) is known color: Medium Violet Red. HEX triplet: C2, 09 and 81. RGB value is (194,9,129). Sum of RGB (Red+Green+Blue) = 194+9+129=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20981 is #3DF67E. Grayscale: #4D4D4D. Windows color (decimal): -4060799 or 8456642. OLE color: 8456642.
HSL color Cylindrical-coordinate representation of color #C20981: hue angle of 321.08º degrees, saturation: 0.91, 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 #C20981 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 129 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.24 |
| HSL | 321.08º | 0.91% | 0.4% | - |
| HSV(B) | 321.08º | 0.95% | 0.76% | - |
| XYZ | 26.31 | 13.25 | 21.94 | - |
| YUV | 78 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 129 | 0 | 0.95 | 0.34 | 0.24 | 321.08 | 0.91 | 0.4 |
| Hex | C2 | 9 | 81 | 0 | 5F | 22 | 18 | 141 | 5B | 28 |
| Octal | 302 | 11 | 201 | 0 | 137 | 42 | 30 | 501 | 133 | 50 |
| Binary | 11000010 | 1001 | 10000001 | 0 | 1011111 | 100010 | 11000 | 101000001 | 1011011 | 101000 |
Color Harmonies of #C20981
Complementary color
Monochromatic Colors of #C20981
Black with #C20981
Text Example
Text Example
White with #C20981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20981; }
p { color: rgb(194,9,129); }
H1.HeaderClassName
{
color: #C20981;
}
.AnyTagClassName
{
color: #C20981;
}
</style>
background-color css
<style>
a { background-color: #C20981; }
a { background-color: rgb(194,9,129); }
div.DivClassName
{
background-color: #C20981;
}
.BgClassName
{
background-color: #C20981;
}
</style>
border-color css
<style>
span { border-color: #C20981; }
span { border-color: rgb(194,9,129); }
td.TdClassName
{
border-color: #C20981;
}
.TagClassName
{
border-color: #C20981;
}
</style>