Shades of Ruby #C50A5E
Tints of Ruby #C50A5E
RGB
CMYK
RGB Variations
Color information
#C50A5E (or 0xC50A5E) is known color: Ruby. HEX triplet: C5, 0A and 5E. RGB value is (197,10,94). Sum of RGB (Red+Green+Blue) = 197+10+94=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50A5E is #3AF5A1. Grayscale: #4B4B4B. Windows color (decimal): -3863970 or 6163141. OLE color: 6163141.
HSL color Cylindrical-coordinate representation of color #C50A5E: hue angle of 333.05º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A5E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.23 |
| HSL | 333.05º | 0.9% | 0.41% | - |
| HSV(B) | 333.05º | 0.95% | 0.77% | - |
| XYZ | 25.15 | 12.9 | 11.75 | - |
| YUV | 75.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 94 | 0 | 0.95 | 0.52 | 0.23 | 333.05 | 0.9 | 0.41 |
| Hex | C5 | A | 5E | 0 | 5F | 34 | 17 | 14D | 5A | 29 |
| Octal | 305 | 12 | 136 | 0 | 137 | 64 | 27 | 515 | 132 | 51 |
| Binary | 11000101 | 1010 | 1011110 | 0 | 1011111 | 110100 | 10111 | 101001101 | 1011010 | 101001 |
Color Harmonies of #C50A5E
Complementary color
Monochromatic Colors of #C50A5E
Black with #C50A5E
Text Example
Text Example
White with #C50A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A5E; }
p { color: rgb(197,10,94); }
H1.HeaderClassName
{
color: #C50A5E;
}
.AnyTagClassName
{
color: #C50A5E;
}
</style>
background-color css
<style>
a { background-color: #C50A5E; }
a { background-color: rgb(197,10,94); }
div.DivClassName
{
background-color: #C50A5E;
}
.BgClassName
{
background-color: #C50A5E;
}
</style>
border-color css
<style>
span { border-color: #C50A5E; }
span { border-color: rgb(197,10,94); }
td.TdClassName
{
border-color: #C50A5E;
}
.TagClassName
{
border-color: #C50A5E;
}
</style>