Shades of Ruby #C50461
Tints of Ruby #C50461
RGB
CMYK
RGB Variations
Color information
#C50461 (or 0xC50461) is known color: Ruby. HEX triplet: C5, 04 and 61. RGB value is (197,4,97). Sum of RGB (Red+Green+Blue) = 197+4+97=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C50461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50461 is #3AFB9E. Grayscale: #484848. Windows color (decimal): -3865503 or 6358213. OLE color: 6358213.
HSL color Cylindrical-coordinate representation of color #C50461: hue angle of 331.09º degrees, saturation: 0.96, 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 #C50461 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.23 |
| HSL | 331.09º | 0.96% | 0.39% | - |
| HSV(B) | 331.09º | 0.98% | 0.77% | - |
| XYZ | 25.23 | 12.82 | 12.45 | - |
| YUV | 72.31 | 141.94 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 97 | 0 | 0.98 | 0.51 | 0.23 | 331.09 | 0.96 | 0.39 |
| Hex | C5 | 4 | 61 | 0 | 62 | 33 | 17 | 14B | 60 | 27 |
| Octal | 305 | 4 | 141 | 0 | 142 | 63 | 27 | 513 | 140 | 47 |
| Binary | 11000101 | 100 | 1100001 | 0 | 1100010 | 110011 | 10111 | 101001011 | 1100000 | 100111 |
Color Harmonies of #C50461
Complementary color
Monochromatic Colors of #C50461
Black with #C50461
Text Example
Text Example
White with #C50461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50461; }
p { color: rgb(197,4,97); }
H1.HeaderClassName
{
color: #C50461;
}
.AnyTagClassName
{
color: #C50461;
}
</style>
background-color css
<style>
a { background-color: #C50461; }
a { background-color: rgb(197,4,97); }
div.DivClassName
{
background-color: #C50461;
}
.BgClassName
{
background-color: #C50461;
}
</style>
border-color css
<style>
span { border-color: #C50461; }
span { border-color: rgb(197,4,97); }
td.TdClassName
{
border-color: #C50461;
}
.TagClassName
{
border-color: #C50461;
}
</style>