Shades of Ruby #C31261
Tints of Ruby #C31261
RGB
CMYK
RGB Variations
Color information
#C31261 (or 0xC31261) is known color: Ruby. HEX triplet: C3, 12 and 61. RGB value is (195,18,97). Sum of RGB (Red+Green+Blue) = 195+18+97=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C31261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31261 is #3CED9E. Grayscale: #4F4F4F. Windows color (decimal): -3992991 or 6361795. OLE color: 6361795.
HSL color Cylindrical-coordinate representation of color #C31261: hue angle of 333.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31261 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 97 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.24 |
| HSL | 333.22º | 0.83% | 0.42% | - |
| HSV(B) | 333.22º | 0.91% | 0.76% | - |
| XYZ | 24.88 | 12.9 | 12.49 | - |
| YUV | 79.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 97 | 0 | 0.91 | 0.50 | 0.24 | 333.22 | 0.83 | 0.42 |
| Hex | C3 | 12 | 61 | 0 | 5B | 32 | 18 | 14D | 53 | 2A |
| Octal | 303 | 22 | 141 | 0 | 133 | 62 | 30 | 515 | 123 | 52 |
| Binary | 11000011 | 10010 | 1100001 | 0 | 1011011 | 110010 | 11000 | 101001101 | 1010011 | 101010 |
Color Harmonies of #C31261
Complementary color
Monochromatic Colors of #C31261
Black with #C31261
Text Example
Text Example
White with #C31261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31261; }
p { color: rgb(195,18,97); }
H1.HeaderClassName
{
color: #C31261;
}
.AnyTagClassName
{
color: #C31261;
}
</style>
background-color css
<style>
a { background-color: #C31261; }
a { background-color: rgb(195,18,97); }
div.DivClassName
{
background-color: #C31261;
}
.BgClassName
{
background-color: #C31261;
}
</style>
border-color css
<style>
span { border-color: #C31261; }
span { border-color: rgb(195,18,97); }
td.TdClassName
{
border-color: #C31261;
}
.TagClassName
{
border-color: #C31261;
}
</style>