Shades of Ruby #C41963
Tints of Ruby #C41963
RGB
CMYK
RGB Variations
Color information
#C41963 (or 0xC41963) is known color: Ruby. HEX triplet: C4, 19 and 63. RGB value is (196,25,99). Sum of RGB (Red+Green+Blue) = 196+25+99=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41963 is #3BE69C. Grayscale: #545454. Windows color (decimal): -3925661 or 6494660. OLE color: 6494660.
HSL color Cylindrical-coordinate representation of color #C41963: hue angle of 334.04º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41963 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 99 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.23 |
| HSL | 334.04º | 0.77% | 0.43% | - |
| HSV(B) | 334.04º | 0.87% | 0.77% | - |
| XYZ | 25.36 | 13.33 | 13.04 | - |
| YUV | 84.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 99 | 0 | 0.87 | 0.49 | 0.23 | 334.04 | 0.77 | 0.43 |
| Hex | C4 | 19 | 63 | 0 | 57 | 31 | 17 | 14E | 4D | 2B |
| Octal | 304 | 31 | 143 | 0 | 127 | 61 | 27 | 516 | 115 | 53 |
| Binary | 11000100 | 11001 | 1100011 | 0 | 1010111 | 110001 | 10111 | 101001110 | 1001101 | 101011 |
Color Harmonies of #C41963
Complementary color
Monochromatic Colors of #C41963
Black with #C41963
Text Example
Text Example
White with #C41963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41963; }
p { color: rgb(196,25,99); }
H1.HeaderClassName
{
color: #C41963;
}
.AnyTagClassName
{
color: #C41963;
}
</style>
background-color css
<style>
a { background-color: #C41963; }
a { background-color: rgb(196,25,99); }
div.DivClassName
{
background-color: #C41963;
}
.BgClassName
{
background-color: #C41963;
}
</style>
border-color css
<style>
span { border-color: #C41963; }
span { border-color: rgb(196,25,99); }
td.TdClassName
{
border-color: #C41963;
}
.TagClassName
{
border-color: #C41963;
}
</style>