Shades of Medium Violet Red #C40876
Tints of Medium Violet Red #C40876
RGB
CMYK
RGB Variations
Color information
#C40876 (or 0xC40876) is known color: Medium Violet Red. HEX triplet: C4, 08 and 76. RGB value is (196,8,118). Sum of RGB (Red+Green+Blue) = 196+8+118=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C40876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40876 is #3BF789. Grayscale: #4C4C4C. Windows color (decimal): -3929994 or 7735492. OLE color: 7735492.
HSL color Cylindrical-coordinate representation of color #C40876: hue angle of 324.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40876 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 118 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.23 |
| HSL | 324.89º | 0.92% | 0.4% | - |
| HSV(B) | 324.89º | 0.96% | 0.77% | - |
| XYZ | 26.12 | 13.22 | 18.31 | - |
| YUV | 76.75 | 151.28 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 118 | 0 | 0.96 | 0.40 | 0.23 | 324.89 | 0.92 | 0.4 |
| Hex | C4 | 8 | 76 | 0 | 60 | 28 | 17 | 145 | 5C | 28 |
| Octal | 304 | 10 | 166 | 0 | 140 | 50 | 27 | 505 | 134 | 50 |
| Binary | 11000100 | 1000 | 1110110 | 0 | 1100000 | 101000 | 10111 | 101000101 | 1011100 | 101000 |
Color Harmonies of #C40876
Complementary color
Monochromatic Colors of #C40876
Black with #C40876
Text Example
Text Example
White with #C40876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40876; }
p { color: rgb(196,8,118); }
H1.HeaderClassName
{
color: #C40876;
}
.AnyTagClassName
{
color: #C40876;
}
</style>
background-color css
<style>
a { background-color: #C40876; }
a { background-color: rgb(196,8,118); }
div.DivClassName
{
background-color: #C40876;
}
.BgClassName
{
background-color: #C40876;
}
</style>
border-color css
<style>
span { border-color: #C40876; }
span { border-color: rgb(196,8,118); }
td.TdClassName
{
border-color: #C40876;
}
.TagClassName
{
border-color: #C40876;
}
</style>