Shades of Ruby #C41361
Tints of Ruby #C41361
RGB
CMYK
RGB Variations
Color information
#C41361 (or 0xC41361) is known color: Ruby. HEX triplet: C4, 13 and 61. RGB value is (196,19,97). Sum of RGB (Red+Green+Blue) = 196+19+97=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C41361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41361 is #3BEC9E. Grayscale: #505050. Windows color (decimal): -3927199 or 6362052. OLE color: 6362052.
HSL color Cylindrical-coordinate representation of color #C41361: hue angle of 333.56º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41361 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 97 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.23 |
| HSL | 333.56º | 0.82% | 0.42% | - |
| HSV(B) | 333.56º | 0.9% | 0.77% | - |
| XYZ | 25.16 | 13.06 | 12.51 | - |
| YUV | 80.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 97 | 0 | 0.90 | 0.51 | 0.23 | 333.56 | 0.82 | 0.42 |
| Hex | C4 | 13 | 61 | 0 | 5A | 33 | 17 | 14E | 52 | 2A |
| Octal | 304 | 23 | 141 | 0 | 132 | 63 | 27 | 516 | 122 | 52 |
| Binary | 11000100 | 10011 | 1100001 | 0 | 1011010 | 110011 | 10111 | 101001110 | 1010010 | 101010 |
Color Harmonies of #C41361
Complementary color
Monochromatic Colors of #C41361
Black with #C41361
Text Example
Text Example
White with #C41361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41361; }
p { color: rgb(196,19,97); }
H1.HeaderClassName
{
color: #C41361;
}
.AnyTagClassName
{
color: #C41361;
}
</style>
background-color css
<style>
a { background-color: #C41361; }
a { background-color: rgb(196,19,97); }
div.DivClassName
{
background-color: #C41361;
}
.BgClassName
{
background-color: #C41361;
}
</style>
border-color css
<style>
span { border-color: #C41361; }
span { border-color: rgb(196,19,97); }
td.TdClassName
{
border-color: #C41361;
}
.TagClassName
{
border-color: #C41361;
}
</style>