Shades of Ruby #C31663
Tints of Ruby #C31663
RGB
CMYK
RGB Variations
Color information
#C31663 (or 0xC31663) is known color: Ruby. HEX triplet: C3, 16 and 63. RGB value is (195,22,99). Sum of RGB (Red+Green+Blue) = 195+22+99=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C31663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31663 is #3CE99C. Grayscale: #525252. Windows color (decimal): -3991965 or 6493891. OLE color: 6493891.
HSL color Cylindrical-coordinate representation of color #C31663: hue angle of 333.29º 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 #C31663 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 99 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.24 |
| HSL | 333.29º | 0.8% | 0.43% | - |
| HSV(B) | 333.29º | 0.89% | 0.76% | - |
| XYZ | 25.04 | 13.08 | 13.01 | - |
| YUV | 82.51 | 137.31 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 99 | 0 | 0.89 | 0.49 | 0.24 | 333.29 | 0.8 | 0.43 |
| Hex | C3 | 16 | 63 | 0 | 59 | 31 | 18 | 14D | 50 | 2B |
| Octal | 303 | 26 | 143 | 0 | 131 | 61 | 30 | 515 | 120 | 53 |
| Binary | 11000011 | 10110 | 1100011 | 0 | 1011001 | 110001 | 11000 | 101001101 | 1010000 | 101011 |
Color Harmonies of #C31663
Complementary color
Monochromatic Colors of #C31663
Black with #C31663
Text Example
Text Example
White with #C31663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31663; }
p { color: rgb(195,22,99); }
H1.HeaderClassName
{
color: #C31663;
}
.AnyTagClassName
{
color: #C31663;
}
</style>
background-color css
<style>
a { background-color: #C31663; }
a { background-color: rgb(195,22,99); }
div.DivClassName
{
background-color: #C31663;
}
.BgClassName
{
background-color: #C31663;
}
</style>
border-color css
<style>
span { border-color: #C31663; }
span { border-color: rgb(195,22,99); }
td.TdClassName
{
border-color: #C31663;
}
.TagClassName
{
border-color: #C31663;
}
</style>