Shades of Medium Violet Red #C4076C
Tints of Medium Violet Red #C4076C
RGB
CMYK
RGB Variations
Color information
#C4076C (or 0xC4076C) is known color: Medium Violet Red. HEX triplet: C4, 07 and 6C. RGB value is (196,7,108). Sum of RGB (Red+Green+Blue) = 196+7+108=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4076C is #3BF893. Grayscale: #4A4A4A. Windows color (decimal): -3930260 or 7079876. OLE color: 7079876.
HSL color Cylindrical-coordinate representation of color #C4076C: hue angle of 327.94º degrees, saturation: 0.93, 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 #C4076C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.23 |
| HSL | 327.94º | 0.93% | 0.4% | - |
| HSV(B) | 327.94º | 0.96% | 0.77% | - |
| XYZ | 25.55 | 12.97 | 15.34 | - |
| YUV | 75.03 | 146.62 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 108 | 0 | 0.96 | 0.45 | 0.23 | 327.94 | 0.93 | 0.4 |
| Hex | C4 | 7 | 6C | 0 | 60 | 2D | 17 | 148 | 5D | 28 |
| Octal | 304 | 7 | 154 | 0 | 140 | 55 | 27 | 510 | 135 | 50 |
| Binary | 11000100 | 111 | 1101100 | 0 | 1100000 | 101101 | 10111 | 101001000 | 1011101 | 101000 |
Color Harmonies of #C4076C
Complementary color
Monochromatic Colors of #C4076C
Black with #C4076C
Text Example
Text Example
White with #C4076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4076C; }
p { color: rgb(196,7,108); }
H1.HeaderClassName
{
color: #C4076C;
}
.AnyTagClassName
{
color: #C4076C;
}
</style>
background-color css
<style>
a { background-color: #C4076C; }
a { background-color: rgb(196,7,108); }
div.DivClassName
{
background-color: #C4076C;
}
.BgClassName
{
background-color: #C4076C;
}
</style>
border-color css
<style>
span { border-color: #C4076C; }
span { border-color: rgb(196,7,108); }
td.TdClassName
{
border-color: #C4076C;
}
.TagClassName
{
border-color: #C4076C;
}
</style>