Shades of Ruby #C41A63
Tints of Ruby #C41A63
RGB
CMYK
RGB Variations
Color information
#C41A63 (or 0xC41A63) is known color: Ruby. HEX triplet: C4, 1A and 63. RGB value is (196,26,99). Sum of RGB (Red+Green+Blue) = 196+26+99=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A63 is #3BE59C. Grayscale: #555555. Windows color (decimal): -3925405 or 6494916. OLE color: 6494916.
HSL color Cylindrical-coordinate representation of color #C41A63: hue angle of 334.24º 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 #C41A63 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 99 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.23 |
| HSL | 334.24º | 0.77% | 0.44% | - |
| HSV(B) | 334.24º | 0.87% | 0.77% | - |
| XYZ | 25.39 | 13.38 | 13.05 | - |
| YUV | 85.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 99 | 0 | 0.87 | 0.49 | 0.23 | 334.24 | 0.77 | 0.44 |
| Hex | C4 | 1A | 63 | 0 | 57 | 31 | 17 | 14E | 4D | 2C |
| Octal | 304 | 32 | 143 | 0 | 127 | 61 | 27 | 516 | 115 | 54 |
| Binary | 11000100 | 11010 | 1100011 | 0 | 1010111 | 110001 | 10111 | 101001110 | 1001101 | 101100 |
Color Harmonies of #C41A63
Complementary color
Monochromatic Colors of #C41A63
Black with #C41A63
Text Example
Text Example
White with #C41A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A63; }
p { color: rgb(196,26,99); }
H1.HeaderClassName
{
color: #C41A63;
}
.AnyTagClassName
{
color: #C41A63;
}
</style>
background-color css
<style>
a { background-color: #C41A63; }
a { background-color: rgb(196,26,99); }
div.DivClassName
{
background-color: #C41A63;
}
.BgClassName
{
background-color: #C41A63;
}
</style>
border-color css
<style>
span { border-color: #C41A63; }
span { border-color: rgb(196,26,99); }
td.TdClassName
{
border-color: #C41A63;
}
.TagClassName
{
border-color: #C41A63;
}
</style>