Shades of Ruby #C41962
Tints of Ruby #C41962
RGB
CMYK
RGB Variations
Color information
#C41962 (or 0xC41962) is known color: Ruby. HEX triplet: C4, 19 and 62. RGB value is (196,25,98). Sum of RGB (Red+Green+Blue) = 196+25+98=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C41962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41962 is #3BE69D. Grayscale: #545454. Windows color (decimal): -3925662 or 6429124. OLE color: 6429124.
HSL color Cylindrical-coordinate representation of color #C41962: hue angle of 334.39º 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 #C41962 is Cyan = 0, Magento = 0.87, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 98 | - |
| CMYK | 0 | 0.87 | 0.5 | 0.23 |
| HSL | 334.39º | 0.77% | 0.43% | - |
| HSV(B) | 334.39º | 0.87% | 0.77% | - |
| XYZ | 25.32 | 13.31 | 12.79 | - |
| YUV | 84.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 98 | 0 | 0.87 | 0.5 | 0.23 | 334.39 | 0.77 | 0.43 |
| Hex | C4 | 19 | 62 | 0 | 57 | 32 | 17 | 14E | 4D | 2B |
| Octal | 304 | 31 | 142 | 0 | 127 | 62 | 27 | 516 | 115 | 53 |
| Binary | 11000100 | 11001 | 1100010 | 0 | 1010111 | 110010 | 10111 | 101001110 | 1001101 | 101011 |
Color Harmonies of #C41962
Complementary color
Monochromatic Colors of #C41962
Black with #C41962
Text Example
Text Example
White with #C41962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41962; }
p { color: rgb(196,25,98); }
H1.HeaderClassName
{
color: #C41962;
}
.AnyTagClassName
{
color: #C41962;
}
</style>
background-color css
<style>
a { background-color: #C41962; }
a { background-color: rgb(196,25,98); }
div.DivClassName
{
background-color: #C41962;
}
.BgClassName
{
background-color: #C41962;
}
</style>
border-color css
<style>
span { border-color: #C41962; }
span { border-color: rgb(196,25,98); }
td.TdClassName
{
border-color: #C41962;
}
.TagClassName
{
border-color: #C41962;
}
</style>