Shades of Ruby #C70E52
Tints of Ruby #C70E52
RGB
CMYK
RGB Variations
Color information
#C70E52 (or 0xC70E52) is known color: Ruby. HEX triplet: C7, 0E and 52. RGB value is (199,14,82). Sum of RGB (Red+Green+Blue) = 199+14+82=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E52 is #38F1AD. Grayscale: #4C4C4C. Windows color (decimal): -3731886 or 5377735. OLE color: 5377735.
HSL color Cylindrical-coordinate representation of color #C70E52: hue angle of 337.95º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E52 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 14 | 82 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.22 |
| HSL | 337.95º | 0.87% | 0.42% | - |
| HSV(B) | 337.95º | 0.93% | 0.78% | - |
| XYZ | 25.23 | 13.07 | 9.17 | - |
| YUV | 77.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 82 | 0 | 0.93 | 0.59 | 0.22 | 337.95 | 0.87 | 0.42 |
| Hex | C7 | E | 52 | 0 | 5D | 3B | 16 | 152 | 57 | 2A |
| Octal | 307 | 16 | 122 | 0 | 135 | 73 | 26 | 522 | 127 | 52 |
| Binary | 11000111 | 1110 | 1010010 | 0 | 1011101 | 111011 | 10110 | 101010010 | 1010111 | 101010 |
Color Harmonies of #C70E52
Complementary color
Monochromatic Colors of #C70E52
Black with #C70E52
Text Example
Text Example
White with #C70E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70E52; }
p { color: rgb(199,14,82); }
H1.HeaderClassName
{
color: #C70E52;
}
.AnyTagClassName
{
color: #C70E52;
}
</style>
background-color css
<style>
a { background-color: #C70E52; }
a { background-color: rgb(199,14,82); }
div.DivClassName
{
background-color: #C70E52;
}
.BgClassName
{
background-color: #C70E52;
}
</style>
border-color css
<style>
span { border-color: #C70E52; }
span { border-color: rgb(199,14,82); }
td.TdClassName
{
border-color: #C70E52;
}
.TagClassName
{
border-color: #C70E52;
}
</style>