Shades of Ruby #C50458
Tints of Ruby #C50458
RGB
CMYK
RGB Variations
Color information
#C50458 (or 0xC50458) is known color: Ruby. HEX triplet: C5, 04 and 58. RGB value is (197,4,88). Sum of RGB (Red+Green+Blue) = 197+4+88=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C50458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50458 is #3AFBA7. Grayscale: #474747. Windows color (decimal): -3865512 or 5768389. OLE color: 5768389.
HSL color Cylindrical-coordinate representation of color #C50458: hue angle of 333.89º 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 #C50458 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.23 |
| HSL | 333.89º | 0.96% | 0.39% | - |
| HSV(B) | 333.89º | 0.98% | 0.77% | - |
| XYZ | 24.83 | 12.66 | 10.37 | - |
| YUV | 71.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 88 | 0 | 0.98 | 0.55 | 0.23 | 333.89 | 0.96 | 0.39 |
| Hex | C5 | 4 | 58 | 0 | 62 | 37 | 17 | 14E | 60 | 27 |
| Octal | 305 | 4 | 130 | 0 | 142 | 67 | 27 | 516 | 140 | 47 |
| Binary | 11000101 | 100 | 1011000 | 0 | 1100010 | 110111 | 10111 | 101001110 | 1100000 | 100111 |
Color Harmonies of #C50458
Complementary color
Monochromatic Colors of #C50458
Black with #C50458
Text Example
Text Example
White with #C50458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50458; }
p { color: rgb(197,4,88); }
H1.HeaderClassName
{
color: #C50458;
}
.AnyTagClassName
{
color: #C50458;
}
</style>
background-color css
<style>
a { background-color: #C50458; }
a { background-color: rgb(197,4,88); }
div.DivClassName
{
background-color: #C50458;
}
.BgClassName
{
background-color: #C50458;
}
</style>
border-color css
<style>
span { border-color: #C50458; }
span { border-color: rgb(197,4,88); }
td.TdClassName
{
border-color: #C50458;
}
.TagClassName
{
border-color: #C50458;
}
</style>