Shades of Ruby #C9125A
Tints of Ruby #C9125A
RGB
CMYK
RGB Variations
Color information
#C9125A (or 0xC9125A) is known color: Ruby. HEX triplet: C9, 12 and 5A. RGB value is (201,18,90). Sum of RGB (Red+Green+Blue) = 201+18+90=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9125A is #36EDA5. Grayscale: #505050. Windows color (decimal): -3599782 or 5903049. OLE color: 5903049.
HSL color Cylindrical-coordinate representation of color #C9125A: hue angle of 336.39º 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 #C9125A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 90 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.21 |
| HSL | 336.39º | 0.84% | 0.43% | - |
| HSV(B) | 336.39º | 0.91% | 0.79% | - |
| XYZ | 26.15 | 13.59 | 10.92 | - |
| YUV | 80.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 90 | 0 | 0.91 | 0.55 | 0.21 | 336.39 | 0.84 | 0.43 |
| Hex | C9 | 12 | 5A | 0 | 5B | 37 | 15 | 150 | 54 | 2B |
| Octal | 311 | 22 | 132 | 0 | 133 | 67 | 25 | 520 | 124 | 53 |
| Binary | 11001001 | 10010 | 1011010 | 0 | 1011011 | 110111 | 10101 | 101010000 | 1010100 | 101011 |
Color Harmonies of #C9125A
Complementary color
Monochromatic Colors of #C9125A
Black with #C9125A
Text Example
Text Example
White with #C9125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9125A; }
p { color: rgb(201,18,90); }
H1.HeaderClassName
{
color: #C9125A;
}
.AnyTagClassName
{
color: #C9125A;
}
</style>
background-color css
<style>
a { background-color: #C9125A; }
a { background-color: rgb(201,18,90); }
div.DivClassName
{
background-color: #C9125A;
}
.BgClassName
{
background-color: #C9125A;
}
</style>
border-color css
<style>
span { border-color: #C9125A; }
span { border-color: rgb(201,18,90); }
td.TdClassName
{
border-color: #C9125A;
}
.TagClassName
{
border-color: #C9125A;
}
</style>