Shades of Ruby #C31760
Tints of Ruby #C31760
RGB
CMYK
RGB Variations
Color information
#C31760 (or 0xC31760) is known color: Ruby. HEX triplet: C3, 17 and 60. RGB value is (195,23,96). Sum of RGB (Red+Green+Blue) = 195+23+96=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C31760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31760 is #3CE89F. Grayscale: #525252. Windows color (decimal): -3991712 or 6297539. OLE color: 6297539.
HSL color Cylindrical-coordinate representation of color #C31760: hue angle of 334.53º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31760 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 96 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.24 |
| HSL | 334.53º | 0.79% | 0.43% | - |
| HSV(B) | 334.53º | 0.88% | 0.76% | - |
| XYZ | 24.92 | 13.06 | 12.27 | - |
| YUV | 82.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 96 | 0 | 0.88 | 0.51 | 0.24 | 334.53 | 0.79 | 0.43 |
| Hex | C3 | 17 | 60 | 0 | 58 | 33 | 18 | 14F | 4F | 2B |
| Octal | 303 | 27 | 140 | 0 | 130 | 63 | 30 | 517 | 117 | 53 |
| Binary | 11000011 | 10111 | 1100000 | 0 | 1011000 | 110011 | 11000 | 101001111 | 1001111 | 101011 |
Color Harmonies of #C31760
Complementary color
Monochromatic Colors of #C31760
Black with #C31760
Text Example
Text Example
White with #C31760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31760; }
p { color: rgb(195,23,96); }
H1.HeaderClassName
{
color: #C31760;
}
.AnyTagClassName
{
color: #C31760;
}
</style>
background-color css
<style>
a { background-color: #C31760; }
a { background-color: rgb(195,23,96); }
div.DivClassName
{
background-color: #C31760;
}
.BgClassName
{
background-color: #C31760;
}
</style>
border-color css
<style>
span { border-color: #C31760; }
span { border-color: rgb(195,23,96); }
td.TdClassName
{
border-color: #C31760;
}
.TagClassName
{
border-color: #C31760;
}
</style>