Shades of Ruby #C41965
Tints of Ruby #C41965
RGB
CMYK
RGB Variations
Color information
#C41965 (or 0xC41965) is known color: Ruby. HEX triplet: C4, 19 and 65. RGB value is (196,25,101). Sum of RGB (Red+Green+Blue) = 196+25+101=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C41965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41965 is #3BE69A. Grayscale: #545454. Windows color (decimal): -3925659 or 6625732. OLE color: 6625732.
HSL color Cylindrical-coordinate representation of color #C41965: hue angle of 333.33º 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 #C41965 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 101 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.23 |
| HSL | 333.33º | 0.77% | 0.43% | - |
| HSV(B) | 333.33º | 0.87% | 0.77% | - |
| XYZ | 25.46 | 13.37 | 13.55 | - |
| YUV | 84.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 101 | 0 | 0.87 | 0.48 | 0.23 | 333.33 | 0.77 | 0.43 |
| Hex | C4 | 19 | 65 | 0 | 57 | 30 | 17 | 14D | 4D | 2B |
| Octal | 304 | 31 | 145 | 0 | 127 | 60 | 27 | 515 | 115 | 53 |
| Binary | 11000100 | 11001 | 1100101 | 0 | 1010111 | 110000 | 10111 | 101001101 | 1001101 | 101011 |
Color Harmonies of #C41965
Complementary color
Monochromatic Colors of #C41965
Black with #C41965
Text Example
Text Example
White with #C41965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41965; }
p { color: rgb(196,25,101); }
H1.HeaderClassName
{
color: #C41965;
}
.AnyTagClassName
{
color: #C41965;
}
</style>
background-color css
<style>
a { background-color: #C41965; }
a { background-color: rgb(196,25,101); }
div.DivClassName
{
background-color: #C41965;
}
.BgClassName
{
background-color: #C41965;
}
</style>
border-color css
<style>
span { border-color: #C41965; }
span { border-color: rgb(196,25,101); }
td.TdClassName
{
border-color: #C41965;
}
.TagClassName
{
border-color: #C41965;
}
</style>