Shades of Medium Violet Red #C20876
Tints of Medium Violet Red #C20876
RGB
CMYK
RGB Variations
Color information
#C20876 (or 0xC20876) is known color: Medium Violet Red. HEX triplet: C2, 08 and 76. RGB value is (194,8,118). Sum of RGB (Red+Green+Blue) = 194+8+118=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C20876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20876 is #3DF789. Grayscale: #4B4B4B. Windows color (decimal): -4061066 or 7735490. OLE color: 7735490.
HSL color Cylindrical-coordinate representation of color #C20876: hue angle of 324.52º 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 #C20876 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.24 |
| HSL | 324.52º | 0.92% | 0.4% | - |
| HSV(B) | 324.52º | 0.96% | 0.76% | - |
| XYZ | 25.6 | 12.95 | 18.29 | - |
| YUV | 76.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 118 | 0 | 0.96 | 0.39 | 0.24 | 324.52 | 0.92 | 0.4 |
| Hex | C2 | 8 | 76 | 0 | 60 | 27 | 18 | 145 | 5C | 28 |
| Octal | 302 | 10 | 166 | 0 | 140 | 47 | 30 | 505 | 134 | 50 |
| Binary | 11000010 | 1000 | 1110110 | 0 | 1100000 | 100111 | 11000 | 101000101 | 1011100 | 101000 |
Color Harmonies of #C20876
Complementary color
Monochromatic Colors of #C20876
Black with #C20876
Text Example
Text Example
White with #C20876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20876; }
p { color: rgb(194,8,118); }
H1.HeaderClassName
{
color: #C20876;
}
.AnyTagClassName
{
color: #C20876;
}
</style>
background-color css
<style>
a { background-color: #C20876; }
a { background-color: rgb(194,8,118); }
div.DivClassName
{
background-color: #C20876;
}
.BgClassName
{
background-color: #C20876;
}
</style>
border-color css
<style>
span { border-color: #C20876; }
span { border-color: rgb(194,8,118); }
td.TdClassName
{
border-color: #C20876;
}
.TagClassName
{
border-color: #C20876;
}
</style>