Shades of Ruby #C81162
Tints of Ruby #C81162
RGB
CMYK
RGB Variations
Color information
#C81162 (or 0xC81162) is known color: Ruby. HEX triplet: C8, 11 and 62. RGB value is (200,17,98). Sum of RGB (Red+Green+Blue) = 200+17+98=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C81162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81162 is #37EE9D. Grayscale: #505050. Windows color (decimal): -3665566 or 6427080. OLE color: 6427080.
HSL color Cylindrical-coordinate representation of color #C81162: hue angle of 333.44º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81162 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.22 |
| HSL | 333.44º | 0.84% | 0.43% | - |
| HSV(B) | 333.44º | 0.92% | 0.78% | - |
| XYZ | 26.22 | 13.56 | 12.79 | - |
| YUV | 80.95 | 137.63 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 98 | 0 | 0.92 | 0.51 | 0.22 | 333.44 | 0.84 | 0.43 |
| Hex | C8 | 11 | 62 | 0 | 5C | 33 | 16 | 14D | 54 | 2B |
| Octal | 310 | 21 | 142 | 0 | 134 | 63 | 26 | 515 | 124 | 53 |
| Binary | 11001000 | 10001 | 1100010 | 0 | 1011100 | 110011 | 10110 | 101001101 | 1010100 | 101011 |
Color Harmonies of #C81162
Complementary color
Monochromatic Colors of #C81162
Black with #C81162
Text Example
Text Example
White with #C81162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81162; }
p { color: rgb(200,17,98); }
H1.HeaderClassName
{
color: #C81162;
}
.AnyTagClassName
{
color: #C81162;
}
</style>
background-color css
<style>
a { background-color: #C81162; }
a { background-color: rgb(200,17,98); }
div.DivClassName
{
background-color: #C81162;
}
.BgClassName
{
background-color: #C81162;
}
</style>
border-color css
<style>
span { border-color: #C81162; }
span { border-color: rgb(200,17,98); }
td.TdClassName
{
border-color: #C81162;
}
.TagClassName
{
border-color: #C81162;
}
</style>