Shades of Medium Violet Red #C40976
Tints of Medium Violet Red #C40976
RGB
CMYK
RGB Variations
Color information
#C40976 (or 0xC40976) is known color: Medium Violet Red. HEX triplet: C4, 09 and 76. RGB value is (196,9,118). Sum of RGB (Red+Green+Blue) = 196+9+118=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C40976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40976 is #3BF689. Grayscale: #4D4D4D. Windows color (decimal): -3929738 or 7735748. OLE color: 7735748.
HSL color Cylindrical-coordinate representation of color #C40976: hue angle of 325.03º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40976 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.23 |
| HSL | 325.03º | 0.91% | 0.4% | - |
| HSV(B) | 325.03º | 0.95% | 0.77% | - |
| XYZ | 26.13 | 13.24 | 18.32 | - |
| YUV | 77.34 | 150.95 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 118 | 0 | 0.95 | 0.40 | 0.23 | 325.03 | 0.91 | 0.4 |
| Hex | C4 | 9 | 76 | 0 | 5F | 28 | 17 | 145 | 5B | 28 |
| Octal | 304 | 11 | 166 | 0 | 137 | 50 | 27 | 505 | 133 | 50 |
| Binary | 11000100 | 1001 | 1110110 | 0 | 1011111 | 101000 | 10111 | 101000101 | 1011011 | 101000 |
Color Harmonies of #C40976
Complementary color
Monochromatic Colors of #C40976
Black with #C40976
Text Example
Text Example
White with #C40976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40976; }
p { color: rgb(196,9,118); }
H1.HeaderClassName
{
color: #C40976;
}
.AnyTagClassName
{
color: #C40976;
}
</style>
background-color css
<style>
a { background-color: #C40976; }
a { background-color: rgb(196,9,118); }
div.DivClassName
{
background-color: #C40976;
}
.BgClassName
{
background-color: #C40976;
}
</style>
border-color css
<style>
span { border-color: #C40976; }
span { border-color: rgb(196,9,118); }
td.TdClassName
{
border-color: #C40976;
}
.TagClassName
{
border-color: #C40976;
}
</style>