Shades of Ruby #C70555
Tints of Ruby #C70555
RGB
CMYK
RGB Variations
Color information
#C70555 (or 0xC70555) is known color: Ruby. HEX triplet: C7, 05 and 55. RGB value is (199,5,85). Sum of RGB (Red+Green+Blue) = 199+5+85=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C70555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70555 is #38FAAA. Grayscale: #484848. Windows color (decimal): -3734187 or 5572039. OLE color: 5572039.
HSL color Cylindrical-coordinate representation of color #C70555: hue angle of 335.26º 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 #C70555 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.22 |
| HSL | 335.26º | 0.95% | 0.4% | - |
| HSV(B) | 335.26º | 0.97% | 0.78% | - |
| XYZ | 25.25 | 12.91 | 9.75 | - |
| YUV | 72.13 | 135.27 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 5 | 85 | 0 | 0.97 | 0.57 | 0.22 | 335.26 | 0.95 | 0.4 |
| Hex | C7 | 5 | 55 | 0 | 61 | 39 | 16 | 14F | 5F | 28 |
| Octal | 307 | 5 | 125 | 0 | 141 | 71 | 26 | 517 | 137 | 50 |
| Binary | 11000111 | 101 | 1010101 | 0 | 1100001 | 111001 | 10110 | 101001111 | 1011111 | 101000 |
Color Harmonies of #C70555
Complementary color
Monochromatic Colors of #C70555
Black with #C70555
Text Example
Text Example
White with #C70555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70555; }
p { color: rgb(199,5,85); }
H1.HeaderClassName
{
color: #C70555;
}
.AnyTagClassName
{
color: #C70555;
}
</style>
background-color css
<style>
a { background-color: #C70555; }
a { background-color: rgb(199,5,85); }
div.DivClassName
{
background-color: #C70555;
}
.BgClassName
{
background-color: #C70555;
}
</style>
border-color css
<style>
span { border-color: #C70555; }
span { border-color: rgb(199,5,85); }
td.TdClassName
{
border-color: #C70555;
}
.TagClassName
{
border-color: #C70555;
}
</style>