Shades of Ruby #C8115E
Tints of Ruby #C8115E
RGB
CMYK
RGB Variations
Color information
#C8115E (or 0xC8115E) is known color: Ruby. HEX triplet: C8, 11 and 5E. RGB value is (200,17,94). Sum of RGB (Red+Green+Blue) = 200+17+94=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C8115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8115E is #37EEA1. Grayscale: #505050. Windows color (decimal): -3665570 or 6164936. OLE color: 6164936.
HSL color Cylindrical-coordinate representation of color #C8115E: hue angle of 334.75º 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 #C8115E is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 94 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.22 |
| HSL | 334.75º | 0.84% | 0.43% | - |
| HSV(B) | 334.75º | 0.92% | 0.78% | - |
| XYZ | 26.04 | 13.49 | 11.82 | - |
| YUV | 80.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 94 | 0 | 0.92 | 0.53 | 0.22 | 334.75 | 0.84 | 0.43 |
| Hex | C8 | 11 | 5E | 0 | 5C | 35 | 16 | 14F | 54 | 2B |
| Octal | 310 | 21 | 136 | 0 | 134 | 65 | 26 | 517 | 124 | 53 |
| Binary | 11001000 | 10001 | 1011110 | 0 | 1011100 | 110101 | 10110 | 101001111 | 1010100 | 101011 |
Color Harmonies of #C8115E
Complementary color
Monochromatic Colors of #C8115E
Black with #C8115E
Text Example
Text Example
White with #C8115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8115E; }
p { color: rgb(200,17,94); }
H1.HeaderClassName
{
color: #C8115E;
}
.AnyTagClassName
{
color: #C8115E;
}
</style>
background-color css
<style>
a { background-color: #C8115E; }
a { background-color: rgb(200,17,94); }
div.DivClassName
{
background-color: #C8115E;
}
.BgClassName
{
background-color: #C8115E;
}
</style>
border-color css
<style>
span { border-color: #C8115E; }
span { border-color: rgb(200,17,94); }
td.TdClassName
{
border-color: #C8115E;
}
.TagClassName
{
border-color: #C8115E;
}
</style>