Shades of Ruby #C51963
Tints of Ruby #C51963
RGB
CMYK
RGB Variations
Color information
#C51963 (or 0xC51963) is known color: Ruby. HEX triplet: C5, 19 and 63. RGB value is (197,25,99). Sum of RGB (Red+Green+Blue) = 197+25+99=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51963 is #3AE69C. Grayscale: #545454. Windows color (decimal): -3860125 or 6494661. OLE color: 6494661.
HSL color Cylindrical-coordinate representation of color #C51963: hue angle of 334.19º 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 #C51963 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 99 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.23 |
| HSL | 334.19º | 0.77% | 0.44% | - |
| HSV(B) | 334.19º | 0.87% | 0.77% | - |
| XYZ | 25.63 | 13.47 | 13.05 | - |
| YUV | 84.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 99 | 0 | 0.87 | 0.50 | 0.23 | 334.19 | 0.77 | 0.44 |
| Hex | C5 | 19 | 63 | 0 | 57 | 32 | 17 | 14E | 4D | 2C |
| Octal | 305 | 31 | 143 | 0 | 127 | 62 | 27 | 516 | 115 | 54 |
| Binary | 11000101 | 11001 | 1100011 | 0 | 1010111 | 110010 | 10111 | 101001110 | 1001101 | 101100 |
Color Harmonies of #C51963
Complementary color
Monochromatic Colors of #C51963
Black with #C51963
Text Example
Text Example
White with #C51963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51963; }
p { color: rgb(197,25,99); }
H1.HeaderClassName
{
color: #C51963;
}
.AnyTagClassName
{
color: #C51963;
}
</style>
background-color css
<style>
a { background-color: #C51963; }
a { background-color: rgb(197,25,99); }
div.DivClassName
{
background-color: #C51963;
}
.BgClassName
{
background-color: #C51963;
}
</style>
border-color css
<style>
span { border-color: #C51963; }
span { border-color: rgb(197,25,99); }
td.TdClassName
{
border-color: #C51963;
}
.TagClassName
{
border-color: #C51963;
}
</style>