Shades of Ruby #C41052
Tints of Ruby #C41052
RGB
CMYK
RGB Variations
Color information
#C41052 (or 0xC41052) is known color: Ruby. HEX triplet: C4, 10 and 52. RGB value is (196,16,82). Sum of RGB (Red+Green+Blue) = 196+16+82=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41052 is #3BEFAD. Grayscale: #4D4D4D. Windows color (decimal): -3927982 or 5378244. OLE color: 5378244.
HSL color Cylindrical-coordinate representation of color #C41052: hue angle of 338º 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 #C41052 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 82 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.23 |
| HSL | 338º | 0.85% | 0.42% | - |
| HSV(B) | 338º | 0.92% | 0.77% | - |
| XYZ | 24.47 | 12.72 | 9.15 | - |
| YUV | 77.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 82 | 0 | 0.92 | 0.58 | 0.23 | 338 | 0.85 | 0.42 |
| Hex | C4 | 10 | 52 | 0 | 5C | 3A | 17 | 152 | 55 | 2A |
| Octal | 304 | 20 | 122 | 0 | 134 | 72 | 27 | 522 | 125 | 52 |
| Binary | 11000100 | 10000 | 1010010 | 0 | 1011100 | 111010 | 10111 | 101010010 | 1010101 | 101010 |
Color Harmonies of #C41052
Complementary color
Monochromatic Colors of #C41052
Black with #C41052
Text Example
Text Example
White with #C41052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41052; }
p { color: rgb(196,16,82); }
H1.HeaderClassName
{
color: #C41052;
}
.AnyTagClassName
{
color: #C41052;
}
</style>
background-color css
<style>
a { background-color: #C41052; }
a { background-color: rgb(196,16,82); }
div.DivClassName
{
background-color: #C41052;
}
.BgClassName
{
background-color: #C41052;
}
</style>
border-color css
<style>
span { border-color: #C41052; }
span { border-color: rgb(196,16,82); }
td.TdClassName
{
border-color: #C41052;
}
.TagClassName
{
border-color: #C41052;
}
</style>