Shades of Ruby #C9145F
Tints of Ruby #C9145F
RGB
CMYK
RGB Variations
Color information
#C9145F (or 0xC9145F) is known color: Ruby. HEX triplet: C9, 14 and 5F. RGB value is (201,20,95). Sum of RGB (Red+Green+Blue) = 201+20+95=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9145F is #36EBA0. Grayscale: #525252. Windows color (decimal): -3599265 or 6231241. OLE color: 6231241.
HSL color Cylindrical-coordinate representation of color #C9145F: hue angle of 335.14º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9145F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 95 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.21 |
| HSL | 335.14º | 0.82% | 0.43% | - |
| HSV(B) | 335.14º | 0.9% | 0.79% | - |
| XYZ | 26.4 | 13.74 | 12.09 | - |
| YUV | 82.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 95 | 0 | 0.90 | 0.53 | 0.21 | 335.14 | 0.82 | 0.43 |
| Hex | C9 | 14 | 5F | 0 | 5A | 35 | 15 | 14F | 52 | 2B |
| Octal | 311 | 24 | 137 | 0 | 132 | 65 | 25 | 517 | 122 | 53 |
| Binary | 11001001 | 10100 | 1011111 | 0 | 1011010 | 110101 | 10101 | 101001111 | 1010010 | 101011 |
Color Harmonies of #C9145F
Complementary color
Monochromatic Colors of #C9145F
Black with #C9145F
Text Example
Text Example
White with #C9145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9145F; }
p { color: rgb(201,20,95); }
H1.HeaderClassName
{
color: #C9145F;
}
.AnyTagClassName
{
color: #C9145F;
}
</style>
background-color css
<style>
a { background-color: #C9145F; }
a { background-color: rgb(201,20,95); }
div.DivClassName
{
background-color: #C9145F;
}
.BgClassName
{
background-color: #C9145F;
}
</style>
border-color css
<style>
span { border-color: #C9145F; }
span { border-color: rgb(201,20,95); }
td.TdClassName
{
border-color: #C9145F;
}
.TagClassName
{
border-color: #C9145F;
}
</style>