Shades of Ruby #C31362
Tints of Ruby #C31362
RGB
CMYK
RGB Variations
Color information
#C31362 (or 0xC31362) is known color: Ruby. HEX triplet: C3, 13 and 62. RGB value is (195,19,98). Sum of RGB (Red+Green+Blue) = 195+19+98=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C31362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31362 is #3CEC9D. Grayscale: #505050. Windows color (decimal): -3992734 or 6427587. OLE color: 6427587.
HSL color Cylindrical-coordinate representation of color #C31362: hue angle of 333.07º 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 #C31362 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 98 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.24 |
| HSL | 333.07º | 0.82% | 0.42% | - |
| HSV(B) | 333.07º | 0.9% | 0.76% | - |
| XYZ | 24.94 | 12.95 | 12.74 | - |
| YUV | 80.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 98 | 0 | 0.90 | 0.50 | 0.24 | 333.07 | 0.82 | 0.42 |
| Hex | C3 | 13 | 62 | 0 | 5A | 32 | 18 | 14D | 52 | 2A |
| Octal | 303 | 23 | 142 | 0 | 132 | 62 | 30 | 515 | 122 | 52 |
| Binary | 11000011 | 10011 | 1100010 | 0 | 1011010 | 110010 | 11000 | 101001101 | 1010010 | 101010 |
Color Harmonies of #C31362
Complementary color
Monochromatic Colors of #C31362
Black with #C31362
Text Example
Text Example
White with #C31362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31362; }
p { color: rgb(195,19,98); }
H1.HeaderClassName
{
color: #C31362;
}
.AnyTagClassName
{
color: #C31362;
}
</style>
background-color css
<style>
a { background-color: #C31362; }
a { background-color: rgb(195,19,98); }
div.DivClassName
{
background-color: #C31362;
}
.BgClassName
{
background-color: #C31362;
}
</style>
border-color css
<style>
span { border-color: #C31362; }
span { border-color: rgb(195,19,98); }
td.TdClassName
{
border-color: #C31362;
}
.TagClassName
{
border-color: #C31362;
}
</style>