Shades of Ruby #C41158
Tints of Ruby #C41158
RGB
CMYK
RGB Variations
Color information
#C41158 (or 0xC41158) is known color: Ruby. HEX triplet: C4, 11 and 58. RGB value is (196,17,88). Sum of RGB (Red+Green+Blue) = 196+17+88=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C41158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41158 is #3BEEA7. Grayscale: #4E4E4E. Windows color (decimal): -3927720 or 5771716. OLE color: 5771716.
HSL color Cylindrical-coordinate representation of color #C41158: hue angle of 336.2º 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 #C41158 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 88 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.23 |
| HSL | 336.2º | 0.84% | 0.42% | - |
| HSV(B) | 336.2º | 0.91% | 0.77% | - |
| XYZ | 24.73 | 12.84 | 10.41 | - |
| YUV | 78.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 88 | 0 | 0.91 | 0.55 | 0.23 | 336.2 | 0.84 | 0.42 |
| Hex | C4 | 11 | 58 | 0 | 5B | 37 | 17 | 150 | 54 | 2A |
| Octal | 304 | 21 | 130 | 0 | 133 | 67 | 27 | 520 | 124 | 52 |
| Binary | 11000100 | 10001 | 1011000 | 0 | 1011011 | 110111 | 10111 | 101010000 | 1010100 | 101010 |
Color Harmonies of #C41158
Complementary color
Monochromatic Colors of #C41158
Black with #C41158
Text Example
Text Example
White with #C41158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41158; }
p { color: rgb(196,17,88); }
H1.HeaderClassName
{
color: #C41158;
}
.AnyTagClassName
{
color: #C41158;
}
</style>
background-color css
<style>
a { background-color: #C41158; }
a { background-color: rgb(196,17,88); }
div.DivClassName
{
background-color: #C41158;
}
.BgClassName
{
background-color: #C41158;
}
</style>
border-color css
<style>
span { border-color: #C41158; }
span { border-color: rgb(196,17,88); }
td.TdClassName
{
border-color: #C41158;
}
.TagClassName
{
border-color: #C41158;
}
</style>