Shades of Medium Violet Red #C50592
Tints of Medium Violet Red #C50592
RGB
CMYK
RGB Variations
Color information
#C50592 (or 0xC50592) is known color: Medium Violet Red. HEX triplet: C5, 05 and 92. RGB value is (197,5,146). Sum of RGB (Red+Green+Blue) = 197+5+146=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C50592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50592 is #3AFA6D. Grayscale: #4E4E4E. Windows color (decimal): -3865198 or 9569733. OLE color: 9569733.
HSL color Cylindrical-coordinate representation of color #C50592: hue angle of 315.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 #C50592 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.23 |
| HSL | 315.94º | 0.95% | 0.4% | - |
| HSV(B) | 315.94º | 0.97% | 0.77% | - |
| XYZ | 28.27 | 14.05 | 28.42 | - |
| YUV | 78.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 146 | 0 | 0.97 | 0.26 | 0.23 | 315.94 | 0.95 | 0.4 |
| Hex | C5 | 5 | 92 | 0 | 61 | 1A | 17 | 13C | 5F | 28 |
| Octal | 305 | 5 | 222 | 0 | 141 | 32 | 27 | 474 | 137 | 50 |
| Binary | 11000101 | 101 | 10010010 | 0 | 1100001 | 11010 | 10111 | 100111100 | 1011111 | 101000 |
Color Harmonies of #C50592
Complementary color
Monochromatic Colors of #C50592
Black with #C50592
Text Example
Text Example
White with #C50592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50592; }
p { color: rgb(197,5,146); }
H1.HeaderClassName
{
color: #C50592;
}
.AnyTagClassName
{
color: #C50592;
}
</style>
background-color css
<style>
a { background-color: #C50592; }
a { background-color: rgb(197,5,146); }
div.DivClassName
{
background-color: #C50592;
}
.BgClassName
{
background-color: #C50592;
}
</style>
border-color css
<style>
span { border-color: #C50592; }
span { border-color: rgb(197,5,146); }
td.TdClassName
{
border-color: #C50592;
}
.TagClassName
{
border-color: #C50592;
}
</style>