Shades of Ruby #C41759
Tints of Ruby #C41759
RGB
CMYK
RGB Variations
Color information
#C41759 (or 0xC41759) is known color: Ruby. HEX triplet: C4, 17 and 59. RGB value is (196,23,89). Sum of RGB (Red+Green+Blue) = 196+23+89=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C41759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41759 is #3BE8A6. Grayscale: #525252. Windows color (decimal): -3926183 or 5838788. OLE color: 5838788.
HSL color Cylindrical-coordinate representation of color #C41759: hue angle of 337.11º degrees, saturation: 0.79, 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 #C41759 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 89 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.23 |
| HSL | 337.11º | 0.79% | 0.43% | - |
| HSV(B) | 337.11º | 0.88% | 0.77% | - |
| XYZ | 24.87 | 13.07 | 10.66 | - |
| YUV | 82.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 89 | 0 | 0.88 | 0.55 | 0.23 | 337.11 | 0.79 | 0.43 |
| Hex | C4 | 17 | 59 | 0 | 58 | 37 | 17 | 151 | 4F | 2B |
| Octal | 304 | 27 | 131 | 0 | 130 | 67 | 27 | 521 | 117 | 53 |
| Binary | 11000100 | 10111 | 1011001 | 0 | 1011000 | 110111 | 10111 | 101010001 | 1001111 | 101011 |
Color Harmonies of #C41759
Complementary color
Monochromatic Colors of #C41759
Black with #C41759
Text Example
Text Example
White with #C41759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41759; }
p { color: rgb(196,23,89); }
H1.HeaderClassName
{
color: #C41759;
}
.AnyTagClassName
{
color: #C41759;
}
</style>
background-color css
<style>
a { background-color: #C41759; }
a { background-color: rgb(196,23,89); }
div.DivClassName
{
background-color: #C41759;
}
.BgClassName
{
background-color: #C41759;
}
</style>
border-color css
<style>
span { border-color: #C41759; }
span { border-color: rgb(196,23,89); }
td.TdClassName
{
border-color: #C41759;
}
.TagClassName
{
border-color: #C41759;
}
</style>