Shades of Ruby #C9105D
Tints of Ruby #C9105D
RGB
CMYK
RGB Variations
Color information
#C9105D (or 0xC9105D) is known color: Ruby. HEX triplet: C9, 10 and 5D. RGB value is (201,16,93). Sum of RGB (Red+Green+Blue) = 201+16+93=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9105D is #36EFA2. Grayscale: #4F4F4F. Windows color (decimal): -3600291 or 6099145. OLE color: 6099145.
HSL color Cylindrical-coordinate representation of color #C9105D: hue angle of 335.03º degrees, saturation: 0.85, 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 #C9105D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.21 |
| HSL | 335.03º | 0.85% | 0.43% | - |
| HSV(B) | 335.03º | 0.92% | 0.79% | - |
| XYZ | 26.25 | 13.58 | 11.59 | - |
| YUV | 80.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 93 | 0 | 0.92 | 0.54 | 0.21 | 335.03 | 0.85 | 0.43 |
| Hex | C9 | 10 | 5D | 0 | 5C | 36 | 15 | 14F | 55 | 2B |
| Octal | 311 | 20 | 135 | 0 | 134 | 66 | 25 | 517 | 125 | 53 |
| Binary | 11001001 | 10000 | 1011101 | 0 | 1011100 | 110110 | 10101 | 101001111 | 1010101 | 101011 |
Color Harmonies of #C9105D
Complementary color
Monochromatic Colors of #C9105D
Black with #C9105D
Text Example
Text Example
White with #C9105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9105D; }
p { color: rgb(201,16,93); }
H1.HeaderClassName
{
color: #C9105D;
}
.AnyTagClassName
{
color: #C9105D;
}
</style>
background-color css
<style>
a { background-color: #C9105D; }
a { background-color: rgb(201,16,93); }
div.DivClassName
{
background-color: #C9105D;
}
.BgClassName
{
background-color: #C9105D;
}
</style>
border-color css
<style>
span { border-color: #C9105D; }
span { border-color: rgb(201,16,93); }
td.TdClassName
{
border-color: #C9105D;
}
.TagClassName
{
border-color: #C9105D;
}
</style>