Shades of Ruby #C40759
Tints of Ruby #C40759
RGB
CMYK
RGB Variations
Color information
#C40759 (or 0xC40759) is known color: Ruby. HEX triplet: C4, 07 and 59. RGB value is (196,7,89). Sum of RGB (Red+Green+Blue) = 196+7+89=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C40759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40759 is #3BF8A6. Grayscale: #484848. Windows color (decimal): -3930279 or 5834692. OLE color: 5834692.
HSL color Cylindrical-coordinate representation of color #C40759: hue angle of 333.97º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40759 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 89 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.23 |
| HSL | 333.97º | 0.93% | 0.4% | - |
| HSV(B) | 333.97º | 0.96% | 0.77% | - |
| XYZ | 24.64 | 12.61 | 10.59 | - |
| YUV | 72.86 | 137.12 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 89 | 0 | 0.96 | 0.55 | 0.23 | 333.97 | 0.93 | 0.4 |
| Hex | C4 | 7 | 59 | 0 | 60 | 37 | 17 | 14E | 5D | 28 |
| Octal | 304 | 7 | 131 | 0 | 140 | 67 | 27 | 516 | 135 | 50 |
| Binary | 11000100 | 111 | 1011001 | 0 | 1100000 | 110111 | 10111 | 101001110 | 1011101 | 101000 |
Color Harmonies of #C40759
Complementary color
Monochromatic Colors of #C40759
Black with #C40759
Text Example
Text Example
White with #C40759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40759; }
p { color: rgb(196,7,89); }
H1.HeaderClassName
{
color: #C40759;
}
.AnyTagClassName
{
color: #C40759;
}
</style>
background-color css
<style>
a { background-color: #C40759; }
a { background-color: rgb(196,7,89); }
div.DivClassName
{
background-color: #C40759;
}
.BgClassName
{
background-color: #C40759;
}
</style>
border-color css
<style>
span { border-color: #C40759; }
span { border-color: rgb(196,7,89); }
td.TdClassName
{
border-color: #C40759;
}
.TagClassName
{
border-color: #C40759;
}
</style>