Shades of Ruby #C3185D
Tints of Ruby #C3185D
RGB
CMYK
RGB Variations
Color information
#C3185D (or 0xC3185D) is known color: Ruby. HEX triplet: C3, 18 and 5D. RGB value is (195,24,93). Sum of RGB (Red+Green+Blue) = 195+24+93=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3185D is #3CE7A2. Grayscale: #525252. Windows color (decimal): -3991459 or 6101187. OLE color: 6101187.
HSL color Cylindrical-coordinate representation of color #C3185D: hue angle of 335.79º 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 #C3185D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 93 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.79º | 0.78% | 0.43% | - |
| HSV(B) | 335.79º | 0.88% | 0.76% | - |
| XYZ | 24.81 | 13.05 | 11.57 | - |
| YUV | 83 | 133.65 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 93 | 0 | 0.88 | 0.52 | 0.24 | 335.79 | 0.78 | 0.43 |
| Hex | C3 | 18 | 5D | 0 | 58 | 34 | 18 | 150 | 4E | 2B |
| Octal | 303 | 30 | 135 | 0 | 130 | 64 | 30 | 520 | 116 | 53 |
| Binary | 11000011 | 11000 | 1011101 | 0 | 1011000 | 110100 | 11000 | 101010000 | 1001110 | 101011 |
Color Harmonies of #C3185D
Complementary color
Monochromatic Colors of #C3185D
Black with #C3185D
Text Example
Text Example
White with #C3185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3185D; }
p { color: rgb(195,24,93); }
H1.HeaderClassName
{
color: #C3185D;
}
.AnyTagClassName
{
color: #C3185D;
}
</style>
background-color css
<style>
a { background-color: #C3185D; }
a { background-color: rgb(195,24,93); }
div.DivClassName
{
background-color: #C3185D;
}
.BgClassName
{
background-color: #C3185D;
}
</style>
border-color css
<style>
span { border-color: #C3185D; }
span { border-color: rgb(195,24,93); }
td.TdClassName
{
border-color: #C3185D;
}
.TagClassName
{
border-color: #C3185D;
}
</style>