Shades of Ruby #C5175D
Tints of Ruby #C5175D
RGB
CMYK
RGB Variations
Color information
#C5175D (or 0xC5175D) is known color: Ruby. HEX triplet: C5, 17 and 5D. RGB value is (197,23,93). Sum of RGB (Red+Green+Blue) = 197+23+93=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C5175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5175D is #3AE8A2. Grayscale: #525252. Windows color (decimal): -3860643 or 6100933. OLE color: 6100933.
HSL color Cylindrical-coordinate representation of color #C5175D: hue angle of 335.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5175D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.23 |
| HSL | 335.86º | 0.79% | 0.43% | - |
| HSV(B) | 335.86º | 0.88% | 0.77% | - |
| XYZ | 25.31 | 13.27 | 11.58 | - |
| YUV | 83.01 | 133.65 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 93 | 0 | 0.88 | 0.53 | 0.23 | 335.86 | 0.79 | 0.43 |
| Hex | C5 | 17 | 5D | 0 | 58 | 35 | 17 | 150 | 4F | 2B |
| Octal | 305 | 27 | 135 | 0 | 130 | 65 | 27 | 520 | 117 | 53 |
| Binary | 11000101 | 10111 | 1011101 | 0 | 1011000 | 110101 | 10111 | 101010000 | 1001111 | 101011 |
Color Harmonies of #C5175D
Complementary color
Monochromatic Colors of #C5175D
Black with #C5175D
Text Example
Text Example
White with #C5175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5175D; }
p { color: rgb(197,23,93); }
H1.HeaderClassName
{
color: #C5175D;
}
.AnyTagClassName
{
color: #C5175D;
}
</style>
background-color css
<style>
a { background-color: #C5175D; }
a { background-color: rgb(197,23,93); }
div.DivClassName
{
background-color: #C5175D;
}
.BgClassName
{
background-color: #C5175D;
}
</style>
border-color css
<style>
span { border-color: #C5175D; }
span { border-color: rgb(197,23,93); }
td.TdClassName
{
border-color: #C5175D;
}
.TagClassName
{
border-color: #C5175D;
}
</style>