Shades of Ruby #C40C60
Tints of Ruby #C40C60
RGB
CMYK
RGB Variations
Color information
#C40C60 (or 0xC40C60) is known color: Ruby. HEX triplet: C4, 0C and 60. RGB value is (196,12,96). Sum of RGB (Red+Green+Blue) = 196+12+96=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C60 is #3BF39F. Grayscale: #4C4C4C. Windows color (decimal): -3928992 or 6294724. OLE color: 6294724.
HSL color Cylindrical-coordinate representation of color #C40C60: hue angle of 332.61º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C60 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 96 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.23 |
| HSL | 332.61º | 0.88% | 0.41% | - |
| HSV(B) | 332.61º | 0.94% | 0.77% | - |
| XYZ | 25.01 | 12.84 | 12.23 | - |
| YUV | 76.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 96 | 0 | 0.94 | 0.51 | 0.23 | 332.61 | 0.88 | 0.41 |
| Hex | C4 | C | 60 | 0 | 5E | 33 | 17 | 14D | 58 | 29 |
| Octal | 304 | 14 | 140 | 0 | 136 | 63 | 27 | 515 | 130 | 51 |
| Binary | 11000100 | 1100 | 1100000 | 0 | 1011110 | 110011 | 10111 | 101001101 | 1011000 | 101001 |
Color Harmonies of #C40C60
Complementary color
Monochromatic Colors of #C40C60
Black with #C40C60
Text Example
Text Example
White with #C40C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C60; }
p { color: rgb(196,12,96); }
H1.HeaderClassName
{
color: #C40C60;
}
.AnyTagClassName
{
color: #C40C60;
}
</style>
background-color css
<style>
a { background-color: #C40C60; }
a { background-color: rgb(196,12,96); }
div.DivClassName
{
background-color: #C40C60;
}
.BgClassName
{
background-color: #C40C60;
}
</style>
border-color css
<style>
span { border-color: #C40C60; }
span { border-color: rgb(196,12,96); }
td.TdClassName
{
border-color: #C40C60;
}
.TagClassName
{
border-color: #C40C60;
}
</style>