Shades of Ruby #C40A5C
Tints of Ruby #C40A5C
RGB
CMYK
RGB Variations
Color information
#C40A5C (or 0xC40A5C) is known color: Ruby. HEX triplet: C4, 0A and 5C. RGB value is (196,10,92). Sum of RGB (Red+Green+Blue) = 196+10+92=298 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.77% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A5C is #3BF5A3. Grayscale: #4A4A4A. Windows color (decimal): -3929508 or 6032068. OLE color: 6032068.
HSL color Cylindrical-coordinate representation of color #C40A5C: hue angle of 333.55º 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 #C40A5C is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.23 |
| HSL | 333.55º | 0.9% | 0.4% | - |
| HSV(B) | 333.55º | 0.95% | 0.77% | - |
| XYZ | 24.81 | 12.73 | 11.27 | - |
| YUV | 74.96 | 137.62 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 92 | 0 | 0.95 | 0.53 | 0.23 | 333.55 | 0.9 | 0.4 |
| Hex | C4 | A | 5C | 0 | 5F | 35 | 17 | 14E | 5A | 28 |
| Octal | 304 | 12 | 134 | 0 | 137 | 65 | 27 | 516 | 132 | 50 |
| Binary | 11000100 | 1010 | 1011100 | 0 | 1011111 | 110101 | 10111 | 101001110 | 1011010 | 101000 |
Color Harmonies of #C40A5C
Complementary color
Monochromatic Colors of #C40A5C
Black with #C40A5C
Text Example
Text Example
White with #C40A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A5C; }
p { color: rgb(196,10,92); }
H1.HeaderClassName
{
color: #C40A5C;
}
.AnyTagClassName
{
color: #C40A5C;
}
</style>
background-color css
<style>
a { background-color: #C40A5C; }
a { background-color: rgb(196,10,92); }
div.DivClassName
{
background-color: #C40A5C;
}
.BgClassName
{
background-color: #C40A5C;
}
</style>
border-color css
<style>
span { border-color: #C40A5C; }
span { border-color: rgb(196,10,92); }
td.TdClassName
{
border-color: #C40A5C;
}
.TagClassName
{
border-color: #C40A5C;
}
</style>