Shades of Ruby #C31961
Tints of Ruby #C31961
RGB
CMYK
RGB Variations
Color information
#C31961 (or 0xC31961) is known color: Ruby. HEX triplet: C3, 19 and 61. RGB value is (195,25,97). Sum of RGB (Red+Green+Blue) = 195+25+97=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C31961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31961 is #3CE69E. Grayscale: #535353. Windows color (decimal): -3991199 or 6363587. OLE color: 6363587.
HSL color Cylindrical-coordinate representation of color #C31961: hue angle of 334.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31961 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 97 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.24 |
| HSL | 334.59º | 0.77% | 0.43% | - |
| HSV(B) | 334.59º | 0.87% | 0.76% | - |
| XYZ | 25.01 | 13.16 | 12.53 | - |
| YUV | 84.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 97 | 0 | 0.87 | 0.50 | 0.24 | 334.59 | 0.77 | 0.43 |
| Hex | C3 | 19 | 61 | 0 | 57 | 32 | 18 | 14F | 4D | 2B |
| Octal | 303 | 31 | 141 | 0 | 127 | 62 | 30 | 517 | 115 | 53 |
| Binary | 11000011 | 11001 | 1100001 | 0 | 1010111 | 110010 | 11000 | 101001111 | 1001101 | 101011 |
Color Harmonies of #C31961
Complementary color
Monochromatic Colors of #C31961
Black with #C31961
Text Example
Text Example
White with #C31961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31961; }
p { color: rgb(195,25,97); }
H1.HeaderClassName
{
color: #C31961;
}
.AnyTagClassName
{
color: #C31961;
}
</style>
background-color css
<style>
a { background-color: #C31961; }
a { background-color: rgb(195,25,97); }
div.DivClassName
{
background-color: #C31961;
}
.BgClassName
{
background-color: #C31961;
}
</style>
border-color css
<style>
span { border-color: #C31961; }
span { border-color: rgb(195,25,97); }
td.TdClassName
{
border-color: #C31961;
}
.TagClassName
{
border-color: #C31961;
}
</style>