Shades of Ruby #C51160
Tints of Ruby #C51160
RGB
CMYK
RGB Variations
Color information
#C51160 (or 0xC51160) is known color: Ruby. HEX triplet: C5, 11 and 60. RGB value is (197,17,96). Sum of RGB (Red+Green+Blue) = 197+17+96=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C51160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51160 is #3AEE9F. Grayscale: #4F4F4F. Windows color (decimal): -3862176 or 6296005. OLE color: 6296005.
HSL color Cylindrical-coordinate representation of color #C51160: hue angle of 333.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51160 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 96 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.23 |
| HSL | 333.67º | 0.84% | 0.42% | - |
| HSV(B) | 333.67º | 0.91% | 0.77% | - |
| XYZ | 25.34 | 13.12 | 12.26 | - |
| YUV | 79.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 96 | 0 | 0.91 | 0.51 | 0.23 | 333.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 60 | 0 | 5B | 33 | 17 | 14E | 54 | 2A |
| Octal | 305 | 21 | 140 | 0 | 133 | 63 | 27 | 516 | 124 | 52 |
| Binary | 11000101 | 10001 | 1100000 | 0 | 1011011 | 110011 | 10111 | 101001110 | 1010100 | 101010 |
Color Harmonies of #C51160
Complementary color
Monochromatic Colors of #C51160
Black with #C51160
Text Example
Text Example
White with #C51160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51160; }
p { color: rgb(197,17,96); }
H1.HeaderClassName
{
color: #C51160;
}
.AnyTagClassName
{
color: #C51160;
}
</style>
background-color css
<style>
a { background-color: #C51160; }
a { background-color: rgb(197,17,96); }
div.DivClassName
{
background-color: #C51160;
}
.BgClassName
{
background-color: #C51160;
}
</style>
border-color css
<style>
span { border-color: #C51160; }
span { border-color: rgb(197,17,96); }
td.TdClassName
{
border-color: #C51160;
}
.TagClassName
{
border-color: #C51160;
}
</style>