Shades of Ruby #C31668
Tints of Ruby #C31668
RGB
CMYK
RGB Variations
Color information
#C31668 (or 0xC31668) is known color: Ruby. HEX triplet: C3, 16 and 68. RGB value is (195,22,104). Sum of RGB (Red+Green+Blue) = 195+22+104=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C31668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31668 is #3CE997. Grayscale: #525252. Windows color (decimal): -3991960 or 6821571. OLE color: 6821571.
HSL color Cylindrical-coordinate representation of color #C31668: hue angle of 331.56º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31668 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 104 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.24 |
| HSL | 331.56º | 0.8% | 0.43% | - |
| HSV(B) | 331.56º | 0.89% | 0.76% | - |
| XYZ | 25.29 | 13.18 | 14.31 | - |
| YUV | 83.08 | 139.81 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 104 | 0 | 0.89 | 0.47 | 0.24 | 331.56 | 0.8 | 0.43 |
| Hex | C3 | 16 | 68 | 0 | 59 | 2F | 18 | 14C | 50 | 2B |
| Octal | 303 | 26 | 150 | 0 | 131 | 57 | 30 | 514 | 120 | 53 |
| Binary | 11000011 | 10110 | 1101000 | 0 | 1011001 | 101111 | 11000 | 101001100 | 1010000 | 101011 |
Color Harmonies of #C31668
Complementary color
Monochromatic Colors of #C31668
Black with #C31668
Text Example
Text Example
White with #C31668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31668; }
p { color: rgb(195,22,104); }
H1.HeaderClassName
{
color: #C31668;
}
.AnyTagClassName
{
color: #C31668;
}
</style>
background-color css
<style>
a { background-color: #C31668; }
a { background-color: rgb(195,22,104); }
div.DivClassName
{
background-color: #C31668;
}
.BgClassName
{
background-color: #C31668;
}
</style>
border-color css
<style>
span { border-color: #C31668; }
span { border-color: rgb(195,22,104); }
td.TdClassName
{
border-color: #C31668;
}
.TagClassName
{
border-color: #C31668;
}
</style>