Shades of Ruby #C7125E
Tints of Ruby #C7125E
RGB
CMYK
RGB Variations
Color information
#C7125E (or 0xC7125E) is known color: Ruby. HEX triplet: C7, 12 and 5E. RGB value is (199,18,94). Sum of RGB (Red+Green+Blue) = 199+18+94=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7125E is #38EDA1. Grayscale: #505050. Windows color (decimal): -3730850 or 6165191. OLE color: 6165191.
HSL color Cylindrical-coordinate representation of color #C7125E: hue angle of 334.81º 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 #C7125E is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 94 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.22 |
| HSL | 334.81º | 0.83% | 0.43% | - |
| HSV(B) | 334.81º | 0.91% | 0.78% | - |
| XYZ | 25.79 | 13.38 | 11.81 | - |
| YUV | 80.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 94 | 0 | 0.91 | 0.53 | 0.22 | 334.81 | 0.83 | 0.43 |
| Hex | C7 | 12 | 5E | 0 | 5B | 35 | 16 | 14F | 53 | 2B |
| Octal | 307 | 22 | 136 | 0 | 133 | 65 | 26 | 517 | 123 | 53 |
| Binary | 11000111 | 10010 | 1011110 | 0 | 1011011 | 110101 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C7125E
Complementary color
Monochromatic Colors of #C7125E
Black with #C7125E
Text Example
Text Example
White with #C7125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7125E; }
p { color: rgb(199,18,94); }
H1.HeaderClassName
{
color: #C7125E;
}
.AnyTagClassName
{
color: #C7125E;
}
</style>
background-color css
<style>
a { background-color: #C7125E; }
a { background-color: rgb(199,18,94); }
div.DivClassName
{
background-color: #C7125E;
}
.BgClassName
{
background-color: #C7125E;
}
</style>
border-color css
<style>
span { border-color: #C7125E; }
span { border-color: rgb(199,18,94); }
td.TdClassName
{
border-color: #C7125E;
}
.TagClassName
{
border-color: #C7125E;
}
</style>