Shades of Ruby #C31560
Tints of Ruby #C31560
RGB
CMYK
RGB Variations
Color information
#C31560 (or 0xC31560) is known color: Ruby. HEX triplet: C3, 15 and 60. RGB value is (195,21,96). Sum of RGB (Red+Green+Blue) = 195+21+96=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31560 is #3CEA9F. Grayscale: #515151. Windows color (decimal): -3992224 or 6297027. OLE color: 6297027.
HSL color Cylindrical-coordinate representation of color #C31560: hue angle of 334.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31560 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 96 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.24 |
| HSL | 334.14º | 0.81% | 0.42% | - |
| HSV(B) | 334.14º | 0.89% | 0.76% | - |
| XYZ | 24.89 | 12.98 | 12.26 | - |
| YUV | 81.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 96 | 0 | 0.89 | 0.51 | 0.24 | 334.14 | 0.81 | 0.42 |
| Hex | C3 | 15 | 60 | 0 | 59 | 33 | 18 | 14E | 51 | 2A |
| Octal | 303 | 25 | 140 | 0 | 131 | 63 | 30 | 516 | 121 | 52 |
| Binary | 11000011 | 10101 | 1100000 | 0 | 1011001 | 110011 | 11000 | 101001110 | 1010001 | 101010 |
Color Harmonies of #C31560
Complementary color
Monochromatic Colors of #C31560
Black with #C31560
Text Example
Text Example
White with #C31560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31560; }
p { color: rgb(195,21,96); }
H1.HeaderClassName
{
color: #C31560;
}
.AnyTagClassName
{
color: #C31560;
}
</style>
background-color css
<style>
a { background-color: #C31560; }
a { background-color: rgb(195,21,96); }
div.DivClassName
{
background-color: #C31560;
}
.BgClassName
{
background-color: #C31560;
}
</style>
border-color css
<style>
span { border-color: #C31560; }
span { border-color: rgb(195,21,96); }
td.TdClassName
{
border-color: #C31560;
}
.TagClassName
{
border-color: #C31560;
}
</style>