Shades of Ruby #C51964
Tints of Ruby #C51964
RGB
CMYK
RGB Variations
Color information
#C51964 (or 0xC51964) is known color: Ruby. HEX triplet: C5, 19 and 64. RGB value is (197,25,100). Sum of RGB (Red+Green+Blue) = 197+25+100=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51964 is #3AE69B. Grayscale: #545454. Windows color (decimal): -3860124 or 6560197. OLE color: 6560197.
HSL color Cylindrical-coordinate representation of color #C51964: hue angle of 333.84º 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 #C51964 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 100 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.23 |
| HSL | 333.84º | 0.77% | 0.44% | - |
| HSV(B) | 333.84º | 0.87% | 0.77% | - |
| XYZ | 25.67 | 13.49 | 13.31 | - |
| YUV | 84.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 100 | 0 | 0.87 | 0.49 | 0.23 | 333.84 | 0.77 | 0.44 |
| Hex | C5 | 19 | 64 | 0 | 57 | 31 | 17 | 14E | 4D | 2C |
| Octal | 305 | 31 | 144 | 0 | 127 | 61 | 27 | 516 | 115 | 54 |
| Binary | 11000101 | 11001 | 1100100 | 0 | 1010111 | 110001 | 10111 | 101001110 | 1001101 | 101100 |
Color Harmonies of #C51964
Complementary color
Monochromatic Colors of #C51964
Black with #C51964
Text Example
Text Example
White with #C51964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51964; }
p { color: rgb(197,25,100); }
H1.HeaderClassName
{
color: #C51964;
}
.AnyTagClassName
{
color: #C51964;
}
</style>
background-color css
<style>
a { background-color: #C51964; }
a { background-color: rgb(197,25,100); }
div.DivClassName
{
background-color: #C51964;
}
.BgClassName
{
background-color: #C51964;
}
</style>
border-color css
<style>
span { border-color: #C51964; }
span { border-color: rgb(197,25,100); }
td.TdClassName
{
border-color: #C51964;
}
.TagClassName
{
border-color: #C51964;
}
</style>