Shades of Ruby #C7175D
Tints of Ruby #C7175D
RGB
CMYK
RGB Variations
Color information
#C7175D (or 0xC7175D) is known color: Ruby. HEX triplet: C7, 17 and 5D. RGB value is (199,23,93). Sum of RGB (Red+Green+Blue) = 199+23+93=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7175D is #38E8A2. Grayscale: #535353. Windows color (decimal): -3729571 or 6100935. OLE color: 6100935.
HSL color Cylindrical-coordinate representation of color #C7175D: hue angle of 336.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7175D is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.22 |
| HSL | 336.14º | 0.79% | 0.44% | - |
| HSV(B) | 336.14º | 0.88% | 0.78% | - |
| XYZ | 25.84 | 13.55 | 11.61 | - |
| YUV | 83.6 | 133.31 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 93 | 0 | 0.88 | 0.53 | 0.22 | 336.14 | 0.79 | 0.44 |
| Hex | C7 | 17 | 5D | 0 | 58 | 35 | 16 | 150 | 4F | 2C |
| Octal | 307 | 27 | 135 | 0 | 130 | 65 | 26 | 520 | 117 | 54 |
| Binary | 11000111 | 10111 | 1011101 | 0 | 1011000 | 110101 | 10110 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C7175D
Complementary color
Monochromatic Colors of #C7175D
Black with #C7175D
Text Example
Text Example
White with #C7175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7175D; }
p { color: rgb(199,23,93); }
H1.HeaderClassName
{
color: #C7175D;
}
.AnyTagClassName
{
color: #C7175D;
}
</style>
background-color css
<style>
a { background-color: #C7175D; }
a { background-color: rgb(199,23,93); }
div.DivClassName
{
background-color: #C7175D;
}
.BgClassName
{
background-color: #C7175D;
}
</style>
border-color css
<style>
span { border-color: #C7175D; }
span { border-color: rgb(199,23,93); }
td.TdClassName
{
border-color: #C7175D;
}
.TagClassName
{
border-color: #C7175D;
}
</style>