Shades of Medium Violet Red #C50379
Tints of Medium Violet Red #C50379
RGB
CMYK
RGB Variations
Color information
#C50379 (or 0xC50379) is known color: Medium Violet Red. HEX triplet: C5, 03 and 79. RGB value is (197,3,121). Sum of RGB (Red+Green+Blue) = 197+3+121=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C50379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50379 is #3AFC86. Grayscale: #4A4A4A. Windows color (decimal): -3865735 or 7930821. OLE color: 7930821.
HSL color Cylindrical-coordinate representation of color #C50379: hue angle of 323.51º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50379 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.23 |
| HSL | 323.51º | 0.97% | 0.39% | - |
| HSV(B) | 323.51º | 0.98% | 0.77% | - |
| XYZ | 26.51 | 13.32 | 19.26 | - |
| YUV | 74.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 121 | 0 | 0.98 | 0.39 | 0.23 | 323.51 | 0.97 | 0.39 |
| Hex | C5 | 3 | 79 | 0 | 62 | 27 | 17 | 144 | 61 | 27 |
| Octal | 305 | 3 | 171 | 0 | 142 | 47 | 27 | 504 | 141 | 47 |
| Binary | 11000101 | 11 | 1111001 | 0 | 1100010 | 100111 | 10111 | 101000100 | 1100001 | 100111 |
Color Harmonies of #C50379
Complementary color
Monochromatic Colors of #C50379
Black with #C50379
Text Example
Text Example
White with #C50379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50379; }
p { color: rgb(197,3,121); }
H1.HeaderClassName
{
color: #C50379;
}
.AnyTagClassName
{
color: #C50379;
}
</style>
background-color css
<style>
a { background-color: #C50379; }
a { background-color: rgb(197,3,121); }
div.DivClassName
{
background-color: #C50379;
}
.BgClassName
{
background-color: #C50379;
}
</style>
border-color css
<style>
span { border-color: #C50379; }
span { border-color: rgb(197,3,121); }
td.TdClassName
{
border-color: #C50379;
}
.TagClassName
{
border-color: #C50379;
}
</style>