Shades of Ruby #C81863
Tints of Ruby #C81863
RGB
CMYK
RGB Variations
Color information
#C81863 (or 0xC81863) is known color: Ruby. HEX triplet: C8, 18 and 63. RGB value is (200,24,99). Sum of RGB (Red+Green+Blue) = 200+24+99=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C81863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81863 is #37E79C. Grayscale: #555555. Windows color (decimal): -3663773 or 6494408. OLE color: 6494408.
HSL color Cylindrical-coordinate representation of color #C81863: hue angle of 334.43º degrees, saturation: 0.79, 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 #C81863 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 99 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.22 |
| HSL | 334.43º | 0.79% | 0.44% | - |
| HSV(B) | 334.43º | 0.88% | 0.78% | - |
| XYZ | 26.4 | 13.83 | 13.08 | - |
| YUV | 85.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 99 | 0 | 0.88 | 0.50 | 0.22 | 334.43 | 0.79 | 0.44 |
| Hex | C8 | 18 | 63 | 0 | 58 | 32 | 16 | 14E | 4F | 2C |
| Octal | 310 | 30 | 143 | 0 | 130 | 62 | 26 | 516 | 117 | 54 |
| Binary | 11001000 | 11000 | 1100011 | 0 | 1011000 | 110010 | 10110 | 101001110 | 1001111 | 101100 |
Color Harmonies of #C81863
Complementary color
Monochromatic Colors of #C81863
Black with #C81863
Text Example
Text Example
White with #C81863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81863; }
p { color: rgb(200,24,99); }
H1.HeaderClassName
{
color: #C81863;
}
.AnyTagClassName
{
color: #C81863;
}
</style>
background-color css
<style>
a { background-color: #C81863; }
a { background-color: rgb(200,24,99); }
div.DivClassName
{
background-color: #C81863;
}
.BgClassName
{
background-color: #C81863;
}
</style>
border-color css
<style>
span { border-color: #C81863; }
span { border-color: rgb(200,24,99); }
td.TdClassName
{
border-color: #C81863;
}
.TagClassName
{
border-color: #C81863;
}
</style>