Shades of Ruby #C40460
Tints of Ruby #C40460
RGB
CMYK
RGB Variations
Color information
#C40460 (or 0xC40460) is known color: Ruby. HEX triplet: C4, 04 and 60. RGB value is (196,4,96). Sum of RGB (Red+Green+Blue) = 196+4+96=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C40460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40460 is #3BFB9F. Grayscale: #474747. Windows color (decimal): -3931040 or 6292676. OLE color: 6292676.
HSL color Cylindrical-coordinate representation of color #C40460: hue angle of 331.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40460 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 96 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.23 |
| HSL | 331.25º | 0.96% | 0.39% | - |
| HSV(B) | 331.25º | 0.98% | 0.77% | - |
| XYZ | 24.92 | 12.67 | 12.2 | - |
| YUV | 71.9 | 141.61 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 96 | 0 | 0.98 | 0.51 | 0.23 | 331.25 | 0.96 | 0.39 |
| Hex | C4 | 4 | 60 | 0 | 62 | 33 | 17 | 14B | 60 | 27 |
| Octal | 304 | 4 | 140 | 0 | 142 | 63 | 27 | 513 | 140 | 47 |
| Binary | 11000100 | 100 | 1100000 | 0 | 1100010 | 110011 | 10111 | 101001011 | 1100000 | 100111 |
Color Harmonies of #C40460
Complementary color
Monochromatic Colors of #C40460
Black with #C40460
Text Example
Text Example
White with #C40460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40460; }
p { color: rgb(196,4,96); }
H1.HeaderClassName
{
color: #C40460;
}
.AnyTagClassName
{
color: #C40460;
}
</style>
background-color css
<style>
a { background-color: #C40460; }
a { background-color: rgb(196,4,96); }
div.DivClassName
{
background-color: #C40460;
}
.BgClassName
{
background-color: #C40460;
}
</style>
border-color css
<style>
span { border-color: #C40460; }
span { border-color: rgb(196,4,96); }
td.TdClassName
{
border-color: #C40460;
}
.TagClassName
{
border-color: #C40460;
}
</style>