Shades of Ruby #C61159
Tints of Ruby #C61159
RGB
CMYK
RGB Variations
Color information
#C61159 (or 0xC61159) is known color: Ruby. HEX triplet: C6, 11 and 59. RGB value is (198,17,89). Sum of RGB (Red+Green+Blue) = 198+17+89=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C61159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61159 is #39EEA6. Grayscale: #4F4F4F. Windows color (decimal): -3796647 or 5837254. OLE color: 5837254.
HSL color Cylindrical-coordinate representation of color #C61159: hue angle of 336.13º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61159 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 89 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.22 |
| HSL | 336.13º | 0.84% | 0.42% | - |
| HSV(B) | 336.13º | 0.91% | 0.78% | - |
| XYZ | 25.29 | 13.13 | 10.65 | - |
| YUV | 79.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 89 | 0 | 0.91 | 0.55 | 0.22 | 336.13 | 0.84 | 0.42 |
| Hex | C6 | 11 | 59 | 0 | 5B | 37 | 16 | 150 | 54 | 2A |
| Octal | 306 | 21 | 131 | 0 | 133 | 67 | 26 | 520 | 124 | 52 |
| Binary | 11000110 | 10001 | 1011001 | 0 | 1011011 | 110111 | 10110 | 101010000 | 1010100 | 101010 |
Color Harmonies of #C61159
Complementary color
Monochromatic Colors of #C61159
Black with #C61159
Text Example
Text Example
White with #C61159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61159; }
p { color: rgb(198,17,89); }
H1.HeaderClassName
{
color: #C61159;
}
.AnyTagClassName
{
color: #C61159;
}
</style>
background-color css
<style>
a { background-color: #C61159; }
a { background-color: rgb(198,17,89); }
div.DivClassName
{
background-color: #C61159;
}
.BgClassName
{
background-color: #C61159;
}
</style>
border-color css
<style>
span { border-color: #C61159; }
span { border-color: rgb(198,17,89); }
td.TdClassName
{
border-color: #C61159;
}
.TagClassName
{
border-color: #C61159;
}
</style>