Shades of Ruby #C51161
Tints of Ruby #C51161
RGB
CMYK
RGB Variations
Color information
#C51161 (or 0xC51161) is known color: Ruby. HEX triplet: C5, 11 and 61. RGB value is (197,17,97). Sum of RGB (Red+Green+Blue) = 197+17+97=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C51161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51161 is #3AEE9E. Grayscale: #4F4F4F. Windows color (decimal): -3862175 or 6361541. OLE color: 6361541.
HSL color Cylindrical-coordinate representation of color #C51161: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51161 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 97 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.23 |
| HSL | 333.33º | 0.84% | 0.42% | - |
| HSV(B) | 333.33º | 0.91% | 0.77% | - |
| XYZ | 25.38 | 13.13 | 12.51 | - |
| YUV | 79.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 97 | 0 | 0.91 | 0.51 | 0.23 | 333.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 61 | 0 | 5B | 33 | 17 | 14D | 54 | 2A |
| Octal | 305 | 21 | 141 | 0 | 133 | 63 | 27 | 515 | 124 | 52 |
| Binary | 11000101 | 10001 | 1100001 | 0 | 1011011 | 110011 | 10111 | 101001101 | 1010100 | 101010 |
Color Harmonies of #C51161
Complementary color
Monochromatic Colors of #C51161
Black with #C51161
Text Example
Text Example
White with #C51161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51161; }
p { color: rgb(197,17,97); }
H1.HeaderClassName
{
color: #C51161;
}
.AnyTagClassName
{
color: #C51161;
}
</style>
background-color css
<style>
a { background-color: #C51161; }
a { background-color: rgb(197,17,97); }
div.DivClassName
{
background-color: #C51161;
}
.BgClassName
{
background-color: #C51161;
}
</style>
border-color css
<style>
span { border-color: #C51161; }
span { border-color: rgb(197,17,97); }
td.TdClassName
{
border-color: #C51161;
}
.TagClassName
{
border-color: #C51161;
}
</style>