Shades of Medium Violet Red #C5078E
Tints of Medium Violet Red #C5078E
RGB
CMYK
RGB Variations
Color information
#C5078E (or 0xC5078E) is known color: Medium Violet Red. HEX triplet: C5, 07 and 8E. RGB value is (197,7,142). Sum of RGB (Red+Green+Blue) = 197+7+142=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5078E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5078E is #3AF871. Grayscale: #4E4E4E. Windows color (decimal): -3864690 or 9308101. OLE color: 9308101.
HSL color Cylindrical-coordinate representation of color #C5078E: hue angle of 317.37º 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 #C5078E is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 142 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.23 |
| HSL | 317.37º | 0.93% | 0.4% | - |
| HSV(B) | 317.37º | 0.96% | 0.77% | - |
| XYZ | 27.98 | 13.98 | 26.81 | - |
| YUV | 79.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 142 | 0 | 0.96 | 0.28 | 0.23 | 317.37 | 0.93 | 0.4 |
| Hex | C5 | 7 | 8E | 0 | 60 | 1C | 17 | 13D | 5D | 28 |
| Octal | 305 | 7 | 216 | 0 | 140 | 34 | 27 | 475 | 135 | 50 |
| Binary | 11000101 | 111 | 10001110 | 0 | 1100000 | 11100 | 10111 | 100111101 | 1011101 | 101000 |
Color Harmonies of #C5078E
Complementary color
Monochromatic Colors of #C5078E
Black with #C5078E
Text Example
Text Example
White with #C5078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5078E; }
p { color: rgb(197,7,142); }
H1.HeaderClassName
{
color: #C5078E;
}
.AnyTagClassName
{
color: #C5078E;
}
</style>
background-color css
<style>
a { background-color: #C5078E; }
a { background-color: rgb(197,7,142); }
div.DivClassName
{
background-color: #C5078E;
}
.BgClassName
{
background-color: #C5078E;
}
</style>
border-color css
<style>
span { border-color: #C5078E; }
span { border-color: rgb(197,7,142); }
td.TdClassName
{
border-color: #C5078E;
}
.TagClassName
{
border-color: #C5078E;
}
</style>