Shades of Ruby #C50A4E
Tints of Ruby #C50A4E
RGB
CMYK
RGB Variations
Color information
#C50A4E (or 0xC50A4E) is known color: Ruby. HEX triplet: C5, 0A and 4E. RGB value is (197,10,78). Sum of RGB (Red+Green+Blue) = 197+10+78=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50A4E is #3AF5B1. Grayscale: #494949. Windows color (decimal): -3863986 or 5114565. OLE color: 5114565.
HSL color Cylindrical-coordinate representation of color #C50A4E: hue angle of 338.18º 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 #C50A4E is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 78 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.23 |
| HSL | 338.18º | 0.9% | 0.41% | - |
| HSV(B) | 338.18º | 0.95% | 0.77% | - |
| XYZ | 24.51 | 12.64 | 8.36 | - |
| YUV | 73.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 78 | 0 | 0.95 | 0.60 | 0.23 | 338.18 | 0.9 | 0.41 |
| Hex | C5 | A | 4E | 0 | 5F | 3C | 17 | 152 | 5A | 29 |
| Octal | 305 | 12 | 116 | 0 | 137 | 74 | 27 | 522 | 132 | 51 |
| Binary | 11000101 | 1010 | 1001110 | 0 | 1011111 | 111100 | 10111 | 101010010 | 1011010 | 101001 |
Color Harmonies of #C50A4E
Complementary color
Monochromatic Colors of #C50A4E
Black with #C50A4E
Text Example
Text Example
White with #C50A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A4E; }
p { color: rgb(197,10,78); }
H1.HeaderClassName
{
color: #C50A4E;
}
.AnyTagClassName
{
color: #C50A4E;
}
</style>
background-color css
<style>
a { background-color: #C50A4E; }
a { background-color: rgb(197,10,78); }
div.DivClassName
{
background-color: #C50A4E;
}
.BgClassName
{
background-color: #C50A4E;
}
</style>
border-color css
<style>
span { border-color: #C50A4E; }
span { border-color: rgb(197,10,78); }
td.TdClassName
{
border-color: #C50A4E;
}
.TagClassName
{
border-color: #C50A4E;
}
</style>