Shades of Medium Violet Red #C51078
Tints of Medium Violet Red #C51078
RGB
CMYK
RGB Variations
Color information
#C51078 (or 0xC51078) is known color: Medium Violet Red. HEX triplet: C5, 10 and 78. RGB value is (197,16,120). Sum of RGB (Red+Green+Blue) = 197+16+120=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51078 is #3AEF87. Grayscale: #515151. Windows color (decimal): -3862408 or 7868613. OLE color: 7868613.
HSL color Cylindrical-coordinate representation of color #C51078: hue angle of 325.52º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51078 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 120 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.23 |
| HSL | 325.52º | 0.85% | 0.42% | - |
| HSV(B) | 325.52º | 0.92% | 0.77% | - |
| XYZ | 26.6 | 13.6 | 18.99 | - |
| YUV | 81.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 120 | 0 | 0.92 | 0.39 | 0.23 | 325.52 | 0.85 | 0.42 |
| Hex | C5 | 10 | 78 | 0 | 5C | 27 | 17 | 146 | 55 | 2A |
| Octal | 305 | 20 | 170 | 0 | 134 | 47 | 27 | 506 | 125 | 52 |
| Binary | 11000101 | 10000 | 1111000 | 0 | 1011100 | 100111 | 10111 | 101000110 | 1010101 | 101010 |
Color Harmonies of #C51078
Complementary color
Monochromatic Colors of #C51078
Black with #C51078
Text Example
Text Example
White with #C51078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51078; }
p { color: rgb(197,16,120); }
H1.HeaderClassName
{
color: #C51078;
}
.AnyTagClassName
{
color: #C51078;
}
</style>
background-color css
<style>
a { background-color: #C51078; }
a { background-color: rgb(197,16,120); }
div.DivClassName
{
background-color: #C51078;
}
.BgClassName
{
background-color: #C51078;
}
</style>
border-color css
<style>
span { border-color: #C51078; }
span { border-color: rgb(197,16,120); }
td.TdClassName
{
border-color: #C51078;
}
.TagClassName
{
border-color: #C51078;
}
</style>