Shades of Ruby #C41160
Tints of Ruby #C41160
RGB
CMYK
RGB Variations
Color information
#C41160 (or 0xC41160) is known color: Ruby. HEX triplet: C4, 11 and 60. RGB value is (196,17,96). Sum of RGB (Red+Green+Blue) = 196+17+96=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C41160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41160 is #3BEE9F. Grayscale: #4F4F4F. Windows color (decimal): -3927712 or 6296004. OLE color: 6296004.
HSL color Cylindrical-coordinate representation of color #C41160: hue angle of 333.52º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41160 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 96 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.23 |
| HSL | 333.52º | 0.84% | 0.42% | - |
| HSV(B) | 333.52º | 0.91% | 0.77% | - |
| XYZ | 25.08 | 12.98 | 12.25 | - |
| YUV | 79.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 96 | 0 | 0.91 | 0.51 | 0.23 | 333.52 | 0.84 | 0.42 |
| Hex | C4 | 11 | 60 | 0 | 5B | 33 | 17 | 14E | 54 | 2A |
| Octal | 304 | 21 | 140 | 0 | 133 | 63 | 27 | 516 | 124 | 52 |
| Binary | 11000100 | 10001 | 1100000 | 0 | 1011011 | 110011 | 10111 | 101001110 | 1010100 | 101010 |
Color Harmonies of #C41160
Complementary color
Monochromatic Colors of #C41160
Black with #C41160
Text Example
Text Example
White with #C41160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41160; }
p { color: rgb(196,17,96); }
H1.HeaderClassName
{
color: #C41160;
}
.AnyTagClassName
{
color: #C41160;
}
</style>
background-color css
<style>
a { background-color: #C41160; }
a { background-color: rgb(196,17,96); }
div.DivClassName
{
background-color: #C41160;
}
.BgClassName
{
background-color: #C41160;
}
</style>
border-color css
<style>
span { border-color: #C41160; }
span { border-color: rgb(196,17,96); }
td.TdClassName
{
border-color: #C41160;
}
.TagClassName
{
border-color: #C41160;
}
</style>