Shades of Medium Violet Red #C50380
Tints of Medium Violet Red #C50380
RGB
CMYK
RGB Variations
Color information
#C50380 (or 0xC50380) is known color: Medium Violet Red. HEX triplet: C5, 03 and 80. RGB value is (197,3,128). Sum of RGB (Red+Green+Blue) = 197+3+128=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C50380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50380 is #3AFC7F. Grayscale: #4A4A4A. Windows color (decimal): -3865728 or 8389573. OLE color: 8389573.
HSL color Cylindrical-coordinate representation of color #C50380: hue angle of 321.34º 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 #C50380 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.23 |
| HSL | 321.34º | 0.97% | 0.39% | - |
| HSV(B) | 321.34º | 0.98% | 0.77% | - |
| XYZ | 26.95 | 13.49 | 21.61 | - |
| YUV | 75.26 | 157.77 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 128 | 0 | 0.98 | 0.35 | 0.23 | 321.34 | 0.97 | 0.39 |
| Hex | C5 | 3 | 80 | 0 | 62 | 23 | 17 | 141 | 61 | 27 |
| Octal | 305 | 3 | 200 | 0 | 142 | 43 | 27 | 501 | 141 | 47 |
| Binary | 11000101 | 11 | 10000000 | 0 | 1100010 | 100011 | 10111 | 101000001 | 1100001 | 100111 |
Color Harmonies of #C50380
Complementary color
Monochromatic Colors of #C50380
Black with #C50380
Text Example
Text Example
White with #C50380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50380; }
p { color: rgb(197,3,128); }
H1.HeaderClassName
{
color: #C50380;
}
.AnyTagClassName
{
color: #C50380;
}
</style>
background-color css
<style>
a { background-color: #C50380; }
a { background-color: rgb(197,3,128); }
div.DivClassName
{
background-color: #C50380;
}
.BgClassName
{
background-color: #C50380;
}
</style>
border-color css
<style>
span { border-color: #C50380; }
span { border-color: rgb(197,3,128); }
td.TdClassName
{
border-color: #C50380;
}
.TagClassName
{
border-color: #C50380;
}
</style>