Shades of Medium Violet Red #C51678
Tints of Medium Violet Red #C51678
RGB
CMYK
RGB Variations
Color information
#C51678 (or 0xC51678) is known color: Medium Violet Red. HEX triplet: C5, 16 and 78. RGB value is (197,22,120). Sum of RGB (Red+Green+Blue) = 197+22+120=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C51678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51678 is #3AE987. Grayscale: #555555. Windows color (decimal): -3860872 or 7870149. OLE color: 7870149.
HSL color Cylindrical-coordinate representation of color #C51678: hue angle of 326.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51678 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 120 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.23 |
| HSL | 326.4º | 0.8% | 0.43% | - |
| HSV(B) | 326.4º | 0.89% | 0.77% | - |
| XYZ | 26.7 | 13.8 | 19.03 | - |
| YUV | 85.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 120 | 0 | 0.89 | 0.39 | 0.23 | 326.4 | 0.8 | 0.43 |
| Hex | C5 | 16 | 78 | 0 | 59 | 27 | 17 | 146 | 50 | 2B |
| Octal | 305 | 26 | 170 | 0 | 131 | 47 | 27 | 506 | 120 | 53 |
| Binary | 11000101 | 10110 | 1111000 | 0 | 1011001 | 100111 | 10111 | 101000110 | 1010000 | 101011 |
Color Harmonies of #C51678
Complementary color
Monochromatic Colors of #C51678
Black with #C51678
Text Example
Text Example
White with #C51678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51678; }
p { color: rgb(197,22,120); }
H1.HeaderClassName
{
color: #C51678;
}
.AnyTagClassName
{
color: #C51678;
}
</style>
background-color css
<style>
a { background-color: #C51678; }
a { background-color: rgb(197,22,120); }
div.DivClassName
{
background-color: #C51678;
}
.BgClassName
{
background-color: #C51678;
}
</style>
border-color css
<style>
span { border-color: #C51678; }
span { border-color: rgb(197,22,120); }
td.TdClassName
{
border-color: #C51678;
}
.TagClassName
{
border-color: #C51678;
}
</style>