Shades of Ruby #C8115F
Tints of Ruby #C8115F
RGB
CMYK
RGB Variations
Color information
#C8115F (or 0xC8115F) is known color: Ruby. HEX triplet: C8, 11 and 5F. RGB value is (200,17,95). Sum of RGB (Red+Green+Blue) = 200+17+95=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8115F is #37EEA0. Grayscale: #505050. Windows color (decimal): -3665569 or 6230472. OLE color: 6230472.
HSL color Cylindrical-coordinate representation of color #C8115F: hue angle of 334.43º 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 #C8115F is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 95 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.22 |
| HSL | 334.43º | 0.84% | 0.43% | - |
| HSV(B) | 334.43º | 0.92% | 0.78% | - |
| XYZ | 26.09 | 13.51 | 12.06 | - |
| YUV | 80.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 95 | 0 | 0.92 | 0.52 | 0.22 | 334.43 | 0.84 | 0.43 |
| Hex | C8 | 11 | 5F | 0 | 5C | 34 | 16 | 14E | 54 | 2B |
| Octal | 310 | 21 | 137 | 0 | 134 | 64 | 26 | 516 | 124 | 53 |
| Binary | 11001000 | 10001 | 1011111 | 0 | 1011100 | 110100 | 10110 | 101001110 | 1010100 | 101011 |
Color Harmonies of #C8115F
Complementary color
Monochromatic Colors of #C8115F
Black with #C8115F
Text Example
Text Example
White with #C8115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8115F; }
p { color: rgb(200,17,95); }
H1.HeaderClassName
{
color: #C8115F;
}
.AnyTagClassName
{
color: #C8115F;
}
</style>
background-color css
<style>
a { background-color: #C8115F; }
a { background-color: rgb(200,17,95); }
div.DivClassName
{
background-color: #C8115F;
}
.BgClassName
{
background-color: #C8115F;
}
</style>
border-color css
<style>
span { border-color: #C8115F; }
span { border-color: rgb(200,17,95); }
td.TdClassName
{
border-color: #C8115F;
}
.TagClassName
{
border-color: #C8115F;
}
</style>