Shades of Ruby #C61461
Tints of Ruby #C61461
RGB
CMYK
RGB Variations
Color information
#C61461 (or 0xC61461) is known color: Ruby. HEX triplet: C6, 14 and 61. RGB value is (198,20,97). Sum of RGB (Red+Green+Blue) = 198+20+97=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C61461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61461 is #39EB9E. Grayscale: #515151. Windows color (decimal): -3795871 or 6362310. OLE color: 6362310.
HSL color Cylindrical-coordinate representation of color #C61461: hue angle of 334.04º 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 #C61461 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 97 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.22 |
| HSL | 334.05º | 0.82% | 0.43% | - |
| HSV(B) | 334.05º | 0.9% | 0.78% | - |
| XYZ | 25.7 | 13.37 | 12.54 | - |
| YUV | 82 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 97 | 0 | 0.90 | 0.51 | 0.22 | 334.05 | 0.82 | 0.43 |
| Hex | C6 | 14 | 61 | 0 | 5A | 33 | 16 | 14E | 52 | 2B |
| Octal | 306 | 24 | 141 | 0 | 132 | 63 | 26 | 516 | 122 | 53 |
| Binary | 11000110 | 10100 | 1100001 | 0 | 1011010 | 110011 | 10110 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C61461
Complementary color
Monochromatic Colors of #C61461
Black with #C61461
Text Example
Text Example
White with #C61461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61461; }
p { color: rgb(198,20,97); }
H1.HeaderClassName
{
color: #C61461;
}
.AnyTagClassName
{
color: #C61461;
}
</style>
background-color css
<style>
a { background-color: #C61461; }
a { background-color: rgb(198,20,97); }
div.DivClassName
{
background-color: #C61461;
}
.BgClassName
{
background-color: #C61461;
}
</style>
border-color css
<style>
span { border-color: #C61461; }
span { border-color: rgb(198,20,97); }
td.TdClassName
{
border-color: #C61461;
}
.TagClassName
{
border-color: #C61461;
}
</style>