Shades of Ruby #C4115E
Tints of Ruby #C4115E
RGB
CMYK
RGB Variations
Color information
#C4115E (or 0xC4115E) is known color: Ruby. HEX triplet: C4, 11 and 5E. RGB value is (196,17,94). Sum of RGB (Red+Green+Blue) = 196+17+94=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4115E is #3BEEA1. Grayscale: #4F4F4F. Windows color (decimal): -3927714 or 6164932. OLE color: 6164932.
HSL color Cylindrical-coordinate representation of color #C4115E: hue angle of 334.19º 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 #C4115E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 94 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.23 |
| HSL | 334.19º | 0.84% | 0.42% | - |
| HSV(B) | 334.19º | 0.91% | 0.77% | - |
| XYZ | 24.99 | 12.94 | 11.77 | - |
| YUV | 79.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 94 | 0 | 0.91 | 0.52 | 0.23 | 334.19 | 0.84 | 0.42 |
| Hex | C4 | 11 | 5E | 0 | 5B | 34 | 17 | 14E | 54 | 2A |
| Octal | 304 | 21 | 136 | 0 | 133 | 64 | 27 | 516 | 124 | 52 |
| Binary | 11000100 | 10001 | 1011110 | 0 | 1011011 | 110100 | 10111 | 101001110 | 1010100 | 101010 |
Color Harmonies of #C4115E
Complementary color
Monochromatic Colors of #C4115E
Black with #C4115E
Text Example
Text Example
White with #C4115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4115E; }
p { color: rgb(196,17,94); }
H1.HeaderClassName
{
color: #C4115E;
}
.AnyTagClassName
{
color: #C4115E;
}
</style>
background-color css
<style>
a { background-color: #C4115E; }
a { background-color: rgb(196,17,94); }
div.DivClassName
{
background-color: #C4115E;
}
.BgClassName
{
background-color: #C4115E;
}
</style>
border-color css
<style>
span { border-color: #C4115E; }
span { border-color: rgb(196,17,94); }
td.TdClassName
{
border-color: #C4115E;
}
.TagClassName
{
border-color: #C4115E;
}
</style>