Shades of Medium Violet Red #C50775
Tints of Medium Violet Red #C50775
RGB
CMYK
RGB Variations
Color information
#C50775 (or 0xC50775) is known color: Medium Violet Red. HEX triplet: C5, 07 and 75. RGB value is (197,7,117). Sum of RGB (Red+Green+Blue) = 197+7+117=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50775 is #3AF88A. Grayscale: #4C4C4C. Windows color (decimal): -3864715 or 7669701. OLE color: 7669701.
HSL color Cylindrical-coordinate representation of color #C50775: hue angle of 325.26º 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 #C50775 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 117 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.23 |
| HSL | 325.26º | 0.93% | 0.4% | - |
| HSV(B) | 325.26º | 0.96% | 0.77% | - |
| XYZ | 26.31 | 13.31 | 18.01 | - |
| YUV | 76.35 | 150.95 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 117 | 0 | 0.96 | 0.41 | 0.23 | 325.26 | 0.93 | 0.4 |
| Hex | C5 | 7 | 75 | 0 | 60 | 29 | 17 | 145 | 5D | 28 |
| Octal | 305 | 7 | 165 | 0 | 140 | 51 | 27 | 505 | 135 | 50 |
| Binary | 11000101 | 111 | 1110101 | 0 | 1100000 | 101001 | 10111 | 101000101 | 1011101 | 101000 |
Color Harmonies of #C50775
Complementary color
Monochromatic Colors of #C50775
Black with #C50775
Text Example
Text Example
White with #C50775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50775; }
p { color: rgb(197,7,117); }
H1.HeaderClassName
{
color: #C50775;
}
.AnyTagClassName
{
color: #C50775;
}
</style>
background-color css
<style>
a { background-color: #C50775; }
a { background-color: rgb(197,7,117); }
div.DivClassName
{
background-color: #C50775;
}
.BgClassName
{
background-color: #C50775;
}
</style>
border-color css
<style>
span { border-color: #C50775; }
span { border-color: rgb(197,7,117); }
td.TdClassName
{
border-color: #C50775;
}
.TagClassName
{
border-color: #C50775;
}
</style>