Shades of Ruby #C31464
Tints of Ruby #C31464
RGB
CMYK
RGB Variations
Color information
#C31464 (or 0xC31464) is known color: Ruby. HEX triplet: C3, 14 and 64. RGB value is (195,20,100). Sum of RGB (Red+Green+Blue) = 195+20+100=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C31464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31464 is #3CEB9B. Grayscale: #515151. Windows color (decimal): -3992476 or 6558915. OLE color: 6558915.
HSL color Cylindrical-coordinate representation of color #C31464: hue angle of 332.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31464 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 100 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.24 |
| HSL | 332.57º | 0.81% | 0.42% | - |
| HSV(B) | 332.57º | 0.9% | 0.76% | - |
| XYZ | 25.06 | 13.02 | 13.25 | - |
| YUV | 81.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 100 | 0 | 0.90 | 0.49 | 0.24 | 332.57 | 0.81 | 0.42 |
| Hex | C3 | 14 | 64 | 0 | 5A | 31 | 18 | 14D | 51 | 2A |
| Octal | 303 | 24 | 144 | 0 | 132 | 61 | 30 | 515 | 121 | 52 |
| Binary | 11000011 | 10100 | 1100100 | 0 | 1011010 | 110001 | 11000 | 101001101 | 1010001 | 101010 |
Color Harmonies of #C31464
Complementary color
Monochromatic Colors of #C31464
Black with #C31464
Text Example
Text Example
White with #C31464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31464; }
p { color: rgb(195,20,100); }
H1.HeaderClassName
{
color: #C31464;
}
.AnyTagClassName
{
color: #C31464;
}
</style>
background-color css
<style>
a { background-color: #C31464; }
a { background-color: rgb(195,20,100); }
div.DivClassName
{
background-color: #C31464;
}
.BgClassName
{
background-color: #C31464;
}
</style>
border-color css
<style>
span { border-color: #C31464; }
span { border-color: rgb(195,20,100); }
td.TdClassName
{
border-color: #C31464;
}
.TagClassName
{
border-color: #C31464;
}
</style>