Shades of Ruby #C51961
Tints of Ruby #C51961
RGB
CMYK
RGB Variations
Color information
#C51961 (or 0xC51961) is known color: Ruby. HEX triplet: C5, 19 and 61. RGB value is (197,25,97). Sum of RGB (Red+Green+Blue) = 197+25+97=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51961 is #3AE69E. Grayscale: #545454. Windows color (decimal): -3860127 or 6363589. OLE color: 6363589.
HSL color Cylindrical-coordinate representation of color #C51961: hue angle of 334.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51961 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 97 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.23 |
| HSL | 334.88º | 0.77% | 0.44% | - |
| HSV(B) | 334.88º | 0.87% | 0.77% | - |
| XYZ | 25.53 | 13.43 | 12.56 | - |
| YUV | 84.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 97 | 0 | 0.87 | 0.51 | 0.23 | 334.88 | 0.77 | 0.44 |
| Hex | C5 | 19 | 61 | 0 | 57 | 33 | 17 | 14F | 4D | 2C |
| Octal | 305 | 31 | 141 | 0 | 127 | 63 | 27 | 517 | 115 | 54 |
| Binary | 11000101 | 11001 | 1100001 | 0 | 1010111 | 110011 | 10111 | 101001111 | 1001101 | 101100 |
Color Harmonies of #C51961
Complementary color
Monochromatic Colors of #C51961
Black with #C51961
Text Example
Text Example
White with #C51961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51961; }
p { color: rgb(197,25,97); }
H1.HeaderClassName
{
color: #C51961;
}
.AnyTagClassName
{
color: #C51961;
}
</style>
background-color css
<style>
a { background-color: #C51961; }
a { background-color: rgb(197,25,97); }
div.DivClassName
{
background-color: #C51961;
}
.BgClassName
{
background-color: #C51961;
}
</style>
border-color css
<style>
span { border-color: #C51961; }
span { border-color: rgb(197,25,97); }
td.TdClassName
{
border-color: #C51961;
}
.TagClassName
{
border-color: #C51961;
}
</style>