Shades of Ruby #C71157
Tints of Ruby #C71157
RGB
CMYK
RGB Variations
Color information
#C71157 (or 0xC71157) is known color: Ruby. HEX triplet: C7, 11 and 57. RGB value is (199,17,87). Sum of RGB (Red+Green+Blue) = 199+17+87=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C71157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71157 is #38EEA8. Grayscale: #4F4F4F. Windows color (decimal): -3731113 or 5706183. OLE color: 5706183.
HSL color Cylindrical-coordinate representation of color #C71157: hue angle of 336.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71157 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 87 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.22 |
| HSL | 336.92º | 0.84% | 0.42% | - |
| HSV(B) | 336.92º | 0.91% | 0.78% | - |
| XYZ | 25.47 | 13.23 | 10.23 | - |
| YUV | 79.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 87 | 0 | 0.91 | 0.56 | 0.22 | 336.92 | 0.84 | 0.42 |
| Hex | C7 | 11 | 57 | 0 | 5B | 38 | 16 | 151 | 54 | 2A |
| Octal | 307 | 21 | 127 | 0 | 133 | 70 | 26 | 521 | 124 | 52 |
| Binary | 11000111 | 10001 | 1010111 | 0 | 1011011 | 111000 | 10110 | 101010001 | 1010100 | 101010 |
Color Harmonies of #C71157
Complementary color
Monochromatic Colors of #C71157
Black with #C71157
Text Example
Text Example
White with #C71157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71157; }
p { color: rgb(199,17,87); }
H1.HeaderClassName
{
color: #C71157;
}
.AnyTagClassName
{
color: #C71157;
}
</style>
background-color css
<style>
a { background-color: #C71157; }
a { background-color: rgb(199,17,87); }
div.DivClassName
{
background-color: #C71157;
}
.BgClassName
{
background-color: #C71157;
}
</style>
border-color css
<style>
span { border-color: #C71157; }
span { border-color: rgb(199,17,87); }
td.TdClassName
{
border-color: #C71157;
}
.TagClassName
{
border-color: #C71157;
}
</style>