Shades of Ruby #C61361
Tints of Ruby #C61361
RGB
CMYK
RGB Variations
Color information
#C61361 (or 0xC61361) is known color: Ruby. HEX triplet: C6, 13 and 61. RGB value is (198,19,97). Sum of RGB (Red+Green+Blue) = 198+19+97=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C61361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61361 is #39EC9E. Grayscale: #515151. Windows color (decimal): -3796127 or 6362054. OLE color: 6362054.
HSL color Cylindrical-coordinate representation of color #C61361: hue angle of 333.85º 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 #C61361 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 97 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.22 |
| HSL | 333.85º | 0.82% | 0.43% | - |
| HSV(B) | 333.85º | 0.9% | 0.78% | - |
| XYZ | 25.68 | 13.33 | 12.53 | - |
| YUV | 81.41 | 136.8 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 97 | 0 | 0.90 | 0.51 | 0.22 | 333.85 | 0.82 | 0.43 |
| Hex | C6 | 13 | 61 | 0 | 5A | 33 | 16 | 14E | 52 | 2B |
| Octal | 306 | 23 | 141 | 0 | 132 | 63 | 26 | 516 | 122 | 53 |
| Binary | 11000110 | 10011 | 1100001 | 0 | 1011010 | 110011 | 10110 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C61361
Complementary color
Monochromatic Colors of #C61361
Black with #C61361
Text Example
Text Example
White with #C61361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61361; }
p { color: rgb(198,19,97); }
H1.HeaderClassName
{
color: #C61361;
}
.AnyTagClassName
{
color: #C61361;
}
</style>
background-color css
<style>
a { background-color: #C61361; }
a { background-color: rgb(198,19,97); }
div.DivClassName
{
background-color: #C61361;
}
.BgClassName
{
background-color: #C61361;
}
</style>
border-color css
<style>
span { border-color: #C61361; }
span { border-color: rgb(198,19,97); }
td.TdClassName
{
border-color: #C61361;
}
.TagClassName
{
border-color: #C61361;
}
</style>