Shades of Ruby #C40F57
Tints of Ruby #C40F57
RGB
CMYK
RGB Variations
Color information
#C40F57 (or 0xC40F57) is known color: Ruby. HEX triplet: C4, 0F and 57. RGB value is (196,15,87). Sum of RGB (Red+Green+Blue) = 196+15+87=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F57 is #3BF0A8. Grayscale: #4D4D4D. Windows color (decimal): -3928233 or 5705668. OLE color: 5705668.
HSL color Cylindrical-coordinate representation of color #C40F57: hue angle of 336.13º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F57 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 87 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.23 |
| HSL | 336.13º | 0.86% | 0.41% | - |
| HSV(B) | 336.13º | 0.92% | 0.77% | - |
| XYZ | 24.66 | 12.77 | 10.18 | - |
| YUV | 77.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 87 | 0 | 0.92 | 0.56 | 0.23 | 336.13 | 0.86 | 0.41 |
| Hex | C4 | F | 57 | 0 | 5C | 38 | 17 | 150 | 56 | 29 |
| Octal | 304 | 17 | 127 | 0 | 134 | 70 | 27 | 520 | 126 | 51 |
| Binary | 11000100 | 1111 | 1010111 | 0 | 1011100 | 111000 | 10111 | 101010000 | 1010110 | 101001 |
Color Harmonies of #C40F57
Complementary color
Monochromatic Colors of #C40F57
Black with #C40F57
Text Example
Text Example
White with #C40F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F57; }
p { color: rgb(196,15,87); }
H1.HeaderClassName
{
color: #C40F57;
}
.AnyTagClassName
{
color: #C40F57;
}
</style>
background-color css
<style>
a { background-color: #C40F57; }
a { background-color: rgb(196,15,87); }
div.DivClassName
{
background-color: #C40F57;
}
.BgClassName
{
background-color: #C40F57;
}
</style>
border-color css
<style>
span { border-color: #C40F57; }
span { border-color: rgb(196,15,87); }
td.TdClassName
{
border-color: #C40F57;
}
.TagClassName
{
border-color: #C40F57;
}
</style>