#C50F5F (or 0xC50F5F) is unknown color: approx Ruby. HEX triplet: C5, 0F and 5F. RGB value is (197,15,95). Sum of RGB (Red+Green+Blue) = 197+15+95=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F5F is #3AF0A0. Grayscale: #4E4E4E. Windows color (decimal): -3862689 or 6229957. OLE color: 6229957.
HSL color Cylindrical-coordinate representation of color #C50F5F: hue angle of 333.63º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F5F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.23.
<style> p { color: #c50f5f; } p { color: rgb(197,15,95); } H1.HeaderClassName { color: #c50f5f; } .AnyTagClassName { color: #c50f5f; } </style>
<style> a { background-color: #c50f5f; } a { background-color: rgb(197,15,95); } div.DivClassName { background-color: #c50f5f; } .BgClassName { background-color: #c50f5f; } </style>
<style> span { border-color: #c50f5f; } span { border-color: rgb(197,15,95); } td.TdClassName { border-color: #c50f5f; } .TagClassName { border-color: #c50f5f; } </style>