Shades of Ruby #C41A62
Tints of Ruby #C41A62
RGB
CMYK
RGB Variations
Color information
#C41A62 (or 0xC41A62) is known color: Ruby. HEX triplet: C4, 1A and 62. RGB value is (196,26,98). Sum of RGB (Red+Green+Blue) = 196+26+98=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A62 is #3BE59D. Grayscale: #545454. Windows color (decimal): -3925406 or 6429380. OLE color: 6429380.
HSL color Cylindrical-coordinate representation of color #C41A62: hue angle of 334.59º 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 #C41A62 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 98 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.23 |
| HSL | 334.59º | 0.77% | 0.44% | - |
| HSV(B) | 334.59º | 0.87% | 0.77% | - |
| XYZ | 25.34 | 13.36 | 12.8 | - |
| YUV | 85.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 98 | 0 | 0.87 | 0.5 | 0.23 | 334.59 | 0.77 | 0.44 |
| Hex | C4 | 1A | 62 | 0 | 57 | 32 | 17 | 14F | 4D | 2C |
| Octal | 304 | 32 | 142 | 0 | 127 | 62 | 27 | 517 | 115 | 54 |
| Binary | 11000100 | 11010 | 1100010 | 0 | 1010111 | 110010 | 10111 | 101001111 | 1001101 | 101100 |
Color Harmonies of #C41A62
Complementary color
Monochromatic Colors of #C41A62
Black with #C41A62
Text Example
Text Example
White with #C41A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A62; }
p { color: rgb(196,26,98); }
H1.HeaderClassName
{
color: #C41A62;
}
.AnyTagClassName
{
color: #C41A62;
}
</style>
background-color css
<style>
a { background-color: #C41A62; }
a { background-color: rgb(196,26,98); }
div.DivClassName
{
background-color: #C41A62;
}
.BgClassName
{
background-color: #C41A62;
}
</style>
border-color css
<style>
span { border-color: #C41A62; }
span { border-color: rgb(196,26,98); }
td.TdClassName
{
border-color: #C41A62;
}
.TagClassName
{
border-color: #C41A62;
}
</style>