Shades of Ruby #C5135D
Tints of Ruby #C5135D
RGB
CMYK
RGB Variations
Color information
#C5135D (or 0xC5135D) is known color: Ruby. HEX triplet: C5, 13 and 5D. RGB value is (197,19,93). Sum of RGB (Red+Green+Blue) = 197+19+93=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5135D is #3AECA2. Grayscale: #505050. Windows color (decimal): -3861667 or 6099909. OLE color: 6099909.
HSL color Cylindrical-coordinate representation of color #C5135D: hue angle of 335.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5135D is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 93 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.23 |
| HSL | 335.06º | 0.82% | 0.42% | - |
| HSV(B) | 335.06º | 0.9% | 0.77% | - |
| XYZ | 25.23 | 13.13 | 11.56 | - |
| YUV | 80.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 93 | 0 | 0.90 | 0.53 | 0.23 | 335.06 | 0.82 | 0.42 |
| Hex | C5 | 13 | 5D | 0 | 5A | 35 | 17 | 14F | 52 | 2A |
| Octal | 305 | 23 | 135 | 0 | 132 | 65 | 27 | 517 | 122 | 52 |
| Binary | 11000101 | 10011 | 1011101 | 0 | 1011010 | 110101 | 10111 | 101001111 | 1010010 | 101010 |
Color Harmonies of #C5135D
Complementary color
Monochromatic Colors of #C5135D
Black with #C5135D
Text Example
Text Example
White with #C5135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5135D; }
p { color: rgb(197,19,93); }
H1.HeaderClassName
{
color: #C5135D;
}
.AnyTagClassName
{
color: #C5135D;
}
</style>
background-color css
<style>
a { background-color: #C5135D; }
a { background-color: rgb(197,19,93); }
div.DivClassName
{
background-color: #C5135D;
}
.BgClassName
{
background-color: #C5135D;
}
</style>
border-color css
<style>
span { border-color: #C5135D; }
span { border-color: rgb(197,19,93); }
td.TdClassName
{
border-color: #C5135D;
}
.TagClassName
{
border-color: #C5135D;
}
</style>