Shades of Ruby #C31157
Tints of Ruby #C31157
RGB
CMYK
RGB Variations
Color information
#C31157 (or 0xC31157) is known color: Ruby. HEX triplet: C3, 11 and 57. RGB value is (195,17,87). Sum of RGB (Red+Green+Blue) = 195+17+87=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C31157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31157 is #3CEEA8. Grayscale: #4E4E4E. Windows color (decimal): -3993257 or 5706179. OLE color: 5706179.
HSL color Cylindrical-coordinate representation of color #C31157: hue angle of 336.4º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31157 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 87 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.24 |
| HSL | 336.4º | 0.84% | 0.42% | - |
| HSV(B) | 336.4º | 0.91% | 0.76% | - |
| XYZ | 24.43 | 12.69 | 10.18 | - |
| YUV | 78.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 87 | 0 | 0.91 | 0.55 | 0.24 | 336.4 | 0.84 | 0.42 |
| Hex | C3 | 11 | 57 | 0 | 5B | 37 | 18 | 150 | 54 | 2A |
| Octal | 303 | 21 | 127 | 0 | 133 | 67 | 30 | 520 | 124 | 52 |
| Binary | 11000011 | 10001 | 1010111 | 0 | 1011011 | 110111 | 11000 | 101010000 | 1010100 | 101010 |
Color Harmonies of #C31157
Complementary color
Monochromatic Colors of #C31157
Black with #C31157
Text Example
Text Example
White with #C31157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31157; }
p { color: rgb(195,17,87); }
H1.HeaderClassName
{
color: #C31157;
}
.AnyTagClassName
{
color: #C31157;
}
</style>
background-color css
<style>
a { background-color: #C31157; }
a { background-color: rgb(195,17,87); }
div.DivClassName
{
background-color: #C31157;
}
.BgClassName
{
background-color: #C31157;
}
</style>
border-color css
<style>
span { border-color: #C31157; }
span { border-color: rgb(195,17,87); }
td.TdClassName
{
border-color: #C31157;
}
.TagClassName
{
border-color: #C31157;
}
</style>