Shades of Ruby #C41860
Tints of Ruby #C41860
RGB
CMYK
RGB Variations
Color information
#C41860 (or 0xC41860) is known color: Ruby. HEX triplet: C4, 18 and 60. RGB value is (196,24,96). Sum of RGB (Red+Green+Blue) = 196+24+96=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C41860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41860 is #3BE79F. Grayscale: #535353. Windows color (decimal): -3925920 or 6297796. OLE color: 6297796.
HSL color Cylindrical-coordinate representation of color #C41860: hue angle of 334.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41860 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 96 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.23 |
| HSL | 334.88º | 0.78% | 0.43% | - |
| HSV(B) | 334.88º | 0.88% | 0.77% | - |
| XYZ | 25.2 | 13.23 | 12.29 | - |
| YUV | 83.64 | 134.98 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 96 | 0 | 0.88 | 0.51 | 0.23 | 334.88 | 0.78 | 0.43 |
| Hex | C4 | 18 | 60 | 0 | 58 | 33 | 17 | 14F | 4E | 2B |
| Octal | 304 | 30 | 140 | 0 | 130 | 63 | 27 | 517 | 116 | 53 |
| Binary | 11000100 | 11000 | 1100000 | 0 | 1011000 | 110011 | 10111 | 101001111 | 1001110 | 101011 |
Color Harmonies of #C41860
Complementary color
Monochromatic Colors of #C41860
Black with #C41860
Text Example
Text Example
White with #C41860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41860; }
p { color: rgb(196,24,96); }
H1.HeaderClassName
{
color: #C41860;
}
.AnyTagClassName
{
color: #C41860;
}
</style>
background-color css
<style>
a { background-color: #C41860; }
a { background-color: rgb(196,24,96); }
div.DivClassName
{
background-color: #C41860;
}
.BgClassName
{
background-color: #C41860;
}
</style>
border-color css
<style>
span { border-color: #C41860; }
span { border-color: rgb(196,24,96); }
td.TdClassName
{
border-color: #C41860;
}
.TagClassName
{
border-color: #C41860;
}
</style>