Shades of Ruby #C9045E
Tints of Ruby #C9045E
RGB
CMYK
RGB Variations
Color information
#C9045E (or 0xC9045E) is known color: Ruby. HEX triplet: C9, 04 and 5E. RGB value is (201,4,94). Sum of RGB (Red+Green+Blue) = 201+4+94=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9045E is #36FBA1. Grayscale: #494949. Windows color (decimal): -3603362 or 6161609. OLE color: 6161609.
HSL color Cylindrical-coordinate representation of color #C9045E: hue angle of 332.59º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C9045E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 94 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.21 |
| HSL | 332.59º | 0.96% | 0.4% | - |
| HSV(B) | 332.59º | 0.98% | 0.79% | - |
| XYZ | 26.15 | 13.31 | 11.78 | - |
| YUV | 73.16 | 139.77 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 94 | 0 | 0.98 | 0.53 | 0.21 | 332.59 | 0.96 | 0.4 |
| Hex | C9 | 4 | 5E | 0 | 62 | 35 | 15 | 14D | 60 | 28 |
| Octal | 311 | 4 | 136 | 0 | 142 | 65 | 25 | 515 | 140 | 50 |
| Binary | 11001001 | 100 | 1011110 | 0 | 1100010 | 110101 | 10101 | 101001101 | 1100000 | 101000 |
Color Harmonies of #C9045E
Complementary color
Monochromatic Colors of #C9045E
Black with #C9045E
Text Example
Text Example
White with #C9045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9045E; }
p { color: rgb(201,4,94); }
H1.HeaderClassName
{
color: #C9045E;
}
.AnyTagClassName
{
color: #C9045E;
}
</style>
background-color css
<style>
a { background-color: #C9045E; }
a { background-color: rgb(201,4,94); }
div.DivClassName
{
background-color: #C9045E;
}
.BgClassName
{
background-color: #C9045E;
}
</style>
border-color css
<style>
span { border-color: #C9045E; }
span { border-color: rgb(201,4,94); }
td.TdClassName
{
border-color: #C9045E;
}
.TagClassName
{
border-color: #C9045E;
}
</style>