Shades of Ruby #C50161
Tints of Ruby #C50161
RGB
CMYK
RGB Variations
Color information
#C50161 (or 0xC50161) is known color: Ruby. HEX triplet: C5, 01 and 61. RGB value is (197,1,97). Sum of RGB (Red+Green+Blue) = 197+1+97=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C50161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50161 is #3AFE9E. Grayscale: #464646. Windows color (decimal): -3866271 or 6357445. OLE color: 6357445.
HSL color Cylindrical-coordinate representation of color #C50161: hue angle of 330.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50161 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.23 |
| HSL | 330.61º | 0.99% | 0.39% | - |
| HSV(B) | 330.61º | 0.99% | 0.77% | - |
| XYZ | 25.19 | 12.76 | 12.44 | - |
| YUV | 70.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 97 | 0 | 0.99 | 0.51 | 0.23 | 330.61 | 0.99 | 0.39 |
| Hex | C5 | 1 | 61 | 0 | 63 | 33 | 17 | 14B | 63 | 27 |
| Octal | 305 | 1 | 141 | 0 | 143 | 63 | 27 | 513 | 143 | 47 |
| Binary | 11000101 | 1 | 1100001 | 0 | 1100011 | 110011 | 10111 | 101001011 | 1100011 | 100111 |
Color Harmonies of #C50161
Complementary color
Monochromatic Colors of #C50161
Black with #C50161
Text Example
Text Example
White with #C50161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50161; }
p { color: rgb(197,1,97); }
H1.HeaderClassName
{
color: #C50161;
}
.AnyTagClassName
{
color: #C50161;
}
</style>
background-color css
<style>
a { background-color: #C50161; }
a { background-color: rgb(197,1,97); }
div.DivClassName
{
background-color: #C50161;
}
.BgClassName
{
background-color: #C50161;
}
</style>
border-color css
<style>
span { border-color: #C50161; }
span { border-color: rgb(197,1,97); }
td.TdClassName
{
border-color: #C50161;
}
.TagClassName
{
border-color: #C50161;
}
</style>