Shades of Ruby #C41161
Tints of Ruby #C41161
RGB
CMYK
RGB Variations
Color information
#C41161 (or 0xC41161) is known color: Ruby. HEX triplet: C4, 11 and 61. RGB value is (196,17,97). Sum of RGB (Red+Green+Blue) = 196+17+97=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41161 is #3BEE9E. Grayscale: #4F4F4F. Windows color (decimal): -3927711 or 6361540. OLE color: 6361540.
HSL color Cylindrical-coordinate representation of color #C41161: hue angle of 333.18º 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 #C41161 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 97 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.23 |
| HSL | 333.18º | 0.84% | 0.42% | - |
| HSV(B) | 333.18º | 0.91% | 0.77% | - |
| XYZ | 25.12 | 13 | 12.49 | - |
| YUV | 79.64 | 137.8 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 97 | 0 | 0.91 | 0.51 | 0.23 | 333.18 | 0.84 | 0.42 |
| Hex | C4 | 11 | 61 | 0 | 5B | 33 | 17 | 14D | 54 | 2A |
| Octal | 304 | 21 | 141 | 0 | 133 | 63 | 27 | 515 | 124 | 52 |
| Binary | 11000100 | 10001 | 1100001 | 0 | 1011011 | 110011 | 10111 | 101001101 | 1010100 | 101010 |
Color Harmonies of #C41161
Complementary color
Monochromatic Colors of #C41161
Black with #C41161
Text Example
Text Example
White with #C41161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41161; }
p { color: rgb(196,17,97); }
H1.HeaderClassName
{
color: #C41161;
}
.AnyTagClassName
{
color: #C41161;
}
</style>
background-color css
<style>
a { background-color: #C41161; }
a { background-color: rgb(196,17,97); }
div.DivClassName
{
background-color: #C41161;
}
.BgClassName
{
background-color: #C41161;
}
</style>
border-color css
<style>
span { border-color: #C41161; }
span { border-color: rgb(196,17,97); }
td.TdClassName
{
border-color: #C41161;
}
.TagClassName
{
border-color: #C41161;
}
</style>