Shades of Medium Violet Red #C50582
Tints of Medium Violet Red #C50582
RGB
CMYK
RGB Variations
Color information
#C50582 (or 0xC50582) is known color: Medium Violet Red. HEX triplet: C5, 05 and 82. RGB value is (197,5,130). Sum of RGB (Red+Green+Blue) = 197+5+130=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50582 is #3AFA7D. Grayscale: #4C4C4C. Windows color (decimal): -3865214 or 8521157. OLE color: 8521157.
HSL color Cylindrical-coordinate representation of color #C50582: hue angle of 320.94º degrees, saturation: 0.95, 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 #C50582 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 130 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.23 |
| HSL | 320.94º | 0.95% | 0.4% | - |
| HSV(B) | 320.94º | 0.97% | 0.77% | - |
| XYZ | 27.11 | 13.59 | 22.31 | - |
| YUV | 76.66 | 158.11 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 130 | 0 | 0.97 | 0.34 | 0.23 | 320.94 | 0.95 | 0.4 |
| Hex | C5 | 5 | 82 | 0 | 61 | 22 | 17 | 141 | 5F | 28 |
| Octal | 305 | 5 | 202 | 0 | 141 | 42 | 27 | 501 | 137 | 50 |
| Binary | 11000101 | 101 | 10000010 | 0 | 1100001 | 100010 | 10111 | 101000001 | 1011111 | 101000 |
Color Harmonies of #C50582
Complementary color
Monochromatic Colors of #C50582
Black with #C50582
Text Example
Text Example
White with #C50582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50582; }
p { color: rgb(197,5,130); }
H1.HeaderClassName
{
color: #C50582;
}
.AnyTagClassName
{
color: #C50582;
}
</style>
background-color css
<style>
a { background-color: #C50582; }
a { background-color: rgb(197,5,130); }
div.DivClassName
{
background-color: #C50582;
}
.BgClassName
{
background-color: #C50582;
}
</style>
border-color css
<style>
span { border-color: #C50582; }
span { border-color: rgb(197,5,130); }
td.TdClassName
{
border-color: #C50582;
}
.TagClassName
{
border-color: #C50582;
}
</style>