Shades of Ruby #C81364
Tints of Ruby #C81364
RGB
CMYK
RGB Variations
Color information
#C81364 (or 0xC81364) is known color: Ruby. HEX triplet: C8, 13 and 64. RGB value is (200,19,100). Sum of RGB (Red+Green+Blue) = 200+19+100=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81364 is #37EC9B. Grayscale: #525252. Windows color (decimal): -3665052 or 6558664. OLE color: 6558664.
HSL color Cylindrical-coordinate representation of color #C81364: hue angle of 333.15º degrees, saturation: 0.83, 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 #C81364 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 100 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.22 |
| HSL | 333.15º | 0.83% | 0.43% | - |
| HSV(B) | 333.15º | 0.91% | 0.78% | - |
| XYZ | 26.35 | 13.67 | 13.31 | - |
| YUV | 82.35 | 137.97 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 100 | 0 | 0.90 | 0.5 | 0.22 | 333.15 | 0.83 | 0.43 |
| Hex | C8 | 13 | 64 | 0 | 5A | 32 | 16 | 14D | 53 | 2B |
| Octal | 310 | 23 | 144 | 0 | 132 | 62 | 26 | 515 | 123 | 53 |
| Binary | 11001000 | 10011 | 1100100 | 0 | 1011010 | 110010 | 10110 | 101001101 | 1010011 | 101011 |
Color Harmonies of #C81364
Complementary color
Monochromatic Colors of #C81364
Black with #C81364
Text Example
Text Example
White with #C81364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81364; }
p { color: rgb(200,19,100); }
H1.HeaderClassName
{
color: #C81364;
}
.AnyTagClassName
{
color: #C81364;
}
</style>
background-color css
<style>
a { background-color: #C81364; }
a { background-color: rgb(200,19,100); }
div.DivClassName
{
background-color: #C81364;
}
.BgClassName
{
background-color: #C81364;
}
</style>
border-color css
<style>
span { border-color: #C81364; }
span { border-color: rgb(200,19,100); }
td.TdClassName
{
border-color: #C81364;
}
.TagClassName
{
border-color: #C81364;
}
</style>