Shades of Ruby #C81463
Tints of Ruby #C81463
RGB
CMYK
RGB Variations
Color information
#C81463 (or 0xC81463) is known color: Ruby. HEX triplet: C8, 14 and 63. RGB value is (200,20,99). Sum of RGB (Red+Green+Blue) = 200+20+99=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81463 is #37EB9C. Grayscale: #525252. Windows color (decimal): -3664797 or 6493384. OLE color: 6493384.
HSL color Cylindrical-coordinate representation of color #C81463: hue angle of 333.67º 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 #C81463 is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 99 | - |
| CMYK | 0 | 0.9 | 0.50 | 0.22 |
| HSL | 333.67º | 0.82% | 0.43% | - |
| HSV(B) | 333.67º | 0.9% | 0.78% | - |
| XYZ | 26.32 | 13.68 | 13.06 | - |
| YUV | 82.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 99 | 0 | 0.9 | 0.50 | 0.22 | 333.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 63 | 0 | 5A | 32 | 16 | 14E | 52 | 2B |
| Octal | 310 | 24 | 143 | 0 | 132 | 62 | 26 | 516 | 122 | 53 |
| Binary | 11001000 | 10100 | 1100011 | 0 | 1011010 | 110010 | 10110 | 101001110 | 1010010 | 101011 |
Color Harmonies of #C81463
Complementary color
Monochromatic Colors of #C81463
Black with #C81463
Text Example
Text Example
White with #C81463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81463; }
p { color: rgb(200,20,99); }
H1.HeaderClassName
{
color: #C81463;
}
.AnyTagClassName
{
color: #C81463;
}
</style>
background-color css
<style>
a { background-color: #C81463; }
a { background-color: rgb(200,20,99); }
div.DivClassName
{
background-color: #C81463;
}
.BgClassName
{
background-color: #C81463;
}
</style>
border-color css
<style>
span { border-color: #C81463; }
span { border-color: rgb(200,20,99); }
td.TdClassName
{
border-color: #C81463;
}
.TagClassName
{
border-color: #C81463;
}
</style>