Shades of Ruby #C31363
Tints of Ruby #C31363
RGB
CMYK
RGB Variations
Color information
#C31363 (or 0xC31363) is known color: Ruby. HEX triplet: C3, 13 and 63. RGB value is (195,19,99). Sum of RGB (Red+Green+Blue) = 195+19+99=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C31363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31363 is #3CEC9C. Grayscale: #505050. Windows color (decimal): -3992733 or 6493123. OLE color: 6493123.
HSL color Cylindrical-coordinate representation of color #C31363: hue angle of 332.73º degrees, saturation: 0.82, 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 #C31363 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 99 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.24 |
| HSL | 332.73º | 0.82% | 0.42% | - |
| HSV(B) | 332.73º | 0.9% | 0.76% | - |
| XYZ | 24.99 | 12.97 | 12.99 | - |
| YUV | 80.74 | 138.31 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 99 | 0 | 0.90 | 0.49 | 0.24 | 332.73 | 0.82 | 0.42 |
| Hex | C3 | 13 | 63 | 0 | 5A | 31 | 18 | 14D | 52 | 2A |
| Octal | 303 | 23 | 143 | 0 | 132 | 61 | 30 | 515 | 122 | 52 |
| Binary | 11000011 | 10011 | 1100011 | 0 | 1011010 | 110001 | 11000 | 101001101 | 1010010 | 101010 |
Color Harmonies of #C31363
Complementary color
Monochromatic Colors of #C31363
Black with #C31363
Text Example
Text Example
White with #C31363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31363; }
p { color: rgb(195,19,99); }
H1.HeaderClassName
{
color: #C31363;
}
.AnyTagClassName
{
color: #C31363;
}
</style>
background-color css
<style>
a { background-color: #C31363; }
a { background-color: rgb(195,19,99); }
div.DivClassName
{
background-color: #C31363;
}
.BgClassName
{
background-color: #C31363;
}
</style>
border-color css
<style>
span { border-color: #C31363; }
span { border-color: rgb(195,19,99); }
td.TdClassName
{
border-color: #C31363;
}
.TagClassName
{
border-color: #C31363;
}
</style>