Shades of Ruby #C81963
Tints of Ruby #C81963
RGB
CMYK
RGB Variations
Color information
#C81963 (or 0xC81963) is known color: Ruby. HEX triplet: C8, 19 and 63. RGB value is (200,25,99). Sum of RGB (Red+Green+Blue) = 200+25+99=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C81963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81963 is #37E69C. Grayscale: #555555. Windows color (decimal): -3663517 or 6494664. OLE color: 6494664.
HSL color Cylindrical-coordinate representation of color #C81963: hue angle of 334.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81963 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 99 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.22 |
| HSL | 334.63º | 0.78% | 0.44% | - |
| HSV(B) | 334.63º | 0.88% | 0.78% | - |
| XYZ | 26.42 | 13.88 | 13.09 | - |
| YUV | 85.76 | 135.48 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 99 | 0 | 0.88 | 0.50 | 0.22 | 334.63 | 0.78 | 0.44 |
| Hex | C8 | 19 | 63 | 0 | 58 | 32 | 16 | 14F | 4E | 2C |
| Octal | 310 | 31 | 143 | 0 | 130 | 62 | 26 | 517 | 116 | 54 |
| Binary | 11001000 | 11001 | 1100011 | 0 | 1011000 | 110010 | 10110 | 101001111 | 1001110 | 101100 |
Color Harmonies of #C81963
Complementary color
Monochromatic Colors of #C81963
Black with #C81963
Text Example
Text Example
White with #C81963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81963; }
p { color: rgb(200,25,99); }
H1.HeaderClassName
{
color: #C81963;
}
.AnyTagClassName
{
color: #C81963;
}
</style>
background-color css
<style>
a { background-color: #C81963; }
a { background-color: rgb(200,25,99); }
div.DivClassName
{
background-color: #C81963;
}
.BgClassName
{
background-color: #C81963;
}
</style>
border-color css
<style>
span { border-color: #C81963; }
span { border-color: rgb(200,25,99); }
td.TdClassName
{
border-color: #C81963;
}
.TagClassName
{
border-color: #C81963;
}
</style>