Shades of Ruby #C9055F
Tints of Ruby #C9055F
RGB
CMYK
RGB Variations
Color information
#C9055F (or 0xC9055F) is known color: Ruby. HEX triplet: C9, 05 and 5F. RGB value is (201,5,95). Sum of RGB (Red+Green+Blue) = 201+5+95=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9055F is #36FAA0. Grayscale: #494949. Windows color (decimal): -3603105 or 6227401. OLE color: 6227401.
HSL color Cylindrical-coordinate representation of color #C9055F: hue angle of 332.45º degrees, saturation: 0.95, 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 #C9055F is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 95 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.21 |
| HSL | 332.45º | 0.95% | 0.4% | - |
| HSV(B) | 332.45º | 0.98% | 0.79% | - |
| XYZ | 26.21 | 13.35 | 12.02 | - |
| YUV | 73.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 95 | 0 | 0.98 | 0.53 | 0.21 | 332.45 | 0.95 | 0.4 |
| Hex | C9 | 5 | 5F | 0 | 62 | 35 | 15 | 14C | 5F | 28 |
| Octal | 311 | 5 | 137 | 0 | 142 | 65 | 25 | 514 | 137 | 50 |
| Binary | 11001001 | 101 | 1011111 | 0 | 1100010 | 110101 | 10101 | 101001100 | 1011111 | 101000 |
Color Harmonies of #C9055F
Complementary color
Monochromatic Colors of #C9055F
Black with #C9055F
Text Example
Text Example
White with #C9055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9055F; }
p { color: rgb(201,5,95); }
H1.HeaderClassName
{
color: #C9055F;
}
.AnyTagClassName
{
color: #C9055F;
}
</style>
background-color css
<style>
a { background-color: #C9055F; }
a { background-color: rgb(201,5,95); }
div.DivClassName
{
background-color: #C9055F;
}
.BgClassName
{
background-color: #C9055F;
}
</style>
border-color css
<style>
span { border-color: #C9055F; }
span { border-color: rgb(201,5,95); }
td.TdClassName
{
border-color: #C9055F;
}
.TagClassName
{
border-color: #C9055F;
}
</style>