Shades of Ruby #C1185D
Tints of Ruby #C1185D
RGB
CMYK
RGB Variations
Color information
#C1185D (or 0xC1185D) is known color: Ruby. HEX triplet: C1, 18 and 5D. RGB value is (193,24,93). Sum of RGB (Red+Green+Blue) = 193+24+93=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1185D is #3EE7A2. Grayscale: #525252. Windows color (decimal): -4122531 or 6101185. OLE color: 6101185.
HSL color Cylindrical-coordinate representation of color #C1185D: hue angle of 335.5º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1185D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.5º | 0.78% | 0.43% | - |
| HSV(B) | 335.5º | 0.88% | 0.76% | - |
| XYZ | 24.29 | 12.78 | 11.54 | - |
| YUV | 82.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 93 | 0 | 0.88 | 0.52 | 0.24 | 335.5 | 0.78 | 0.43 |
| Hex | C1 | 18 | 5D | 0 | 58 | 34 | 18 | 150 | 4E | 2B |
| Octal | 301 | 30 | 135 | 0 | 130 | 64 | 30 | 520 | 116 | 53 |
| Binary | 11000001 | 11000 | 1011101 | 0 | 1011000 | 110100 | 11000 | 101010000 | 1001110 | 101011 |
Color Harmonies of #C1185D
Complementary color
Monochromatic Colors of #C1185D
Black with #C1185D
Text Example
Text Example
White with #C1185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1185D; }
p { color: rgb(193,24,93); }
H1.HeaderClassName
{
color: #C1185D;
}
.AnyTagClassName
{
color: #C1185D;
}
</style>
background-color css
<style>
a { background-color: #C1185D; }
a { background-color: rgb(193,24,93); }
div.DivClassName
{
background-color: #C1185D;
}
.BgClassName
{
background-color: #C1185D;
}
</style>
border-color css
<style>
span { border-color: #C1185D; }
span { border-color: rgb(193,24,93); }
td.TdClassName
{
border-color: #C1185D;
}
.TagClassName
{
border-color: #C1185D;
}
</style>