Shades of Ruby #C41153
Tints of Ruby #C41153
RGB
CMYK
RGB Variations
Color information
#C41153 (or 0xC41153) is known color: Ruby. HEX triplet: C4, 11 and 53. RGB value is (196,17,83). Sum of RGB (Red+Green+Blue) = 196+17+83=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C41153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41153 is #3BEEAC. Grayscale: #4D4D4D. Windows color (decimal): -3927725 or 5444036. OLE color: 5444036.
HSL color Cylindrical-coordinate representation of color #C41153: hue angle of 337.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41153 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.23 |
| HSL | 337.88º | 0.84% | 0.42% | - |
| HSV(B) | 337.88º | 0.91% | 0.77% | - |
| XYZ | 24.53 | 12.76 | 9.35 | - |
| YUV | 78.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 83 | 0 | 0.91 | 0.58 | 0.23 | 337.88 | 0.84 | 0.42 |
| Hex | C4 | 11 | 53 | 0 | 5B | 3A | 17 | 152 | 54 | 2A |
| Octal | 304 | 21 | 123 | 0 | 133 | 72 | 27 | 522 | 124 | 52 |
| Binary | 11000100 | 10001 | 1010011 | 0 | 1011011 | 111010 | 10111 | 101010010 | 1010100 | 101010 |
Color Harmonies of #C41153
Complementary color
Monochromatic Colors of #C41153
Black with #C41153
Text Example
Text Example
White with #C41153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41153; }
p { color: rgb(196,17,83); }
H1.HeaderClassName
{
color: #C41153;
}
.AnyTagClassName
{
color: #C41153;
}
</style>
background-color css
<style>
a { background-color: #C41153; }
a { background-color: rgb(196,17,83); }
div.DivClassName
{
background-color: #C41153;
}
.BgClassName
{
background-color: #C41153;
}
</style>
border-color css
<style>
span { border-color: #C41153; }
span { border-color: rgb(196,17,83); }
td.TdClassName
{
border-color: #C41153;
}
.TagClassName
{
border-color: #C41153;
}
</style>