Shades of Ruby #C41062
Tints of Ruby #C41062
RGB
CMYK
RGB Variations
Color information
#C41062 (or 0xC41062) is known color: Ruby. HEX triplet: C4, 10 and 62. RGB value is (196,16,98). Sum of RGB (Red+Green+Blue) = 196+16+98=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C41062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41062 is #3BEF9D. Grayscale: #4F4F4F. Windows color (decimal): -3927966 or 6426820. OLE color: 6426820.
HSL color Cylindrical-coordinate representation of color #C41062: hue angle of 332.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41062 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.23 |
| HSL | 332.67º | 0.85% | 0.42% | - |
| HSV(B) | 332.67º | 0.92% | 0.77% | - |
| XYZ | 25.15 | 12.99 | 12.74 | - |
| YUV | 79.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 98 | 0 | 0.92 | 0.5 | 0.23 | 332.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 62 | 0 | 5C | 32 | 17 | 14D | 55 | 2A |
| Octal | 304 | 20 | 142 | 0 | 134 | 62 | 27 | 515 | 125 | 52 |
| Binary | 11000100 | 10000 | 1100010 | 0 | 1011100 | 110010 | 10111 | 101001101 | 1010101 | 101010 |
Color Harmonies of #C41062
Complementary color
Monochromatic Colors of #C41062
Black with #C41062
Text Example
Text Example
White with #C41062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41062; }
p { color: rgb(196,16,98); }
H1.HeaderClassName
{
color: #C41062;
}
.AnyTagClassName
{
color: #C41062;
}
</style>
background-color css
<style>
a { background-color: #C41062; }
a { background-color: rgb(196,16,98); }
div.DivClassName
{
background-color: #C41062;
}
.BgClassName
{
background-color: #C41062;
}
</style>
border-color css
<style>
span { border-color: #C41062; }
span { border-color: rgb(196,16,98); }
td.TdClassName
{
border-color: #C41062;
}
.TagClassName
{
border-color: #C41062;
}
</style>