Shades of Ruby #C81261
Tints of Ruby #C81261
RGB
CMYK
RGB Variations
Color information
#C81261 (or 0xC81261) is known color: Ruby. HEX triplet: C8, 12 and 61. RGB value is (200,18,97). Sum of RGB (Red+Green+Blue) = 200+18+97=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C81261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81261 is #37ED9E. Grayscale: #515151. Windows color (decimal): -3665311 or 6361800. OLE color: 6361800.
HSL color Cylindrical-coordinate representation of color #C81261: hue angle of 333.96º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81261 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 97 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.22 |
| HSL | 333.96º | 0.83% | 0.43% | - |
| HSV(B) | 333.96º | 0.91% | 0.78% | - |
| XYZ | 26.19 | 13.58 | 12.55 | - |
| YUV | 81.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 97 | 0 | 0.91 | 0.52 | 0.22 | 333.96 | 0.83 | 0.43 |
| Hex | C8 | 12 | 61 | 0 | 5B | 34 | 16 | 14E | 53 | 2B |
| Octal | 310 | 22 | 141 | 0 | 133 | 64 | 26 | 516 | 123 | 53 |
| Binary | 11001000 | 10010 | 1100001 | 0 | 1011011 | 110100 | 10110 | 101001110 | 1010011 | 101011 |
Color Harmonies of #C81261
Complementary color
Monochromatic Colors of #C81261
Black with #C81261
Text Example
Text Example
White with #C81261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81261; }
p { color: rgb(200,18,97); }
H1.HeaderClassName
{
color: #C81261;
}
.AnyTagClassName
{
color: #C81261;
}
</style>
background-color css
<style>
a { background-color: #C81261; }
a { background-color: rgb(200,18,97); }
div.DivClassName
{
background-color: #C81261;
}
.BgClassName
{
background-color: #C81261;
}
</style>
border-color css
<style>
span { border-color: #C81261; }
span { border-color: rgb(200,18,97); }
td.TdClassName
{
border-color: #C81261;
}
.TagClassName
{
border-color: #C81261;
}
</style>