Shades of Ruby #C50560
Tints of Ruby #C50560
RGB
CMYK
RGB Variations
Color information
#C50560 (or 0xC50560) is known color: Ruby. HEX triplet: C5, 05 and 60. RGB value is (197,5,96). Sum of RGB (Red+Green+Blue) = 197+5+96=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C50560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50560 is #3AFA9F. Grayscale: #484848. Windows color (decimal): -3865248 or 6292933. OLE color: 6292933.
HSL color Cylindrical-coordinate representation of color #C50560: hue angle of 331.56º 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 #C50560 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 96 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.23 |
| HSL | 331.56º | 0.95% | 0.4% | - |
| HSV(B) | 331.56º | 0.97% | 0.77% | - |
| XYZ | 25.19 | 12.82 | 12.21 | - |
| YUV | 72.78 | 141.11 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 96 | 0 | 0.97 | 0.51 | 0.23 | 331.56 | 0.95 | 0.4 |
| Hex | C5 | 5 | 60 | 0 | 61 | 33 | 17 | 14C | 5F | 28 |
| Octal | 305 | 5 | 140 | 0 | 141 | 63 | 27 | 514 | 137 | 50 |
| Binary | 11000101 | 101 | 1100000 | 0 | 1100001 | 110011 | 10111 | 101001100 | 1011111 | 101000 |
Color Harmonies of #C50560
Complementary color
Monochromatic Colors of #C50560
Black with #C50560
Text Example
Text Example
White with #C50560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50560; }
p { color: rgb(197,5,96); }
H1.HeaderClassName
{
color: #C50560;
}
.AnyTagClassName
{
color: #C50560;
}
</style>
background-color css
<style>
a { background-color: #C50560; }
a { background-color: rgb(197,5,96); }
div.DivClassName
{
background-color: #C50560;
}
.BgClassName
{
background-color: #C50560;
}
</style>
border-color css
<style>
span { border-color: #C50560; }
span { border-color: rgb(197,5,96); }
td.TdClassName
{
border-color: #C50560;
}
.TagClassName
{
border-color: #C50560;
}
</style>