Shades of Ruby #C51864
Tints of Ruby #C51864
RGB
CMYK
RGB Variations
Color information
#C51864 (or 0xC51864) is known color: Ruby. HEX triplet: C5, 18 and 64. RGB value is (197,24,100). Sum of RGB (Red+Green+Blue) = 197+24+100=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C51864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51864 is #3AE79B. Grayscale: #545454. Windows color (decimal): -3860380 or 6559941. OLE color: 6559941.
HSL color Cylindrical-coordinate representation of color #C51864: hue angle of 333.64º 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 #C51864 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 24 | 100 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.23 |
| HSL | 333.64º | 0.78% | 0.43% | - |
| HSV(B) | 333.64º | 0.88% | 0.77% | - |
| XYZ | 25.65 | 13.44 | 13.3 | - |
| YUV | 84.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 24 | 100 | 0 | 0.88 | 0.49 | 0.23 | 333.64 | 0.78 | 0.43 |
| Hex | C5 | 18 | 64 | 0 | 58 | 31 | 17 | 14E | 4E | 2B |
| Octal | 305 | 30 | 144 | 0 | 130 | 61 | 27 | 516 | 116 | 53 |
| Binary | 11000101 | 11000 | 1100100 | 0 | 1011000 | 110001 | 10111 | 101001110 | 1001110 | 101011 |
Color Harmonies of #C51864
Complementary color
Monochromatic Colors of #C51864
Black with #C51864
Text Example
Text Example
White with #C51864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51864; }
p { color: rgb(197,24,100); }
H1.HeaderClassName
{
color: #C51864;
}
.AnyTagClassName
{
color: #C51864;
}
</style>
background-color css
<style>
a { background-color: #C51864; }
a { background-color: rgb(197,24,100); }
div.DivClassName
{
background-color: #C51864;
}
.BgClassName
{
background-color: #C51864;
}
</style>
border-color css
<style>
span { border-color: #C51864; }
span { border-color: rgb(197,24,100); }
td.TdClassName
{
border-color: #C51864;
}
.TagClassName
{
border-color: #C51864;
}
</style>