Shades of Ruby #C71062
Tints of Ruby #C71062
RGB
CMYK
RGB Variations
Color information
#C71062 (or 0xC71062) is known color: Ruby. HEX triplet: C7, 10 and 62. RGB value is (199,16,98). Sum of RGB (Red+Green+Blue) = 199+16+98=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C71062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71062 is #38EF9D. Grayscale: #4F4F4F. Windows color (decimal): -3731358 or 6426823. OLE color: 6426823.
HSL color Cylindrical-coordinate representation of color #C71062: hue angle of 333.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71062 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.22 |
| HSL | 333.11º | 0.85% | 0.42% | - |
| HSV(B) | 333.11º | 0.92% | 0.78% | - |
| XYZ | 25.94 | 13.39 | 12.77 | - |
| YUV | 80.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 98 | 0 | 0.92 | 0.51 | 0.22 | 333.11 | 0.85 | 0.42 |
| Hex | C7 | 10 | 62 | 0 | 5C | 33 | 16 | 14D | 55 | 2A |
| Octal | 307 | 20 | 142 | 0 | 134 | 63 | 26 | 515 | 125 | 52 |
| Binary | 11000111 | 10000 | 1100010 | 0 | 1011100 | 110011 | 10110 | 101001101 | 1010101 | 101010 |
Color Harmonies of #C71062
Complementary color
Monochromatic Colors of #C71062
Black with #C71062
Text Example
Text Example
White with #C71062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71062; }
p { color: rgb(199,16,98); }
H1.HeaderClassName
{
color: #C71062;
}
.AnyTagClassName
{
color: #C71062;
}
</style>
background-color css
<style>
a { background-color: #C71062; }
a { background-color: rgb(199,16,98); }
div.DivClassName
{
background-color: #C71062;
}
.BgClassName
{
background-color: #C71062;
}
</style>
border-color css
<style>
span { border-color: #C71062; }
span { border-color: rgb(199,16,98); }
td.TdClassName
{
border-color: #C71062;
}
.TagClassName
{
border-color: #C71062;
}
</style>