Shades of Ruby #C70061
Tints of Ruby #C70061
RGB
CMYK
RGB Variations
Color information
#C70061 (or 0xC70061) is known color: Ruby. HEX triplet: C7, 00 and 61. RGB value is (199,0,97). Sum of RGB (Red+Green+Blue) = 199+0+97=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C70061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70061 is #38FF9E. Grayscale: #464646. Windows color (decimal): -3735455 or 6357191. OLE color: 6357191.
HSL color Cylindrical-coordinate representation of color #C70061: hue angle of 330.75º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70061 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.51 | 0.22 |
| HSL | 330.75º | 1% | 0.39% | - |
| HSV(B) | 330.75º | 1% | 0.78% | - |
| XYZ | 25.71 | 13.01 | 12.46 | - |
| YUV | 70.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 97 | 0 | 1 | 0.51 | 0.22 | 330.75 | 1 | 0.39 |
| Hex | C7 | 0 | 61 | 0 | 64 | 33 | 16 | 14B | 64 | 27 |
| Octal | 307 | 0 | 141 | 0 | 144 | 63 | 26 | 513 | 144 | 47 |
| Binary | 11000111 | 0 | 1100001 | 0 | 1100100 | 110011 | 10110 | 101001011 | 1100100 | 100111 |
Color Harmonies of #C70061
Complementary color
Monochromatic Colors of #C70061
Black with #C70061
Text Example
Text Example
White with #C70061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70061; }
p { color: rgb(199,0,97); }
H1.HeaderClassName
{
color: #C70061;
}
.AnyTagClassName
{
color: #C70061;
}
</style>
background-color css
<style>
a { background-color: #C70061; }
a { background-color: rgb(199,0,97); }
div.DivClassName
{
background-color: #C70061;
}
.BgClassName
{
background-color: #C70061;
}
</style>
border-color css
<style>
span { border-color: #C70061; }
span { border-color: rgb(199,0,97); }
td.TdClassName
{
border-color: #C70061;
}
.TagClassName
{
border-color: #C70061;
}
</style>