Shades of Ruby #C5115D
Tints of Ruby #C5115D
RGB
CMYK
RGB Variations
Color information
#C5115D (or 0xC5115D) is known color: Ruby. HEX triplet: C5, 11 and 5D. RGB value is (197,17,93). Sum of RGB (Red+Green+Blue) = 197+17+93=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115D is #3AEEA2. Grayscale: #4F4F4F. Windows color (decimal): -3862179 or 6099397. OLE color: 6099397.
HSL color Cylindrical-coordinate representation of color #C5115D: hue angle of 334.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5115D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.23 |
| HSL | 334.67º | 0.84% | 0.42% | - |
| HSV(B) | 334.67º | 0.91% | 0.77% | - |
| XYZ | 25.2 | 13.06 | 11.55 | - |
| YUV | 79.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 93 | 0 | 0.91 | 0.53 | 0.23 | 334.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 5D | 0 | 5B | 35 | 17 | 14F | 54 | 2A |
| Octal | 305 | 21 | 135 | 0 | 133 | 65 | 27 | 517 | 124 | 52 |
| Binary | 11000101 | 10001 | 1011101 | 0 | 1011011 | 110101 | 10111 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C5115D
Complementary color
Monochromatic Colors of #C5115D
Black with #C5115D
Text Example
Text Example
White with #C5115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5115D; }
p { color: rgb(197,17,93); }
H1.HeaderClassName
{
color: #C5115D;
}
.AnyTagClassName
{
color: #C5115D;
}
</style>
background-color css
<style>
a { background-color: #C5115D; }
a { background-color: rgb(197,17,93); }
div.DivClassName
{
background-color: #C5115D;
}
.BgClassName
{
background-color: #C5115D;
}
</style>
border-color css
<style>
span { border-color: #C5115D; }
span { border-color: rgb(197,17,93); }
td.TdClassName
{
border-color: #C5115D;
}
.TagClassName
{
border-color: #C5115D;
}
</style>