Shades of Medium Violet Red #C5078C
Tints of Medium Violet Red #C5078C
RGB
CMYK
RGB Variations
Color information
#C5078C (or 0xC5078C) is known color: Medium Violet Red. HEX triplet: C5, 07 and 8C. RGB value is (197,7,140). Sum of RGB (Red+Green+Blue) = 197+7+140=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5078C is #3AF873. Grayscale: #4E4E4E. Windows color (decimal): -3864692 or 9177029. OLE color: 9177029.
HSL color Cylindrical-coordinate representation of color #C5078C: hue angle of 318º 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 #C5078C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.23 |
| HSL | 318º | 0.93% | 0.4% | - |
| HSV(B) | 318º | 0.96% | 0.77% | - |
| XYZ | 27.84 | 13.92 | 26.03 | - |
| YUV | 78.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 140 | 0 | 0.96 | 0.29 | 0.23 | 318 | 0.93 | 0.4 |
| Hex | C5 | 7 | 8C | 0 | 60 | 1D | 17 | 13E | 5D | 28 |
| Octal | 305 | 7 | 214 | 0 | 140 | 35 | 27 | 476 | 135 | 50 |
| Binary | 11000101 | 111 | 10001100 | 0 | 1100000 | 11101 | 10111 | 100111110 | 1011101 | 101000 |
Color Harmonies of #C5078C
Complementary color
Monochromatic Colors of #C5078C
Black with #C5078C
Text Example
Text Example
White with #C5078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5078C; }
p { color: rgb(197,7,140); }
H1.HeaderClassName
{
color: #C5078C;
}
.AnyTagClassName
{
color: #C5078C;
}
</style>
background-color css
<style>
a { background-color: #C5078C; }
a { background-color: rgb(197,7,140); }
div.DivClassName
{
background-color: #C5078C;
}
.BgClassName
{
background-color: #C5078C;
}
</style>
border-color css
<style>
span { border-color: #C5078C; }
span { border-color: rgb(197,7,140); }
td.TdClassName
{
border-color: #C5078C;
}
.TagClassName
{
border-color: #C5078C;
}
</style>