Shades of Ruby #C70752
Tints of Ruby #C70752
RGB
CMYK
RGB Variations
Color information
#C70752 (or 0xC70752) is known color: Ruby. HEX triplet: C7, 07 and 52. RGB value is (199,7,82). Sum of RGB (Red+Green+Blue) = 199+7+82=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C70752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70752 is #38F8AD. Grayscale: #484848. Windows color (decimal): -3733678 or 5375943. OLE color: 5375943.
HSL color Cylindrical-coordinate representation of color #C70752: hue angle of 336.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70752 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 82 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.22 |
| HSL | 336.56º | 0.93% | 0.4% | - |
| HSV(B) | 336.56º | 0.96% | 0.78% | - |
| XYZ | 25.15 | 12.9 | 9.15 | - |
| YUV | 72.96 | 133.11 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 82 | 0 | 0.96 | 0.59 | 0.22 | 336.56 | 0.93 | 0.4 |
| Hex | C7 | 7 | 52 | 0 | 60 | 3B | 16 | 151 | 5D | 28 |
| Octal | 307 | 7 | 122 | 0 | 140 | 73 | 26 | 521 | 135 | 50 |
| Binary | 11000111 | 111 | 1010010 | 0 | 1100000 | 111011 | 10110 | 101010001 | 1011101 | 101000 |
Color Harmonies of #C70752
Complementary color
Monochromatic Colors of #C70752
Black with #C70752
Text Example
Text Example
White with #C70752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70752; }
p { color: rgb(199,7,82); }
H1.HeaderClassName
{
color: #C70752;
}
.AnyTagClassName
{
color: #C70752;
}
</style>
background-color css
<style>
a { background-color: #C70752; }
a { background-color: rgb(199,7,82); }
div.DivClassName
{
background-color: #C70752;
}
.BgClassName
{
background-color: #C70752;
}
</style>
border-color css
<style>
span { border-color: #C70752; }
span { border-color: rgb(199,7,82); }
td.TdClassName
{
border-color: #C70752;
}
.TagClassName
{
border-color: #C70752;
}
</style>