Shades of Ruby #C9125B
Tints of Ruby #C9125B
RGB
CMYK
RGB Variations
Color information
#C9125B (or 0xC9125B) is known color: Ruby. HEX triplet: C9, 12 and 5B. RGB value is (201,18,91). Sum of RGB (Red+Green+Blue) = 201+18+91=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C9125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9125B is #36EDA4. Grayscale: #505050. Windows color (decimal): -3599781 or 5968585. OLE color: 5968585.
HSL color Cylindrical-coordinate representation of color #C9125B: hue angle of 336.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9125B is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 91 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.21 |
| HSL | 336.07º | 0.84% | 0.43% | - |
| HSV(B) | 336.07º | 0.91% | 0.79% | - |
| XYZ | 26.19 | 13.61 | 11.14 | - |
| YUV | 81.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 91 | 0 | 0.91 | 0.55 | 0.21 | 336.07 | 0.84 | 0.43 |
| Hex | C9 | 12 | 5B | 0 | 5B | 37 | 15 | 150 | 54 | 2B |
| Octal | 311 | 22 | 133 | 0 | 133 | 67 | 25 | 520 | 124 | 53 |
| Binary | 11001001 | 10010 | 1011011 | 0 | 1011011 | 110111 | 10101 | 101010000 | 1010100 | 101011 |
Color Harmonies of #C9125B
Complementary color
Monochromatic Colors of #C9125B
Black with #C9125B
Text Example
Text Example
White with #C9125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9125B; }
p { color: rgb(201,18,91); }
H1.HeaderClassName
{
color: #C9125B;
}
.AnyTagClassName
{
color: #C9125B;
}
</style>
background-color css
<style>
a { background-color: #C9125B; }
a { background-color: rgb(201,18,91); }
div.DivClassName
{
background-color: #C9125B;
}
.BgClassName
{
background-color: #C9125B;
}
</style>
border-color css
<style>
span { border-color: #C9125B; }
span { border-color: rgb(201,18,91); }
td.TdClassName
{
border-color: #C9125B;
}
.TagClassName
{
border-color: #C9125B;
}
</style>