Shades of Ruby #C81051
Tints of Ruby #C81051
RGB
CMYK
RGB Variations
Color information
#C81051 (or 0xC81051) is known color: Ruby. HEX triplet: C8, 10 and 51. RGB value is (200,16,81). Sum of RGB (Red+Green+Blue) = 200+16+81=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C81051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81051 is #37EFAE. Grayscale: #4E4E4E. Windows color (decimal): -3665839 or 5312712. OLE color: 5312712.
HSL color Cylindrical-coordinate representation of color #C81051: hue angle of 338.8º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81051 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 81 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.22 |
| HSL | 338.8º | 0.85% | 0.42% | - |
| HSV(B) | 338.8º | 0.92% | 0.78% | - |
| XYZ | 25.49 | 13.24 | 9 | - |
| YUV | 78.43 | 129.46 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 81 | 0 | 0.92 | 0.59 | 0.22 | 338.8 | 0.85 | 0.42 |
| Hex | C8 | 10 | 51 | 0 | 5C | 3B | 16 | 153 | 55 | 2A |
| Octal | 310 | 20 | 121 | 0 | 134 | 73 | 26 | 523 | 125 | 52 |
| Binary | 11001000 | 10000 | 1010001 | 0 | 1011100 | 111011 | 10110 | 101010011 | 1010101 | 101010 |
Color Harmonies of #C81051
Complementary color
Monochromatic Colors of #C81051
Black with #C81051
Text Example
Text Example
White with #C81051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81051; }
p { color: rgb(200,16,81); }
H1.HeaderClassName
{
color: #C81051;
}
.AnyTagClassName
{
color: #C81051;
}
</style>
background-color css
<style>
a { background-color: #C81051; }
a { background-color: rgb(200,16,81); }
div.DivClassName
{
background-color: #C81051;
}
.BgClassName
{
background-color: #C81051;
}
</style>
border-color css
<style>
span { border-color: #C81051; }
span { border-color: rgb(200,16,81); }
td.TdClassName
{
border-color: #C81051;
}
.TagClassName
{
border-color: #C81051;
}
</style>