Shades of Ruby #C81964
Tints of Ruby #C81964
RGB
CMYK
RGB Variations
Color information
#C81964 (or 0xC81964) is known color: Ruby. HEX triplet: C8, 19 and 64. RGB value is (200,25,100). Sum of RGB (Red+Green+Blue) = 200+25+100=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C81964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81964 is #37E69B. Grayscale: #555555. Windows color (decimal): -3663516 or 6560200. OLE color: 6560200.
HSL color Cylindrical-coordinate representation of color #C81964: hue angle of 334.29º 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 #C81964 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 100 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.22 |
| HSL | 334.29º | 0.78% | 0.44% | - |
| HSV(B) | 334.29º | 0.88% | 0.78% | - |
| XYZ | 26.47 | 13.89 | 13.34 | - |
| YUV | 85.88 | 135.98 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 100 | 0 | 0.88 | 0.5 | 0.22 | 334.29 | 0.78 | 0.44 |
| Hex | C8 | 19 | 64 | 0 | 58 | 32 | 16 | 14E | 4E | 2C |
| Octal | 310 | 31 | 144 | 0 | 130 | 62 | 26 | 516 | 116 | 54 |
| Binary | 11001000 | 11001 | 1100100 | 0 | 1011000 | 110010 | 10110 | 101001110 | 1001110 | 101100 |
Color Harmonies of #C81964
Complementary color
Monochromatic Colors of #C81964
Black with #C81964
Text Example
Text Example
White with #C81964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81964; }
p { color: rgb(200,25,100); }
H1.HeaderClassName
{
color: #C81964;
}
.AnyTagClassName
{
color: #C81964;
}
</style>
background-color css
<style>
a { background-color: #C81964; }
a { background-color: rgb(200,25,100); }
div.DivClassName
{
background-color: #C81964;
}
.BgClassName
{
background-color: #C81964;
}
</style>
border-color css
<style>
span { border-color: #C81964; }
span { border-color: rgb(200,25,100); }
td.TdClassName
{
border-color: #C81964;
}
.TagClassName
{
border-color: #C81964;
}
</style>