Shades of Ruby #C8125E
Tints of Ruby #C8125E
RGB
CMYK
RGB Variations
Color information
#C8125E (or 0xC8125E) is known color: Ruby. HEX triplet: C8, 12 and 5E. RGB value is (200,18,94). Sum of RGB (Red+Green+Blue) = 200+18+94=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8125E is #37EDA1. Grayscale: #505050. Windows color (decimal): -3665314 or 6165192. OLE color: 6165192.
HSL color Cylindrical-coordinate representation of color #C8125E: hue angle of 334.95º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C8125E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 94 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.22 |
| HSL | 334.95º | 0.83% | 0.43% | - |
| HSV(B) | 334.95º | 0.91% | 0.78% | - |
| XYZ | 26.06 | 13.52 | 11.83 | - |
| YUV | 81.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 94 | 0 | 0.91 | 0.53 | 0.22 | 334.95 | 0.83 | 0.43 |
| Hex | C8 | 12 | 5E | 0 | 5B | 35 | 16 | 14F | 53 | 2B |
| Octal | 310 | 22 | 136 | 0 | 133 | 65 | 26 | 517 | 123 | 53 |
| Binary | 11001000 | 10010 | 1011110 | 0 | 1011011 | 110101 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C8125E
Complementary color
Monochromatic Colors of #C8125E
Black with #C8125E
Text Example
Text Example
White with #C8125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8125E; }
p { color: rgb(200,18,94); }
H1.HeaderClassName
{
color: #C8125E;
}
.AnyTagClassName
{
color: #C8125E;
}
</style>
background-color css
<style>
a { background-color: #C8125E; }
a { background-color: rgb(200,18,94); }
div.DivClassName
{
background-color: #C8125E;
}
.BgClassName
{
background-color: #C8125E;
}
</style>
border-color css
<style>
span { border-color: #C8125E; }
span { border-color: rgb(200,18,94); }
td.TdClassName
{
border-color: #C8125E;
}
.TagClassName
{
border-color: #C8125E;
}
</style>