Shades of Ruby #C81561
Tints of Ruby #C81561
RGB
CMYK
RGB Variations
Color information
#C81561 (or 0xC81561) is known color: Ruby. HEX triplet: C8, 15 and 61. RGB value is (200,21,97). Sum of RGB (Red+Green+Blue) = 200+21+97=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C81561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81561 is #37EA9E. Grayscale: #535353. Windows color (decimal): -3664543 or 6362568. OLE color: 6362568.
HSL color Cylindrical-coordinate representation of color #C81561: hue angle of 334.53º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81561 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.22 |
| HSL | 334.53º | 0.81% | 0.43% | - |
| HSV(B) | 334.53º | 0.9% | 0.78% | - |
| XYZ | 26.25 | 13.68 | 12.57 | - |
| YUV | 83.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 97 | 0 | 0.90 | 0.52 | 0.22 | 334.53 | 0.81 | 0.43 |
| Hex | C8 | 15 | 61 | 0 | 5A | 34 | 16 | 14F | 51 | 2B |
| Octal | 310 | 25 | 141 | 0 | 132 | 64 | 26 | 517 | 121 | 53 |
| Binary | 11001000 | 10101 | 1100001 | 0 | 1011010 | 110100 | 10110 | 101001111 | 1010001 | 101011 |
Color Harmonies of #C81561
Complementary color
Monochromatic Colors of #C81561
Black with #C81561
Text Example
Text Example
White with #C81561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81561; }
p { color: rgb(200,21,97); }
H1.HeaderClassName
{
color: #C81561;
}
.AnyTagClassName
{
color: #C81561;
}
</style>
background-color css
<style>
a { background-color: #C81561; }
a { background-color: rgb(200,21,97); }
div.DivClassName
{
background-color: #C81561;
}
.BgClassName
{
background-color: #C81561;
}
</style>
border-color css
<style>
span { border-color: #C81561; }
span { border-color: rgb(200,21,97); }
td.TdClassName
{
border-color: #C81561;
}
.TagClassName
{
border-color: #C81561;
}
</style>