Shades of Ruby #C31064
Tints of Ruby #C31064
RGB
CMYK
RGB Variations
Color information
#C31064 (or 0xC31064) is known color: Ruby. HEX triplet: C3, 10 and 64. RGB value is (195,16,100). Sum of RGB (Red+Green+Blue) = 195+16+100=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C31064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31064 is #3CEF9B. Grayscale: #4E4E4E. Windows color (decimal): -3993500 or 6557891. OLE color: 6557891.
HSL color Cylindrical-coordinate representation of color #C31064: hue angle of 331.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31064 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.24 |
| HSL | 331.84º | 0.85% | 0.41% | - |
| HSV(B) | 331.84º | 0.92% | 0.76% | - |
| XYZ | 24.99 | 12.89 | 13.23 | - |
| YUV | 79.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 16 | 100 | 0 | 0.92 | 0.49 | 0.24 | 331.84 | 0.85 | 0.41 |
| Hex | C3 | 10 | 64 | 0 | 5C | 31 | 18 | 14C | 55 | 29 |
| Octal | 303 | 20 | 144 | 0 | 134 | 61 | 30 | 514 | 125 | 51 |
| Binary | 11000011 | 10000 | 1100100 | 0 | 1011100 | 110001 | 11000 | 101001100 | 1010101 | 101001 |
Color Harmonies of #C31064
Complementary color
Monochromatic Colors of #C31064
Black with #C31064
Text Example
Text Example
White with #C31064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31064; }
p { color: rgb(195,16,100); }
H1.HeaderClassName
{
color: #C31064;
}
.AnyTagClassName
{
color: #C31064;
}
</style>
background-color css
<style>
a { background-color: #C31064; }
a { background-color: rgb(195,16,100); }
div.DivClassName
{
background-color: #C31064;
}
.BgClassName
{
background-color: #C31064;
}
</style>
border-color css
<style>
span { border-color: #C31064; }
span { border-color: rgb(195,16,100); }
td.TdClassName
{
border-color: #C31064;
}
.TagClassName
{
border-color: #C31064;
}
</style>