Shades of Ruby #C61463
Tints of Ruby #C61463
RGB
CMYK
RGB Variations
Color information
#C61463 (or 0xC61463) is known color: Ruby. HEX triplet: C6, 14 and 63. RGB value is (198,20,99). Sum of RGB (Red+Green+Blue) = 198+20+99=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C61463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61463 is #39EB9C. Grayscale: #525252. Windows color (decimal): -3795869 or 6493382. OLE color: 6493382.
HSL color Cylindrical-coordinate representation of color #C61463: hue angle of 333.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61463 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.22 |
| HSL | 333.37º | 0.82% | 0.43% | - |
| HSV(B) | 333.37º | 0.9% | 0.78% | - |
| XYZ | 25.79 | 13.41 | 13.03 | - |
| YUV | 82.23 | 137.47 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 99 | 0 | 0.90 | 0.50 | 0.22 | 333.37 | 0.82 | 0.43 |
| Hex | C6 | 14 | 63 | 0 | 5A | 32 | 16 | 14D | 52 | 2B |
| Octal | 306 | 24 | 143 | 0 | 132 | 62 | 26 | 515 | 122 | 53 |
| Binary | 11000110 | 10100 | 1100011 | 0 | 1011010 | 110010 | 10110 | 101001101 | 1010010 | 101011 |
Color Harmonies of #C61463
Complementary color
Monochromatic Colors of #C61463
Black with #C61463
Text Example
Text Example
White with #C61463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61463; }
p { color: rgb(198,20,99); }
H1.HeaderClassName
{
color: #C61463;
}
.AnyTagClassName
{
color: #C61463;
}
</style>
background-color css
<style>
a { background-color: #C61463; }
a { background-color: rgb(198,20,99); }
div.DivClassName
{
background-color: #C61463;
}
.BgClassName
{
background-color: #C61463;
}
</style>
border-color css
<style>
span { border-color: #C61463; }
span { border-color: rgb(198,20,99); }
td.TdClassName
{
border-color: #C61463;
}
.TagClassName
{
border-color: #C61463;
}
</style>