Shades of Medium Violet Red #C50680
Tints of Medium Violet Red #C50680
RGB
CMYK
RGB Variations
Color information
#C50680 (or 0xC50680) is known color: Medium Violet Red. HEX triplet: C5, 06 and 80. RGB value is (197,6,128). Sum of RGB (Red+Green+Blue) = 197+6+128=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C50680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50680 is #3AF97F. Grayscale: #4C4C4C. Windows color (decimal): -3864960 or 8390341. OLE color: 8390341.
HSL color Cylindrical-coordinate representation of color #C50680: hue angle of 321.68º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50680 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.23 |
| HSL | 321.68º | 0.94% | 0.4% | - |
| HSV(B) | 321.68º | 0.97% | 0.77% | - |
| XYZ | 26.99 | 13.56 | 21.62 | - |
| YUV | 77.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 128 | 0 | 0.97 | 0.35 | 0.23 | 321.68 | 0.94 | 0.4 |
| Hex | C5 | 6 | 80 | 0 | 61 | 23 | 17 | 142 | 5E | 28 |
| Octal | 305 | 6 | 200 | 0 | 141 | 43 | 27 | 502 | 136 | 50 |
| Binary | 11000101 | 110 | 10000000 | 0 | 1100001 | 100011 | 10111 | 101000010 | 1011110 | 101000 |
Color Harmonies of #C50680
Complementary color
Monochromatic Colors of #C50680
Black with #C50680
Text Example
Text Example
White with #C50680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50680; }
p { color: rgb(197,6,128); }
H1.HeaderClassName
{
color: #C50680;
}
.AnyTagClassName
{
color: #C50680;
}
</style>
background-color css
<style>
a { background-color: #C50680; }
a { background-color: rgb(197,6,128); }
div.DivClassName
{
background-color: #C50680;
}
.BgClassName
{
background-color: #C50680;
}
</style>
border-color css
<style>
span { border-color: #C50680; }
span { border-color: rgb(197,6,128); }
td.TdClassName
{
border-color: #C50680;
}
.TagClassName
{
border-color: #C50680;
}
</style>