Shades of Ruby #C50462
Tints of Ruby #C50462
RGB
CMYK
RGB Variations
Color information
#C50462 (or 0xC50462) is known color: Ruby. HEX triplet: C5, 04 and 62. RGB value is (197,4,98). Sum of RGB (Red+Green+Blue) = 197+4+98=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50462 is #3AFB9D. Grayscale: #484848. Windows color (decimal): -3865502 or 6423749. OLE color: 6423749.
HSL color Cylindrical-coordinate representation of color #C50462: hue angle of 330.78º 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 #C50462 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 98 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.23 |
| HSL | 330.78º | 0.96% | 0.39% | - |
| HSV(B) | 330.78º | 0.98% | 0.77% | - |
| XYZ | 25.27 | 12.84 | 12.7 | - |
| YUV | 72.42 | 142.44 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 98 | 0 | 0.98 | 0.50 | 0.23 | 330.78 | 0.96 | 0.39 |
| Hex | C5 | 4 | 62 | 0 | 62 | 32 | 17 | 14B | 60 | 27 |
| Octal | 305 | 4 | 142 | 0 | 142 | 62 | 27 | 513 | 140 | 47 |
| Binary | 11000101 | 100 | 1100010 | 0 | 1100010 | 110010 | 10111 | 101001011 | 1100000 | 100111 |
Color Harmonies of #C50462
Complementary color
Monochromatic Colors of #C50462
Black with #C50462
Text Example
Text Example
White with #C50462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50462; }
p { color: rgb(197,4,98); }
H1.HeaderClassName
{
color: #C50462;
}
.AnyTagClassName
{
color: #C50462;
}
</style>
background-color css
<style>
a { background-color: #C50462; }
a { background-color: rgb(197,4,98); }
div.DivClassName
{
background-color: #C50462;
}
.BgClassName
{
background-color: #C50462;
}
</style>
border-color css
<style>
span { border-color: #C50462; }
span { border-color: rgb(197,4,98); }
td.TdClassName
{
border-color: #C50462;
}
.TagClassName
{
border-color: #C50462;
}
</style>