Shades of Ruby #C9115E
Tints of Ruby #C9115E
RGB
CMYK
RGB Variations
Color information
#C9115E (or 0xC9115E) is known color: Ruby. HEX triplet: C9, 11 and 5E. RGB value is (201,17,94). Sum of RGB (Red+Green+Blue) = 201+17+94=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9115E is #36EEA1. Grayscale: #505050. Windows color (decimal): -3600034 or 6164937. OLE color: 6164937.
HSL color Cylindrical-coordinate representation of color #C9115E: hue angle of 334.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9115E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.21 |
| HSL | 334.89º | 0.84% | 0.43% | - |
| HSV(B) | 334.89º | 0.92% | 0.79% | - |
| XYZ | 26.31 | 13.63 | 11.83 | - |
| YUV | 80.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 94 | 0 | 0.92 | 0.53 | 0.21 | 334.89 | 0.84 | 0.43 |
| Hex | C9 | 11 | 5E | 0 | 5C | 35 | 15 | 14F | 54 | 2B |
| Octal | 311 | 21 | 136 | 0 | 134 | 65 | 25 | 517 | 124 | 53 |
| Binary | 11001001 | 10001 | 1011110 | 0 | 1011100 | 110101 | 10101 | 101001111 | 1010100 | 101011 |
Color Harmonies of #C9115E
Complementary color
Monochromatic Colors of #C9115E
Black with #C9115E
Text Example
Text Example
White with #C9115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9115E; }
p { color: rgb(201,17,94); }
H1.HeaderClassName
{
color: #C9115E;
}
.AnyTagClassName
{
color: #C9115E;
}
</style>
background-color css
<style>
a { background-color: #C9115E; }
a { background-color: rgb(201,17,94); }
div.DivClassName
{
background-color: #C9115E;
}
.BgClassName
{
background-color: #C9115E;
}
</style>
border-color css
<style>
span { border-color: #C9115E; }
span { border-color: rgb(201,17,94); }
td.TdClassName
{
border-color: #C9115E;
}
.TagClassName
{
border-color: #C9115E;
}
</style>