Shades of Ruby #C50359
Tints of Ruby #C50359
RGB
CMYK
RGB Variations
Color information
#C50359 (or 0xC50359) is known color: Ruby. HEX triplet: C5, 03 and 59. RGB value is (197,3,89). Sum of RGB (Red+Green+Blue) = 197+3+89=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C50359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50359 is #3AFCA6. Grayscale: #464646. Windows color (decimal): -3865767 or 5833669. OLE color: 5833669.
HSL color Cylindrical-coordinate representation of color #C50359: hue angle of 333.4º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50359 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 89 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.23 |
| HSL | 333.4º | 0.97% | 0.39% | - |
| HSV(B) | 333.4º | 0.98% | 0.77% | - |
| XYZ | 24.86 | 12.66 | 10.58 | - |
| YUV | 70.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 89 | 0 | 0.98 | 0.55 | 0.23 | 333.4 | 0.97 | 0.39 |
| Hex | C5 | 3 | 59 | 0 | 62 | 37 | 17 | 14D | 61 | 27 |
| Octal | 305 | 3 | 131 | 0 | 142 | 67 | 27 | 515 | 141 | 47 |
| Binary | 11000101 | 11 | 1011001 | 0 | 1100010 | 110111 | 10111 | 101001101 | 1100001 | 100111 |
Color Harmonies of #C50359
Complementary color
Monochromatic Colors of #C50359
Black with #C50359
Text Example
Text Example
White with #C50359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50359; }
p { color: rgb(197,3,89); }
H1.HeaderClassName
{
color: #C50359;
}
.AnyTagClassName
{
color: #C50359;
}
</style>
background-color css
<style>
a { background-color: #C50359; }
a { background-color: rgb(197,3,89); }
div.DivClassName
{
background-color: #C50359;
}
.BgClassName
{
background-color: #C50359;
}
</style>
border-color css
<style>
span { border-color: #C50359; }
span { border-color: rgb(197,3,89); }
td.TdClassName
{
border-color: #C50359;
}
.TagClassName
{
border-color: #C50359;
}
</style>