Shades of Ruby #C3185F
Tints of Ruby #C3185F
RGB
CMYK
RGB Variations
Color information
#C3185F (or 0xC3185F) is known color: Ruby. HEX triplet: C3, 18 and 5F. RGB value is (195,24,95). Sum of RGB (Red+Green+Blue) = 195+24+95=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C3185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3185F is #3CE7A0. Grayscale: #535353. Windows color (decimal): -3991457 or 6232259. OLE color: 6232259.
HSL color Cylindrical-coordinate representation of color #C3185F: hue angle of 335.09º 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 #C3185F is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.24 |
| HSL | 335.09º | 0.78% | 0.43% | - |
| HSV(B) | 335.09º | 0.88% | 0.76% | - |
| XYZ | 24.9 | 13.08 | 12.04 | - |
| YUV | 83.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 95 | 0 | 0.88 | 0.51 | 0.24 | 335.09 | 0.78 | 0.43 |
| Hex | C3 | 18 | 5F | 0 | 58 | 33 | 18 | 14F | 4E | 2B |
| Octal | 303 | 30 | 137 | 0 | 130 | 63 | 30 | 517 | 116 | 53 |
| Binary | 11000011 | 11000 | 1011111 | 0 | 1011000 | 110011 | 11000 | 101001111 | 1001110 | 101011 |
Color Harmonies of #C3185F
Complementary color
Monochromatic Colors of #C3185F
Black with #C3185F
Text Example
Text Example
White with #C3185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3185F; }
p { color: rgb(195,24,95); }
H1.HeaderClassName
{
color: #C3185F;
}
.AnyTagClassName
{
color: #C3185F;
}
</style>
background-color css
<style>
a { background-color: #C3185F; }
a { background-color: rgb(195,24,95); }
div.DivClassName
{
background-color: #C3185F;
}
.BgClassName
{
background-color: #C3185F;
}
</style>
border-color css
<style>
span { border-color: #C3185F; }
span { border-color: rgb(195,24,95); }
td.TdClassName
{
border-color: #C3185F;
}
.TagClassName
{
border-color: #C3185F;
}
</style>