Shades of Ruby #C51865
Tints of Ruby #C51865
RGB
CMYK
RGB Variations
Color information
#C51865 (or 0xC51865) is known color: Ruby. HEX triplet: C5, 18 and 65. RGB value is (197,24,101). Sum of RGB (Red+Green+Blue) = 197+24+101=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51865 is #3AE79A. Grayscale: #545454. Windows color (decimal): -3860379 or 6625477. OLE color: 6625477.
HSL color Cylindrical-coordinate representation of color #C51865: hue angle of 333.29º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51865 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 101 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.23 |
| HSL | 333.29º | 0.78% | 0.43% | - |
| HSV(B) | 333.29º | 0.88% | 0.77% | - |
| XYZ | 25.7 | 13.46 | 13.56 | - |
| YUV | 84.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 101 | 0 | 0.88 | 0.49 | 0.23 | 333.29 | 0.78 | 0.43 |
| Hex | C5 | 18 | 65 | 0 | 58 | 31 | 17 | 14D | 4E | 2B |
| Octal | 305 | 30 | 145 | 0 | 130 | 61 | 27 | 515 | 116 | 53 |
| Binary | 11000101 | 11000 | 1100101 | 0 | 1011000 | 110001 | 10111 | 101001101 | 1001110 | 101011 |
Color Harmonies of #C51865
Complementary color
Monochromatic Colors of #C51865
Black with #C51865
Text Example
Text Example
White with #C51865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51865; }
p { color: rgb(197,24,101); }
H1.HeaderClassName
{
color: #C51865;
}
.AnyTagClassName
{
color: #C51865;
}
</style>
background-color css
<style>
a { background-color: #C51865; }
a { background-color: rgb(197,24,101); }
div.DivClassName
{
background-color: #C51865;
}
.BgClassName
{
background-color: #C51865;
}
</style>
border-color css
<style>
span { border-color: #C51865; }
span { border-color: rgb(197,24,101); }
td.TdClassName
{
border-color: #C51865;
}
.TagClassName
{
border-color: #C51865;
}
</style>