Shades of Ruby #C31762
Tints of Ruby #C31762
RGB
CMYK
RGB Variations
Color information
#C31762 (or 0xC31762) is known color: Ruby. HEX triplet: C3, 17 and 62. RGB value is (195,23,98). Sum of RGB (Red+Green+Blue) = 195+23+98=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C31762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31762 is #3CE89D. Grayscale: #525252. Windows color (decimal): -3991710 or 6428611. OLE color: 6428611.
HSL color Cylindrical-coordinate representation of color #C31762: hue angle of 333.84º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31762 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 98 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.24 |
| HSL | 333.84º | 0.79% | 0.43% | - |
| HSV(B) | 333.84º | 0.88% | 0.76% | - |
| XYZ | 25.02 | 13.1 | 12.76 | - |
| YUV | 82.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 98 | 0 | 0.88 | 0.50 | 0.24 | 333.84 | 0.79 | 0.43 |
| Hex | C3 | 17 | 62 | 0 | 58 | 32 | 18 | 14E | 4F | 2B |
| Octal | 303 | 27 | 142 | 0 | 130 | 62 | 30 | 516 | 117 | 53 |
| Binary | 11000011 | 10111 | 1100010 | 0 | 1011000 | 110010 | 11000 | 101001110 | 1001111 | 101011 |
Color Harmonies of #C31762
Complementary color
Monochromatic Colors of #C31762
Black with #C31762
Text Example
Text Example
White with #C31762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31762; }
p { color: rgb(195,23,98); }
H1.HeaderClassName
{
color: #C31762;
}
.AnyTagClassName
{
color: #C31762;
}
</style>
background-color css
<style>
a { background-color: #C31762; }
a { background-color: rgb(195,23,98); }
div.DivClassName
{
background-color: #C31762;
}
.BgClassName
{
background-color: #C31762;
}
</style>
border-color css
<style>
span { border-color: #C31762; }
span { border-color: rgb(195,23,98); }
td.TdClassName
{
border-color: #C31762;
}
.TagClassName
{
border-color: #C31762;
}
</style>