Shades of Ruby #C50962
Tints of Ruby #C50962
RGB
CMYK
RGB Variations
Color information
#C50962 (or 0xC50962) is known color: Ruby. HEX triplet: C5, 09 and 62. RGB value is (197,9,98). Sum of RGB (Red+Green+Blue) = 197+9+98=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C50962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50962 is #3AF69D. Grayscale: #4B4B4B. Windows color (decimal): -3864222 or 6425029. OLE color: 6425029.
HSL color Cylindrical-coordinate representation of color #C50962: hue angle of 331.6º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50962 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 98 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.23 |
| HSL | 331.6º | 0.91% | 0.4% | - |
| HSV(B) | 331.6º | 0.95% | 0.77% | - |
| XYZ | 25.33 | 12.95 | 12.72 | - |
| YUV | 75.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 98 | 0 | 0.95 | 0.50 | 0.23 | 331.6 | 0.91 | 0.4 |
| Hex | C5 | 9 | 62 | 0 | 5F | 32 | 17 | 14C | 5B | 28 |
| Octal | 305 | 11 | 142 | 0 | 137 | 62 | 27 | 514 | 133 | 50 |
| Binary | 11000101 | 1001 | 1100010 | 0 | 1011111 | 110010 | 10111 | 101001100 | 1011011 | 101000 |
Color Harmonies of #C50962
Complementary color
Monochromatic Colors of #C50962
Black with #C50962
Text Example
Text Example
White with #C50962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50962; }
p { color: rgb(197,9,98); }
H1.HeaderClassName
{
color: #C50962;
}
.AnyTagClassName
{
color: #C50962;
}
</style>
background-color css
<style>
a { background-color: #C50962; }
a { background-color: rgb(197,9,98); }
div.DivClassName
{
background-color: #C50962;
}
.BgClassName
{
background-color: #C50962;
}
</style>
border-color css
<style>
span { border-color: #C50962; }
span { border-color: rgb(197,9,98); }
td.TdClassName
{
border-color: #C50962;
}
.TagClassName
{
border-color: #C50962;
}
</style>