Shades of Ruby #C5115E
Tints of Ruby #C5115E
RGB
CMYK
RGB Variations
Color information
#C5115E (or 0xC5115E) is known color: Ruby. HEX triplet: C5, 11 and 5E. RGB value is (197,17,94). Sum of RGB (Red+Green+Blue) = 197+17+94=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5115E is #3AEEA1. Grayscale: #4F4F4F. Windows color (decimal): -3862178 or 6164933. OLE color: 6164933.
HSL color Cylindrical-coordinate representation of color #C5115E: hue angle of 334.33º 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 #C5115E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 94 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.23 |
| HSL | 334.33º | 0.84% | 0.42% | - |
| HSV(B) | 334.33º | 0.91% | 0.77% | - |
| XYZ | 25.25 | 13.08 | 11.78 | - |
| YUV | 79.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 94 | 0 | 0.91 | 0.52 | 0.23 | 334.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 5E | 0 | 5B | 34 | 17 | 14E | 54 | 2A |
| Octal | 305 | 21 | 136 | 0 | 133 | 64 | 27 | 516 | 124 | 52 |
| Binary | 11000101 | 10001 | 1011110 | 0 | 1011011 | 110100 | 10111 | 101001110 | 1010100 | 101010 |
Color Harmonies of #C5115E
Complementary color
Monochromatic Colors of #C5115E
Black with #C5115E
Text Example
Text Example
White with #C5115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5115E; }
p { color: rgb(197,17,94); }
H1.HeaderClassName
{
color: #C5115E;
}
.AnyTagClassName
{
color: #C5115E;
}
</style>
background-color css
<style>
a { background-color: #C5115E; }
a { background-color: rgb(197,17,94); }
div.DivClassName
{
background-color: #C5115E;
}
.BgClassName
{
background-color: #C5115E;
}
</style>
border-color css
<style>
span { border-color: #C5115E; }
span { border-color: rgb(197,17,94); }
td.TdClassName
{
border-color: #C5115E;
}
.TagClassName
{
border-color: #C5115E;
}
</style>