Shades of Ruby #C40963
Tints of Ruby #C40963
RGB
CMYK
RGB Variations
Color information
#C40963 (or 0xC40963) is known color: Ruby. HEX triplet: C4, 09 and 63. RGB value is (196,9,99). Sum of RGB (Red+Green+Blue) = 196+9+99=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40963 is #3BF69C. Grayscale: #4B4B4B. Windows color (decimal): -3929757 or 6490564. OLE color: 6490564.
HSL color Cylindrical-coordinate representation of color #C40963: hue angle of 331.12º degrees, saturation: 0.91, 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 #C40963 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 99 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.23 |
| HSL | 331.12º | 0.91% | 0.4% | - |
| HSV(B) | 331.12º | 0.95% | 0.77% | - |
| XYZ | 25.11 | 12.83 | 12.96 | - |
| YUV | 75.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 99 | 0 | 0.95 | 0.49 | 0.23 | 331.12 | 0.91 | 0.4 |
| Hex | C4 | 9 | 63 | 0 | 5F | 31 | 17 | 14B | 5B | 28 |
| Octal | 304 | 11 | 143 | 0 | 137 | 61 | 27 | 513 | 133 | 50 |
| Binary | 11000100 | 1001 | 1100011 | 0 | 1011111 | 110001 | 10111 | 101001011 | 1011011 | 101000 |
Color Harmonies of #C40963
Complementary color
Monochromatic Colors of #C40963
Black with #C40963
Text Example
Text Example
White with #C40963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40963; }
p { color: rgb(196,9,99); }
H1.HeaderClassName
{
color: #C40963;
}
.AnyTagClassName
{
color: #C40963;
}
</style>
background-color css
<style>
a { background-color: #C40963; }
a { background-color: rgb(196,9,99); }
div.DivClassName
{
background-color: #C40963;
}
.BgClassName
{
background-color: #C40963;
}
</style>
border-color css
<style>
span { border-color: #C40963; }
span { border-color: rgb(196,9,99); }
td.TdClassName
{
border-color: #C40963;
}
.TagClassName
{
border-color: #C40963;
}
</style>