Shades of Ruby #C41863
Tints of Ruby #C41863
RGB
CMYK
RGB Variations
Color information
#C41863 (or 0xC41863) is known color: Ruby. HEX triplet: C4, 18 and 63. RGB value is (196,24,99). Sum of RGB (Red+Green+Blue) = 196+24+99=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41863 is #3BE79C. Grayscale: #535353. Windows color (decimal): -3925917 or 6494404. OLE color: 6494404.
HSL color Cylindrical-coordinate representation of color #C41863: hue angle of 333.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41863 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 99 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.23 |
| HSL | 333.84º | 0.78% | 0.43% | - |
| HSV(B) | 333.84º | 0.88% | 0.77% | - |
| XYZ | 25.34 | 13.29 | 13.03 | - |
| YUV | 83.98 | 136.48 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 99 | 0 | 0.88 | 0.49 | 0.23 | 333.84 | 0.78 | 0.43 |
| Hex | C4 | 18 | 63 | 0 | 58 | 31 | 17 | 14E | 4E | 2B |
| Octal | 304 | 30 | 143 | 0 | 130 | 61 | 27 | 516 | 116 | 53 |
| Binary | 11000100 | 11000 | 1100011 | 0 | 1011000 | 110001 | 10111 | 101001110 | 1001110 | 101011 |
Color Harmonies of #C41863
Complementary color
Monochromatic Colors of #C41863
Black with #C41863
Text Example
Text Example
White with #C41863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41863; }
p { color: rgb(196,24,99); }
H1.HeaderClassName
{
color: #C41863;
}
.AnyTagClassName
{
color: #C41863;
}
</style>
background-color css
<style>
a { background-color: #C41863; }
a { background-color: rgb(196,24,99); }
div.DivClassName
{
background-color: #C41863;
}
.BgClassName
{
background-color: #C41863;
}
</style>
border-color css
<style>
span { border-color: #C41863; }
span { border-color: rgb(196,24,99); }
td.TdClassName
{
border-color: #C41863;
}
.TagClassName
{
border-color: #C41863;
}
</style>