Shades of Ruby #C70B5E
Tints of Ruby #C70B5E
RGB
CMYK
RGB Variations
Color information
#C70B5E (or 0xC70B5E) is known color: Ruby. HEX triplet: C7, 0B and 5E. RGB value is (199,11,94). Sum of RGB (Red+Green+Blue) = 199+11+94=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70B5E is #38F4A1. Grayscale: #4C4C4C. Windows color (decimal): -3732642 or 6163399. OLE color: 6163399.
HSL color Cylindrical-coordinate representation of color #C70B5E: hue angle of 333.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B5E is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 11 | 94 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.22 |
| HSL | 333.51º | 0.9% | 0.41% | - |
| HSV(B) | 333.51º | 0.94% | 0.78% | - |
| XYZ | 25.69 | 13.19 | 11.78 | - |
| YUV | 76.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 94 | 0 | 0.94 | 0.53 | 0.22 | 333.51 | 0.9 | 0.41 |
| Hex | C7 | B | 5E | 0 | 5E | 35 | 16 | 14E | 5A | 29 |
| Octal | 307 | 13 | 136 | 0 | 136 | 65 | 26 | 516 | 132 | 51 |
| Binary | 11000111 | 1011 | 1011110 | 0 | 1011110 | 110101 | 10110 | 101001110 | 1011010 | 101001 |
Color Harmonies of #C70B5E
Complementary color
Monochromatic Colors of #C70B5E
Black with #C70B5E
Text Example
Text Example
White with #C70B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70B5E; }
p { color: rgb(199,11,94); }
H1.HeaderClassName
{
color: #C70B5E;
}
.AnyTagClassName
{
color: #C70B5E;
}
</style>
background-color css
<style>
a { background-color: #C70B5E; }
a { background-color: rgb(199,11,94); }
div.DivClassName
{
background-color: #C70B5E;
}
.BgClassName
{
background-color: #C70B5E;
}
</style>
border-color css
<style>
span { border-color: #C70B5E; }
span { border-color: rgb(199,11,94); }
td.TdClassName
{
border-color: #C70B5E;
}
.TagClassName
{
border-color: #C70B5E;
}
</style>