Shades of Ruby #C50160
Tints of Ruby #C50160
RGB
CMYK
RGB Variations
Color information
#C50160 (or 0xC50160) is known color: Ruby. HEX triplet: C5, 01 and 60. RGB value is (197,1,96). Sum of RGB (Red+Green+Blue) = 197+1+96=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C50160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50160 is #3AFE9F. Grayscale: #464646. Windows color (decimal): -3866272 or 6291909. OLE color: 6291909.
HSL color Cylindrical-coordinate representation of color #C50160: hue angle of 330.92º 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 #C50160 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.23 |
| HSL | 330.92º | 0.99% | 0.39% | - |
| HSV(B) | 330.92º | 0.99% | 0.77% | - |
| XYZ | 25.15 | 12.74 | 12.2 | - |
| YUV | 70.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 96 | 0 | 0.99 | 0.51 | 0.23 | 330.92 | 0.99 | 0.39 |
| Hex | C5 | 1 | 60 | 0 | 63 | 33 | 17 | 14B | 63 | 27 |
| Octal | 305 | 1 | 140 | 0 | 143 | 63 | 27 | 513 | 143 | 47 |
| Binary | 11000101 | 1 | 1100000 | 0 | 1100011 | 110011 | 10111 | 101001011 | 1100011 | 100111 |
Color Harmonies of #C50160
Complementary color
Monochromatic Colors of #C50160
Black with #C50160
Text Example
Text Example
White with #C50160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50160; }
p { color: rgb(197,1,96); }
H1.HeaderClassName
{
color: #C50160;
}
.AnyTagClassName
{
color: #C50160;
}
</style>
background-color css
<style>
a { background-color: #C50160; }
a { background-color: rgb(197,1,96); }
div.DivClassName
{
background-color: #C50160;
}
.BgClassName
{
background-color: #C50160;
}
</style>
border-color css
<style>
span { border-color: #C50160; }
span { border-color: rgb(197,1,96); }
td.TdClassName
{
border-color: #C50160;
}
.TagClassName
{
border-color: #C50160;
}
</style>