Shades of Ruby #C81461
Tints of Ruby #C81461
RGB
CMYK
RGB Variations
Color information
#C81461 (or 0xC81461) is known color: Ruby. HEX triplet: C8, 14 and 61. RGB value is (200,20,97). Sum of RGB (Red+Green+Blue) = 200+20+97=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81461 is #37EB9E. Grayscale: #525252. Windows color (decimal): -3664799 or 6362312. OLE color: 6362312.
HSL color Cylindrical-coordinate representation of color #C81461: hue angle of 334.33º 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 #C81461 is Cyan = 0, Magento = 0.9, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 97 | - |
| CMYK | 0 | 0.9 | 0.52 | 0.22 |
| HSL | 334.33º | 0.82% | 0.43% | - |
| HSV(B) | 334.33º | 0.9% | 0.78% | - |
| XYZ | 26.23 | 13.64 | 12.56 | - |
| YUV | 82.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 97 | 0 | 0.9 | 0.52 | 0.22 | 334.33 | 0.82 | 0.43 |
| Hex | C8 | 14 | 61 | 0 | 5A | 34 | 16 | 14E | 52 | 2B |
| Octal | 310 | 24 | 141 | 0 | 132 | 64 | 26 | 516 | 122 | 53 |
| Binary | 11001000 | 10100 | 1100001 | 0 | 1011010 | 110100 | 10110 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C81461
Complementary color
Monochromatic Colors of #C81461
Black with #C81461
Text Example
Text Example
White with #C81461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81461; }
p { color: rgb(200,20,97); }
H1.HeaderClassName
{
color: #C81461;
}
.AnyTagClassName
{
color: #C81461;
}
</style>
background-color css
<style>
a { background-color: #C81461; }
a { background-color: rgb(200,20,97); }
div.DivClassName
{
background-color: #C81461;
}
.BgClassName
{
background-color: #C81461;
}
</style>
border-color css
<style>
span { border-color: #C81461; }
span { border-color: rgb(200,20,97); }
td.TdClassName
{
border-color: #C81461;
}
.TagClassName
{
border-color: #C81461;
}
</style>