Shades of Ruby #C40E64
Tints of Ruby #C40E64
RGB
CMYK
RGB Variations
Color information
#C40E64 (or 0xC40E64) is known color: Ruby. HEX triplet: C4, 0E and 64. RGB value is (196,14,100). Sum of RGB (Red+Green+Blue) = 196+14+100=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E64 is #3BF19B. Grayscale: #4E4E4E. Windows color (decimal): -3928476 or 6557380. OLE color: 6557380.
HSL color Cylindrical-coordinate representation of color #C40E64: hue angle of 331.65º 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 #C40E64 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 14 | 100 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.23 |
| HSL | 331.65º | 0.87% | 0.41% | - |
| HSV(B) | 331.65º | 0.93% | 0.77% | - |
| XYZ | 25.22 | 12.97 | 13.23 | - |
| YUV | 78.22 | 140.3 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 100 | 0 | 0.93 | 0.49 | 0.23 | 331.65 | 0.87 | 0.41 |
| Hex | C4 | E | 64 | 0 | 5D | 31 | 17 | 14C | 57 | 29 |
| Octal | 304 | 16 | 144 | 0 | 135 | 61 | 27 | 514 | 127 | 51 |
| Binary | 11000100 | 1110 | 1100100 | 0 | 1011101 | 110001 | 10111 | 101001100 | 1010111 | 101001 |
Color Harmonies of #C40E64
Complementary color
Monochromatic Colors of #C40E64
Black with #C40E64
Text Example
Text Example
White with #C40E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40E64; }
p { color: rgb(196,14,100); }
H1.HeaderClassName
{
color: #C40E64;
}
.AnyTagClassName
{
color: #C40E64;
}
</style>
background-color css
<style>
a { background-color: #C40E64; }
a { background-color: rgb(196,14,100); }
div.DivClassName
{
background-color: #C40E64;
}
.BgClassName
{
background-color: #C40E64;
}
</style>
border-color css
<style>
span { border-color: #C40E64; }
span { border-color: rgb(196,14,100); }
td.TdClassName
{
border-color: #C40E64;
}
.TagClassName
{
border-color: #C40E64;
}
</style>