Shades of Ruby #C31A5E
Tints of Ruby #C31A5E
RGB
CMYK
RGB Variations
Color information
#C31A5E (or 0xC31A5E) is known color: Ruby. HEX triplet: C3, 1A and 5E. RGB value is (195,26,94). Sum of RGB (Red+Green+Blue) = 195+26+94=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31A5E is #3CE5A1. Grayscale: #545454. Windows color (decimal): -3990946 or 6167235. OLE color: 6167235.
HSL color Cylindrical-coordinate representation of color #C31A5E: hue angle of 335.86º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A5E is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 94 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.24 |
| HSL | 335.86º | 0.76% | 0.43% | - |
| HSV(B) | 335.86º | 0.87% | 0.76% | - |
| XYZ | 24.9 | 13.15 | 11.82 | - |
| YUV | 84.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 94 | 0 | 0.87 | 0.52 | 0.24 | 335.86 | 0.76 | 0.43 |
| Hex | C3 | 1A | 5E | 0 | 57 | 34 | 18 | 150 | 4C | 2B |
| Octal | 303 | 32 | 136 | 0 | 127 | 64 | 30 | 520 | 114 | 53 |
| Binary | 11000011 | 11010 | 1011110 | 0 | 1010111 | 110100 | 11000 | 101010000 | 1001100 | 101011 |
Color Harmonies of #C31A5E
Complementary color
Monochromatic Colors of #C31A5E
Black with #C31A5E
Text Example
Text Example
White with #C31A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A5E; }
p { color: rgb(195,26,94); }
H1.HeaderClassName
{
color: #C31A5E;
}
.AnyTagClassName
{
color: #C31A5E;
}
</style>
background-color css
<style>
a { background-color: #C31A5E; }
a { background-color: rgb(195,26,94); }
div.DivClassName
{
background-color: #C31A5E;
}
.BgClassName
{
background-color: #C31A5E;
}
</style>
border-color css
<style>
span { border-color: #C31A5E; }
span { border-color: rgb(195,26,94); }
td.TdClassName
{
border-color: #C31A5E;
}
.TagClassName
{
border-color: #C31A5E;
}
</style>