Shades of Ruby #C9115F
Tints of Ruby #C9115F
RGB
CMYK
RGB Variations
Color information
#C9115F (or 0xC9115F) is known color: Ruby. HEX triplet: C9, 11 and 5F. RGB value is (201,17,95). Sum of RGB (Red+Green+Blue) = 201+17+95=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9115F is #36EEA0. Grayscale: #505050. Windows color (decimal): -3600033 or 6230473. OLE color: 6230473.
HSL color Cylindrical-coordinate representation of color #C9115F: hue angle of 334.57º 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 #C9115F is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 95 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.21 |
| HSL | 334.57º | 0.84% | 0.43% | - |
| HSV(B) | 334.57º | 0.92% | 0.79% | - |
| XYZ | 26.35 | 13.64 | 12.07 | - |
| YUV | 80.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 95 | 0 | 0.92 | 0.53 | 0.21 | 334.57 | 0.84 | 0.43 |
| Hex | C9 | 11 | 5F | 0 | 5C | 35 | 15 | 14F | 54 | 2B |
| Octal | 311 | 21 | 137 | 0 | 134 | 65 | 25 | 517 | 124 | 53 |
| Binary | 11001001 | 10001 | 1011111 | 0 | 1011100 | 110101 | 10101 | 101001111 | 1010100 | 101011 |
Color Harmonies of #C9115F
Complementary color
Monochromatic Colors of #C9115F
Black with #C9115F
Text Example
Text Example
White with #C9115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9115F; }
p { color: rgb(201,17,95); }
H1.HeaderClassName
{
color: #C9115F;
}
.AnyTagClassName
{
color: #C9115F;
}
</style>
background-color css
<style>
a { background-color: #C9115F; }
a { background-color: rgb(201,17,95); }
div.DivClassName
{
background-color: #C9115F;
}
.BgClassName
{
background-color: #C9115F;
}
</style>
border-color css
<style>
span { border-color: #C9115F; }
span { border-color: rgb(201,17,95); }
td.TdClassName
{
border-color: #C9115F;
}
.TagClassName
{
border-color: #C9115F;
}
</style>