Shades of Ruby #C7055C
Tints of Ruby #C7055C
RGB
CMYK
RGB Variations
Color information
#C7055C (or 0xC7055C) is known color: Ruby. HEX triplet: C7, 05 and 5C. RGB value is (199,5,92). Sum of RGB (Red+Green+Blue) = 199+5+92=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C7055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7055C is #38FAA3. Grayscale: #484848. Windows color (decimal): -3734180 or 6030791. OLE color: 6030791.
HSL color Cylindrical-coordinate representation of color #C7055C: hue angle of 333.09º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7055C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.22 |
| HSL | 333.09º | 0.95% | 0.4% | - |
| HSV(B) | 333.09º | 0.97% | 0.78% | - |
| XYZ | 25.54 | 13.02 | 11.29 | - |
| YUV | 72.92 | 138.77 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 92 | 0 | 0.97 | 0.54 | 0.22 | 333.09 | 0.95 | 0.4 |
| Hex | C7 | 5 | 5C | 0 | 61 | 36 | 16 | 14D | 5F | 28 |
| Octal | 307 | 5 | 134 | 0 | 141 | 66 | 26 | 515 | 137 | 50 |
| Binary | 11000111 | 101 | 1011100 | 0 | 1100001 | 110110 | 10110 | 101001101 | 1011111 | 101000 |
Color Harmonies of #C7055C
Complementary color
Monochromatic Colors of #C7055C
Black with #C7055C
Text Example
Text Example
White with #C7055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7055C; }
p { color: rgb(199,5,92); }
H1.HeaderClassName
{
color: #C7055C;
}
.AnyTagClassName
{
color: #C7055C;
}
</style>
background-color css
<style>
a { background-color: #C7055C; }
a { background-color: rgb(199,5,92); }
div.DivClassName
{
background-color: #C7055C;
}
.BgClassName
{
background-color: #C7055C;
}
</style>
border-color css
<style>
span { border-color: #C7055C; }
span { border-color: rgb(199,5,92); }
td.TdClassName
{
border-color: #C7055C;
}
.TagClassName
{
border-color: #C7055C;
}
</style>