Shades of Ruby #C7115D
Tints of Ruby #C7115D
RGB
CMYK
RGB Variations
Color information
#C7115D (or 0xC7115D) is known color: Ruby. HEX triplet: C7, 11 and 5D. RGB value is (199,17,93). Sum of RGB (Red+Green+Blue) = 199+17+93=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7115D is #38EEA2. Grayscale: #4F4F4F. Windows color (decimal): -3731107 or 6099399. OLE color: 6099399.
HSL color Cylindrical-coordinate representation of color #C7115D: hue angle of 334.95º 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 #C7115D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.22 |
| HSL | 334.95º | 0.84% | 0.42% | - |
| HSV(B) | 334.95º | 0.91% | 0.78% | - |
| XYZ | 25.73 | 13.33 | 11.57 | - |
| YUV | 80.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 93 | 0 | 0.91 | 0.53 | 0.22 | 334.95 | 0.84 | 0.42 |
| Hex | C7 | 11 | 5D | 0 | 5B | 35 | 16 | 14F | 54 | 2A |
| Octal | 307 | 21 | 135 | 0 | 133 | 65 | 26 | 517 | 124 | 52 |
| Binary | 11000111 | 10001 | 1011101 | 0 | 1011011 | 110101 | 10110 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C7115D
Complementary color
Monochromatic Colors of #C7115D
Black with #C7115D
Text Example
Text Example
White with #C7115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7115D; }
p { color: rgb(199,17,93); }
H1.HeaderClassName
{
color: #C7115D;
}
.AnyTagClassName
{
color: #C7115D;
}
</style>
background-color css
<style>
a { background-color: #C7115D; }
a { background-color: rgb(199,17,93); }
div.DivClassName
{
background-color: #C7115D;
}
.BgClassName
{
background-color: #C7115D;
}
</style>
border-color css
<style>
span { border-color: #C7115D; }
span { border-color: rgb(199,17,93); }
td.TdClassName
{
border-color: #C7115D;
}
.TagClassName
{
border-color: #C7115D;
}
</style>