Shades of Ruby #C41A65
Tints of Ruby #C41A65
RGB
CMYK
RGB Variations
Color information
#C41A65 (or 0xC41A65) is known color: Ruby. HEX triplet: C4, 1A and 65. RGB value is (196,26,101). Sum of RGB (Red+Green+Blue) = 196+26+101=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A65 is #3BE59A. Grayscale: #555555. Windows color (decimal): -3925403 or 6625988. OLE color: 6625988.
HSL color Cylindrical-coordinate representation of color #C41A65: hue angle of 333.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A65 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 101 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.23 |
| HSL | 333.53º | 0.77% | 0.44% | - |
| HSV(B) | 333.53º | 0.87% | 0.77% | - |
| XYZ | 25.48 | 13.41 | 13.56 | - |
| YUV | 85.38 | 136.82 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 101 | 0 | 0.87 | 0.48 | 0.23 | 333.53 | 0.77 | 0.44 |
| Hex | C4 | 1A | 65 | 0 | 57 | 30 | 17 | 14E | 4D | 2C |
| Octal | 304 | 32 | 145 | 0 | 127 | 60 | 27 | 516 | 115 | 54 |
| Binary | 11000100 | 11010 | 1100101 | 0 | 1010111 | 110000 | 10111 | 101001110 | 1001101 | 101100 |
Color Harmonies of #C41A65
Complementary color
Monochromatic Colors of #C41A65
Black with #C41A65
Text Example
Text Example
White with #C41A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A65; }
p { color: rgb(196,26,101); }
H1.HeaderClassName
{
color: #C41A65;
}
.AnyTagClassName
{
color: #C41A65;
}
</style>
background-color css
<style>
a { background-color: #C41A65; }
a { background-color: rgb(196,26,101); }
div.DivClassName
{
background-color: #C41A65;
}
.BgClassName
{
background-color: #C41A65;
}
</style>
border-color css
<style>
span { border-color: #C41A65; }
span { border-color: rgb(196,26,101); }
td.TdClassName
{
border-color: #C41A65;
}
.TagClassName
{
border-color: #C41A65;
}
</style>