Shades of Ruby #C9115B
Tints of Ruby #C9115B
RGB
CMYK
RGB Variations
Color information
#C9115B (or 0xC9115B) is known color: Ruby. HEX triplet: C9, 11 and 5B. RGB value is (201,17,91). Sum of RGB (Red+Green+Blue) = 201+17+91=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9115B is #36EEA4. Grayscale: #505050. Windows color (decimal): -3600037 or 5968329. OLE color: 5968329.
HSL color Cylindrical-coordinate representation of color #C9115B: hue angle of 335.87º 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 #C9115B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 17 | 91 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.21 |
| HSL | 335.87º | 0.84% | 0.43% | - |
| HSV(B) | 335.87º | 0.92% | 0.79% | - |
| XYZ | 26.18 | 13.57 | 11.14 | - |
| YUV | 80.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 91 | 0 | 0.92 | 0.55 | 0.21 | 335.87 | 0.84 | 0.43 |
| Hex | C9 | 11 | 5B | 0 | 5C | 37 | 15 | 150 | 54 | 2B |
| Octal | 311 | 21 | 133 | 0 | 134 | 67 | 25 | 520 | 124 | 53 |
| Binary | 11001001 | 10001 | 1011011 | 0 | 1011100 | 110111 | 10101 | 101010000 | 1010100 | 101011 |
Color Harmonies of #C9115B
Complementary color
Monochromatic Colors of #C9115B
Black with #C9115B
Text Example
Text Example
White with #C9115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9115B; }
p { color: rgb(201,17,91); }
H1.HeaderClassName
{
color: #C9115B;
}
.AnyTagClassName
{
color: #C9115B;
}
</style>
background-color css
<style>
a { background-color: #C9115B; }
a { background-color: rgb(201,17,91); }
div.DivClassName
{
background-color: #C9115B;
}
.BgClassName
{
background-color: #C9115B;
}
</style>
border-color css
<style>
span { border-color: #C9115B; }
span { border-color: rgb(201,17,91); }
td.TdClassName
{
border-color: #C9115B;
}
.TagClassName
{
border-color: #C9115B;
}
</style>