Shades of Ruby #C3155E
Tints of Ruby #C3155E
RGB
CMYK
RGB Variations
Color information
#C3155E (or 0xC3155E) is known color: Ruby. HEX triplet: C3, 15 and 5E. RGB value is (195,21,94). Sum of RGB (Red+Green+Blue) = 195+21+94=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 94 (37.11% from 255 or 30.32% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3155E is #3CEAA1. Grayscale: #515151. Windows color (decimal): -3992226 or 6165955. OLE color: 6165955.
HSL color Cylindrical-coordinate representation of color #C3155E: hue angle of 334.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3155E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 94 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 334.83º | 0.81% | 0.42% | - |
| HSV(B) | 334.83º | 0.89% | 0.76% | - |
| XYZ | 24.79 | 12.95 | 11.78 | - |
| YUV | 81.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 94 | 0 | 0.89 | 0.52 | 0.24 | 334.83 | 0.81 | 0.42 |
| Hex | C3 | 15 | 5E | 0 | 59 | 34 | 18 | 14F | 51 | 2A |
| Octal | 303 | 25 | 136 | 0 | 131 | 64 | 30 | 517 | 121 | 52 |
| Binary | 11000011 | 10101 | 1011110 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010001 | 101010 |
Color Harmonies of #C3155E
Complementary color
Monochromatic Colors of #C3155E
Black with #C3155E
Text Example
Text Example
White with #C3155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3155E; }
p { color: rgb(195,21,94); }
H1.HeaderClassName
{
color: #C3155E;
}
.AnyTagClassName
{
color: #C3155E;
}
</style>
background-color css
<style>
a { background-color: #C3155E; }
a { background-color: rgb(195,21,94); }
div.DivClassName
{
background-color: #C3155E;
}
.BgClassName
{
background-color: #C3155E;
}
</style>
border-color css
<style>
span { border-color: #C3155E; }
span { border-color: rgb(195,21,94); }
td.TdClassName
{
border-color: #C3155E;
}
.TagClassName
{
border-color: #C3155E;
}
</style>