Shades of Ruby #C61563
Tints of Ruby #C61563
RGB
CMYK
RGB Variations
Color information
#C61563 (or 0xC61563) is known color: Ruby. HEX triplet: C6, 15 and 63. RGB value is (198,21,99). Sum of RGB (Red+Green+Blue) = 198+21+99=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C61563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61563 is #39EA9C. Grayscale: #525252. Windows color (decimal): -3795613 or 6493638. OLE color: 6493638.
HSL color Cylindrical-coordinate representation of color #C61563: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61563 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 99 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.22 |
| HSL | 333.56º | 0.81% | 0.43% | - |
| HSV(B) | 333.56º | 0.89% | 0.78% | - |
| XYZ | 25.81 | 13.44 | 13.04 | - |
| YUV | 82.82 | 137.14 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 99 | 0 | 0.89 | 0.50 | 0.22 | 333.56 | 0.81 | 0.43 |
| Hex | C6 | 15 | 63 | 0 | 59 | 32 | 16 | 14E | 51 | 2B |
| Octal | 306 | 25 | 143 | 0 | 131 | 62 | 26 | 516 | 121 | 53 |
| Binary | 11000110 | 10101 | 1100011 | 0 | 1011001 | 110010 | 10110 | 101001110 | 1010001 | 101011 |
Color Harmonies of #C61563
Complementary color
Monochromatic Colors of #C61563
Black with #C61563
Text Example
Text Example
White with #C61563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61563; }
p { color: rgb(198,21,99); }
H1.HeaderClassName
{
color: #C61563;
}
.AnyTagClassName
{
color: #C61563;
}
</style>
background-color css
<style>
a { background-color: #C61563; }
a { background-color: rgb(198,21,99); }
div.DivClassName
{
background-color: #C61563;
}
.BgClassName
{
background-color: #C61563;
}
</style>
border-color css
<style>
span { border-color: #C61563; }
span { border-color: rgb(198,21,99); }
td.TdClassName
{
border-color: #C61563;
}
.TagClassName
{
border-color: #C61563;
}
</style>