Shades of Ruby #C41260
Tints of Ruby #C41260
RGB
CMYK
RGB Variations
Color information
#C41260 (or 0xC41260) is known color: Ruby. HEX triplet: C4, 12 and 60. RGB value is (196,18,96). Sum of RGB (Red+Green+Blue) = 196+18+96=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41260 is #3BED9F. Grayscale: #4F4F4F. Windows color (decimal): -3927456 or 6296260. OLE color: 6296260.
HSL color Cylindrical-coordinate representation of color #C41260: hue angle of 333.71º degrees, saturation: 0.83, 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 #C41260 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 96 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.23 |
| HSL | 333.71º | 0.83% | 0.42% | - |
| HSV(B) | 333.71º | 0.91% | 0.77% | - |
| XYZ | 25.09 | 13.01 | 12.26 | - |
| YUV | 80.11 | 136.97 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 96 | 0 | 0.91 | 0.51 | 0.23 | 333.71 | 0.83 | 0.42 |
| Hex | C4 | 12 | 60 | 0 | 5B | 33 | 17 | 14E | 53 | 2A |
| Octal | 304 | 22 | 140 | 0 | 133 | 63 | 27 | 516 | 123 | 52 |
| Binary | 11000100 | 10010 | 1100000 | 0 | 1011011 | 110011 | 10111 | 101001110 | 1010011 | 101010 |
Color Harmonies of #C41260
Complementary color
Monochromatic Colors of #C41260
Black with #C41260
Text Example
Text Example
White with #C41260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41260; }
p { color: rgb(196,18,96); }
H1.HeaderClassName
{
color: #C41260;
}
.AnyTagClassName
{
color: #C41260;
}
</style>
background-color css
<style>
a { background-color: #C41260; }
a { background-color: rgb(196,18,96); }
div.DivClassName
{
background-color: #C41260;
}
.BgClassName
{
background-color: #C41260;
}
</style>
border-color css
<style>
span { border-color: #C41260; }
span { border-color: rgb(196,18,96); }
td.TdClassName
{
border-color: #C41260;
}
.TagClassName
{
border-color: #C41260;
}
</style>