Shades of Ruby #C1175C
Tints of Ruby #C1175C
RGB
CMYK
RGB Variations
Color information
#C1175C (or 0xC1175C) is known color: Ruby. HEX triplet: C1, 17 and 5C. RGB value is (193,23,92). Sum of RGB (Red+Green+Blue) = 193+23+92=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1175C is #3EE8A3. Grayscale: #515151. Windows color (decimal): -4122788 or 6035393. OLE color: 6035393.
HSL color Cylindrical-coordinate representation of color #C1175C: hue angle of 335.65º 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 #C1175C is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 92 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.65º | 0.79% | 0.42% | - |
| HSV(B) | 335.65º | 0.88% | 0.76% | - |
| XYZ | 24.23 | 12.72 | 11.3 | - |
| YUV | 81.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 92 | 0 | 0.88 | 0.52 | 0.24 | 335.65 | 0.79 | 0.42 |
| Hex | C1 | 17 | 5C | 0 | 58 | 34 | 18 | 150 | 4F | 2A |
| Octal | 301 | 27 | 134 | 0 | 130 | 64 | 30 | 520 | 117 | 52 |
| Binary | 11000001 | 10111 | 1011100 | 0 | 1011000 | 110100 | 11000 | 101010000 | 1001111 | 101010 |
Color Harmonies of #C1175C
Complementary color
Monochromatic Colors of #C1175C
Black with #C1175C
Text Example
Text Example
White with #C1175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1175C; }
p { color: rgb(193,23,92); }
H1.HeaderClassName
{
color: #C1175C;
}
.AnyTagClassName
{
color: #C1175C;
}
</style>
background-color css
<style>
a { background-color: #C1175C; }
a { background-color: rgb(193,23,92); }
div.DivClassName
{
background-color: #C1175C;
}
.BgClassName
{
background-color: #C1175C;
}
</style>
border-color css
<style>
span { border-color: #C1175C; }
span { border-color: rgb(193,23,92); }
td.TdClassName
{
border-color: #C1175C;
}
.TagClassName
{
border-color: #C1175C;
}
</style>