Shades of Ruby #C40A5E
Tints of Ruby #C40A5E
RGB
CMYK
RGB Variations
Color information
#C40A5E (or 0xC40A5E) is known color: Ruby. HEX triplet: C4, 0A and 5E. RGB value is (196,10,94). Sum of RGB (Red+Green+Blue) = 196+10+94=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A5E is #3BF5A1. Grayscale: #4B4B4B. Windows color (decimal): -3929506 or 6163140. OLE color: 6163140.
HSL color Cylindrical-coordinate representation of color #C40A5E: hue angle of 332.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A5E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.23 |
| HSL | 332.9º | 0.9% | 0.4% | - |
| HSV(B) | 332.9º | 0.95% | 0.77% | - |
| XYZ | 24.89 | 12.76 | 11.74 | - |
| YUV | 75.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 94 | 0 | 0.95 | 0.52 | 0.23 | 332.9 | 0.9 | 0.4 |
| Hex | C4 | A | 5E | 0 | 5F | 34 | 17 | 14D | 5A | 28 |
| Octal | 304 | 12 | 136 | 0 | 137 | 64 | 27 | 515 | 132 | 50 |
| Binary | 11000100 | 1010 | 1011110 | 0 | 1011111 | 110100 | 10111 | 101001101 | 1011010 | 101000 |
Color Harmonies of #C40A5E
Complementary color
Monochromatic Colors of #C40A5E
Black with #C40A5E
Text Example
Text Example
White with #C40A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A5E; }
p { color: rgb(196,10,94); }
H1.HeaderClassName
{
color: #C40A5E;
}
.AnyTagClassName
{
color: #C40A5E;
}
</style>
background-color css
<style>
a { background-color: #C40A5E; }
a { background-color: rgb(196,10,94); }
div.DivClassName
{
background-color: #C40A5E;
}
.BgClassName
{
background-color: #C40A5E;
}
</style>
border-color css
<style>
span { border-color: #C40A5E; }
span { border-color: rgb(196,10,94); }
td.TdClassName
{
border-color: #C40A5E;
}
.TagClassName
{
border-color: #C40A5E;
}
</style>