Shades of Ruby #C9045D
Tints of Ruby #C9045D
RGB
CMYK
RGB Variations
Color information
#C9045D (or 0xC9045D) is known color: Ruby. HEX triplet: C9, 04 and 5D. RGB value is (201,4,93). Sum of RGB (Red+Green+Blue) = 201+4+93=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9045D is #36FBA2. Grayscale: #484848. Windows color (decimal): -3603363 or 6096073. OLE color: 6096073.
HSL color Cylindrical-coordinate representation of color #C9045D: hue angle of 332.89º 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 #C9045D is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.21 |
| HSL | 332.89º | 0.96% | 0.4% | - |
| HSV(B) | 332.89º | 0.98% | 0.79% | - |
| XYZ | 26.11 | 13.29 | 11.55 | - |
| YUV | 73.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 93 | 0 | 0.98 | 0.54 | 0.21 | 332.89 | 0.96 | 0.4 |
| Hex | C9 | 4 | 5D | 0 | 62 | 36 | 15 | 14D | 60 | 28 |
| Octal | 311 | 4 | 135 | 0 | 142 | 66 | 25 | 515 | 140 | 50 |
| Binary | 11001001 | 100 | 1011101 | 0 | 1100010 | 110110 | 10101 | 101001101 | 1100000 | 101000 |
Color Harmonies of #C9045D
Complementary color
Monochromatic Colors of #C9045D
Black with #C9045D
Text Example
Text Example
White with #C9045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9045D; }
p { color: rgb(201,4,93); }
H1.HeaderClassName
{
color: #C9045D;
}
.AnyTagClassName
{
color: #C9045D;
}
</style>
background-color css
<style>
a { background-color: #C9045D; }
a { background-color: rgb(201,4,93); }
div.DivClassName
{
background-color: #C9045D;
}
.BgClassName
{
background-color: #C9045D;
}
</style>
border-color css
<style>
span { border-color: #C9045D; }
span { border-color: rgb(201,4,93); }
td.TdClassName
{
border-color: #C9045D;
}
.TagClassName
{
border-color: #C9045D;
}
</style>