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