Shades of Ruby #C41663
Tints of Ruby #C41663
RGB
CMYK
RGB Variations
Color information
#C41663 (or 0xC41663) is known color: Ruby. HEX triplet: C4, 16 and 63. RGB value is (196,22,99). Sum of RGB (Red+Green+Blue) = 196+22+99=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41663 is #3BE99C. Grayscale: #525252. Windows color (decimal): -3926429 or 6493892. OLE color: 6493892.
HSL color Cylindrical-coordinate representation of color #C41663: hue angle of 333.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41663 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 99 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.23 |
| HSL | 333.45º | 0.8% | 0.43% | - |
| HSV(B) | 333.45º | 0.89% | 0.77% | - |
| XYZ | 25.3 | 13.21 | 13.02 | - |
| YUV | 82.8 | 137.15 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 99 | 0 | 0.89 | 0.49 | 0.23 | 333.45 | 0.8 | 0.43 |
| Hex | C4 | 16 | 63 | 0 | 59 | 31 | 17 | 14D | 50 | 2B |
| Octal | 304 | 26 | 143 | 0 | 131 | 61 | 27 | 515 | 120 | 53 |
| Binary | 11000100 | 10110 | 1100011 | 0 | 1011001 | 110001 | 10111 | 101001101 | 1010000 | 101011 |
Color Harmonies of #C41663
Complementary color
Monochromatic Colors of #C41663
Black with #C41663
Text Example
Text Example
White with #C41663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41663; }
p { color: rgb(196,22,99); }
H1.HeaderClassName
{
color: #C41663;
}
.AnyTagClassName
{
color: #C41663;
}
</style>
background-color css
<style>
a { background-color: #C41663; }
a { background-color: rgb(196,22,99); }
div.DivClassName
{
background-color: #C41663;
}
.BgClassName
{
background-color: #C41663;
}
</style>
border-color css
<style>
span { border-color: #C41663; }
span { border-color: rgb(196,22,99); }
td.TdClassName
{
border-color: #C41663;
}
.TagClassName
{
border-color: #C41663;
}
</style>