Shades of Ruby #C7115C
Tints of Ruby #C7115C
RGB
CMYK
RGB Variations
Color information
#C7115C (or 0xC7115C) is known color: Ruby. HEX triplet: C7, 11 and 5C. RGB value is (199,17,92). Sum of RGB (Red+Green+Blue) = 199+17+92=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7115C is #38EEA3. Grayscale: #4F4F4F. Windows color (decimal): -3731108 or 6033863. OLE color: 6033863.
HSL color Cylindrical-coordinate representation of color #C7115C: hue angle of 335.27º 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 #C7115C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 92 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.22 |
| HSL | 335.27º | 0.84% | 0.42% | - |
| HSV(B) | 335.27º | 0.91% | 0.78% | - |
| XYZ | 25.69 | 13.32 | 11.34 | - |
| YUV | 79.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 92 | 0 | 0.91 | 0.54 | 0.22 | 335.27 | 0.84 | 0.42 |
| Hex | C7 | 11 | 5C | 0 | 5B | 36 | 16 | 14F | 54 | 2A |
| Octal | 307 | 21 | 134 | 0 | 133 | 66 | 26 | 517 | 124 | 52 |
| Binary | 11000111 | 10001 | 1011100 | 0 | 1011011 | 110110 | 10110 | 101001111 | 1010100 | 101010 |
Color Harmonies of #C7115C
Complementary color
Monochromatic Colors of #C7115C
Black with #C7115C
Text Example
Text Example
White with #C7115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7115C; }
p { color: rgb(199,17,92); }
H1.HeaderClassName
{
color: #C7115C;
}
.AnyTagClassName
{
color: #C7115C;
}
</style>
background-color css
<style>
a { background-color: #C7115C; }
a { background-color: rgb(199,17,92); }
div.DivClassName
{
background-color: #C7115C;
}
.BgClassName
{
background-color: #C7115C;
}
</style>
border-color css
<style>
span { border-color: #C7115C; }
span { border-color: rgb(199,17,92); }
td.TdClassName
{
border-color: #C7115C;
}
.TagClassName
{
border-color: #C7115C;
}
</style>