Shades of Medium Violet Red #C5076C
Tints of Medium Violet Red #C5076C
RGB
CMYK
RGB Variations
Color information
#C5076C (or 0xC5076C) is known color: Medium Violet Red. HEX triplet: C5, 07 and 6C. RGB value is (197,7,108). Sum of RGB (Red+Green+Blue) = 197+7+108=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C5076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5076C is #3AF893. Grayscale: #4B4B4B. Windows color (decimal): -3864724 or 7079877. OLE color: 7079877.
HSL color Cylindrical-coordinate representation of color #C5076C: hue angle of 328.11º 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 #C5076C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.23 |
| HSL | 328.11º | 0.93% | 0.4% | - |
| HSV(B) | 328.11º | 0.96% | 0.77% | - |
| XYZ | 25.81 | 13.1 | 15.36 | - |
| YUV | 75.32 | 146.45 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 108 | 0 | 0.96 | 0.45 | 0.23 | 328.11 | 0.93 | 0.4 |
| Hex | C5 | 7 | 6C | 0 | 60 | 2D | 17 | 148 | 5D | 28 |
| Octal | 305 | 7 | 154 | 0 | 140 | 55 | 27 | 510 | 135 | 50 |
| Binary | 11000101 | 111 | 1101100 | 0 | 1100000 | 101101 | 10111 | 101001000 | 1011101 | 101000 |
Color Harmonies of #C5076C
Complementary color
Monochromatic Colors of #C5076C
Black with #C5076C
Text Example
Text Example
White with #C5076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5076C; }
p { color: rgb(197,7,108); }
H1.HeaderClassName
{
color: #C5076C;
}
.AnyTagClassName
{
color: #C5076C;
}
</style>
background-color css
<style>
a { background-color: #C5076C; }
a { background-color: rgb(197,7,108); }
div.DivClassName
{
background-color: #C5076C;
}
.BgClassName
{
background-color: #C5076C;
}
</style>
border-color css
<style>
span { border-color: #C5076C; }
span { border-color: rgb(197,7,108); }
td.TdClassName
{
border-color: #C5076C;
}
.TagClassName
{
border-color: #C5076C;
}
</style>