Shades of Ruby #C5055F
Tints of Ruby #C5055F
RGB
CMYK
RGB Variations
Color information
#C5055F (or 0xC5055F) is known color: Ruby. HEX triplet: C5, 05 and 5F. RGB value is (197,5,95). Sum of RGB (Red+Green+Blue) = 197+5+95=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5055F is #3AFAA0. Grayscale: #484848. Windows color (decimal): -3865249 or 6227397. OLE color: 6227397.
HSL color Cylindrical-coordinate representation of color #C5055F: hue angle of 331.88º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5055F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 95 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.23 |
| HSL | 331.88º | 0.95% | 0.4% | - |
| HSV(B) | 331.88º | 0.97% | 0.77% | - |
| XYZ | 25.15 | 12.81 | 11.97 | - |
| YUV | 72.67 | 140.61 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 95 | 0 | 0.97 | 0.52 | 0.23 | 331.88 | 0.95 | 0.4 |
| Hex | C5 | 5 | 5F | 0 | 61 | 34 | 17 | 14C | 5F | 28 |
| Octal | 305 | 5 | 137 | 0 | 141 | 64 | 27 | 514 | 137 | 50 |
| Binary | 11000101 | 101 | 1011111 | 0 | 1100001 | 110100 | 10111 | 101001100 | 1011111 | 101000 |
Color Harmonies of #C5055F
Complementary color
Monochromatic Colors of #C5055F
Black with #C5055F
Text Example
Text Example
White with #C5055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5055F; }
p { color: rgb(197,5,95); }
H1.HeaderClassName
{
color: #C5055F;
}
.AnyTagClassName
{
color: #C5055F;
}
</style>
background-color css
<style>
a { background-color: #C5055F; }
a { background-color: rgb(197,5,95); }
div.DivClassName
{
background-color: #C5055F;
}
.BgClassName
{
background-color: #C5055F;
}
</style>
border-color css
<style>
span { border-color: #C5055F; }
span { border-color: rgb(197,5,95); }
td.TdClassName
{
border-color: #C5055F;
}
.TagClassName
{
border-color: #C5055F;
}
</style>