Shades of Ruby #C71560
Tints of Ruby #C71560
RGB
CMYK
RGB Variations
Color information
#C71560 (or 0xC71560) is known color: Ruby. HEX triplet: C7, 15 and 60. RGB value is (199,21,96). Sum of RGB (Red+Green+Blue) = 199+21+96=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C71560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71560 is #38EA9F. Grayscale: #525252. Windows color (decimal): -3730080 or 6297031. OLE color: 6297031.
HSL color Cylindrical-coordinate representation of color #C71560: hue angle of 334.72º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71560 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 21 | 96 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.22 |
| HSL | 334.72º | 0.81% | 0.43% | - |
| HSV(B) | 334.72º | 0.89% | 0.78% | - |
| XYZ | 25.93 | 13.52 | 12.31 | - |
| YUV | 82.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 21 | 96 | 0 | 0.89 | 0.52 | 0.22 | 334.72 | 0.81 | 0.43 |
| Hex | C7 | 15 | 60 | 0 | 59 | 34 | 16 | 14F | 51 | 2B |
| Octal | 307 | 25 | 140 | 0 | 131 | 64 | 26 | 517 | 121 | 53 |
| Binary | 11000111 | 10101 | 1100000 | 0 | 1011001 | 110100 | 10110 | 101001111 | 1010001 | 101011 |
Color Harmonies of #C71560
Complementary color
Monochromatic Colors of #C71560
Black with #C71560
Text Example
Text Example
White with #C71560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71560; }
p { color: rgb(199,21,96); }
H1.HeaderClassName
{
color: #C71560;
}
.AnyTagClassName
{
color: #C71560;
}
</style>
background-color css
<style>
a { background-color: #C71560; }
a { background-color: rgb(199,21,96); }
div.DivClassName
{
background-color: #C71560;
}
.BgClassName
{
background-color: #C71560;
}
</style>
border-color css
<style>
span { border-color: #C71560; }
span { border-color: rgb(199,21,96); }
td.TdClassName
{
border-color: #C71560;
}
.TagClassName
{
border-color: #C71560;
}
</style>