Shades of Ruby #C1175D
Tints of Ruby #C1175D
RGB
CMYK
RGB Variations
Color information
#C1175D (or 0xC1175D) is known color: Ruby. HEX triplet: C1, 17 and 5D. RGB value is (193,23,93). Sum of RGB (Red+Green+Blue) = 193+23+93=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1175D is #3EE8A2. Grayscale: #515151. Windows color (decimal): -4122787 or 6100929. OLE color: 6100929.
HSL color Cylindrical-coordinate representation of color #C1175D: hue angle of 335.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1175D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.29º | 0.79% | 0.42% | - |
| HSV(B) | 335.29º | 0.88% | 0.76% | - |
| XYZ | 24.27 | 12.74 | 11.54 | - |
| YUV | 81.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 93 | 0 | 0.88 | 0.52 | 0.24 | 335.29 | 0.79 | 0.42 |
| Hex | C1 | 17 | 5D | 0 | 58 | 34 | 18 | 14F | 4F | 2A |
| Octal | 301 | 27 | 135 | 0 | 130 | 64 | 30 | 517 | 117 | 52 |
| Binary | 11000001 | 10111 | 1011101 | 0 | 1011000 | 110100 | 11000 | 101001111 | 1001111 | 101010 |
Color Harmonies of #C1175D
Complementary color
Monochromatic Colors of #C1175D
Black with #C1175D
Text Example
Text Example
White with #C1175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1175D; }
p { color: rgb(193,23,93); }
H1.HeaderClassName
{
color: #C1175D;
}
.AnyTagClassName
{
color: #C1175D;
}
</style>
background-color css
<style>
a { background-color: #C1175D; }
a { background-color: rgb(193,23,93); }
div.DivClassName
{
background-color: #C1175D;
}
.BgClassName
{
background-color: #C1175D;
}
</style>
border-color css
<style>
span { border-color: #C1175D; }
span { border-color: rgb(193,23,93); }
td.TdClassName
{
border-color: #C1175D;
}
.TagClassName
{
border-color: #C1175D;
}
</style>