Shades of Medium Violet Red #C50078
Tints of Medium Violet Red #C50078
RGB
CMYK
RGB Variations
Color information
#C50078 (or 0xC50078) is known color: Medium Violet Red. HEX triplet: C5, 00 and 78. RGB value is (197,0,120). Sum of RGB (Red+Green+Blue) = 197+0+120=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50078 is #3AFF87. Grayscale: #484848. Windows color (decimal): -3866504 or 7864517. OLE color: 7864517.
HSL color Cylindrical-coordinate representation of color #C50078: hue angle of 323.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50078 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.39 | 0.23 |
| HSL | 323.45º | 1% | 0.39% | - |
| HSV(B) | 323.45º | 1% | 0.77% | - |
| XYZ | 26.42 | 13.23 | 18.93 | - |
| YUV | 72.58 | 154.77 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 120 | 0 | 1 | 0.39 | 0.23 | 323.45 | 1 | 0.39 |
| Hex | C5 | 0 | 78 | 0 | 64 | 27 | 17 | 143 | 64 | 27 |
| Octal | 305 | 0 | 170 | 0 | 144 | 47 | 27 | 503 | 144 | 47 |
| Binary | 11000101 | 0 | 1111000 | 0 | 1100100 | 100111 | 10111 | 101000011 | 1100100 | 100111 |
Color Harmonies of #C50078
Complementary color
Monochromatic Colors of #C50078
Black with #C50078
Text Example
Text Example
White with #C50078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50078; }
p { color: rgb(197,0,120); }
H1.HeaderClassName
{
color: #C50078;
}
.AnyTagClassName
{
color: #C50078;
}
</style>
background-color css
<style>
a { background-color: #C50078; }
a { background-color: rgb(197,0,120); }
div.DivClassName
{
background-color: #C50078;
}
.BgClassName
{
background-color: #C50078;
}
</style>
border-color css
<style>
span { border-color: #C50078; }
span { border-color: rgb(197,0,120); }
td.TdClassName
{
border-color: #C50078;
}
.TagClassName
{
border-color: #C50078;
}
</style>