Shades of Medium Violet Red #C50179
Tints of Medium Violet Red #C50179
RGB
CMYK
RGB Variations
Color information
#C50179 (or 0xC50179) is known color: Medium Violet Red. HEX triplet: C5, 01 and 79. RGB value is (197,1,121). Sum of RGB (Red+Green+Blue) = 197+1+121=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C50179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50179 is #3AFE86. Grayscale: #494949. Windows color (decimal): -3866247 or 7930309. OLE color: 7930309.
HSL color Cylindrical-coordinate representation of color #C50179: hue angle of 323.27º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50179 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.23 |
| HSL | 323.27º | 0.99% | 0.39% | - |
| HSV(B) | 323.27º | 0.99% | 0.77% | - |
| XYZ | 26.49 | 13.27 | 19.25 | - |
| YUV | 73.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 121 | 0 | 0.99 | 0.39 | 0.23 | 323.27 | 0.99 | 0.39 |
| Hex | C5 | 1 | 79 | 0 | 63 | 27 | 17 | 143 | 63 | 27 |
| Octal | 305 | 1 | 171 | 0 | 143 | 47 | 27 | 503 | 143 | 47 |
| Binary | 11000101 | 1 | 1111001 | 0 | 1100011 | 100111 | 10111 | 101000011 | 1100011 | 100111 |
Color Harmonies of #C50179
Complementary color
Monochromatic Colors of #C50179
Black with #C50179
Text Example
Text Example
White with #C50179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50179; }
p { color: rgb(197,1,121); }
H1.HeaderClassName
{
color: #C50179;
}
.AnyTagClassName
{
color: #C50179;
}
</style>
background-color css
<style>
a { background-color: #C50179; }
a { background-color: rgb(197,1,121); }
div.DivClassName
{
background-color: #C50179;
}
.BgClassName
{
background-color: #C50179;
}
</style>
border-color css
<style>
span { border-color: #C50179; }
span { border-color: rgb(197,1,121); }
td.TdClassName
{
border-color: #C50179;
}
.TagClassName
{
border-color: #C50179;
}
</style>