Shades of Ruby #C40E61
Tints of Ruby #C40E61
RGB
CMYK
RGB Variations
Color information
#C40E61 (or 0xC40E61) is known color: Ruby. HEX triplet: C4, 0E and 61. RGB value is (196,14,97). Sum of RGB (Red+Green+Blue) = 196+14+97=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E61 is #3BF19E. Grayscale: #4D4D4D. Windows color (decimal): -3928479 or 6360772. OLE color: 6360772.
HSL color Cylindrical-coordinate representation of color #C40E61: hue angle of 332.64º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40E61 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 97 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.23 |
| HSL | 332.64º | 0.87% | 0.41% | - |
| HSV(B) | 332.64º | 0.93% | 0.77% | - |
| XYZ | 25.08 | 12.91 | 12.48 | - |
| YUV | 77.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 97 | 0 | 0.93 | 0.51 | 0.23 | 332.64 | 0.87 | 0.41 |
| Hex | C4 | E | 61 | 0 | 5D | 33 | 17 | 14D | 57 | 29 |
| Octal | 304 | 16 | 141 | 0 | 135 | 63 | 27 | 515 | 127 | 51 |
| Binary | 11000100 | 1110 | 1100001 | 0 | 1011101 | 110011 | 10111 | 101001101 | 1010111 | 101001 |
Color Harmonies of #C40E61
Complementary color
Monochromatic Colors of #C40E61
Black with #C40E61
Text Example
Text Example
White with #C40E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E61; }
p { color: rgb(196,14,97); }
H1.HeaderClassName
{
color: #C40E61;
}
.AnyTagClassName
{
color: #C40E61;
}
</style>
background-color css
<style>
a { background-color: #C40E61; }
a { background-color: rgb(196,14,97); }
div.DivClassName
{
background-color: #C40E61;
}
.BgClassName
{
background-color: #C40E61;
}
</style>
border-color css
<style>
span { border-color: #C40E61; }
span { border-color: rgb(196,14,97); }
td.TdClassName
{
border-color: #C40E61;
}
.TagClassName
{
border-color: #C40E61;
}
</style>