Shades of Ruby #C7125D
Tints of Ruby #C7125D
RGB
CMYK
RGB Variations
Color information
#C7125D (or 0xC7125D) is known color: Ruby. HEX triplet: C7, 12 and 5D. RGB value is (199,18,93). Sum of RGB (Red+Green+Blue) = 199+18+93=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7125D is #38EDA2. Grayscale: #505050. Windows color (decimal): -3730851 or 6099655. OLE color: 6099655.
HSL color Cylindrical-coordinate representation of color #C7125D: hue angle of 335.14º 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 #C7125D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 93 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.22 |
| HSL | 335.14º | 0.83% | 0.43% | - |
| HSV(B) | 335.14º | 0.91% | 0.78% | - |
| XYZ | 25.75 | 13.37 | 11.58 | - |
| YUV | 80.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 93 | 0 | 0.91 | 0.53 | 0.22 | 335.14 | 0.83 | 0.43 |
| Hex | C7 | 12 | 5D | 0 | 5B | 35 | 16 | 14F | 53 | 2B |
| Octal | 307 | 22 | 135 | 0 | 133 | 65 | 26 | 517 | 123 | 53 |
| Binary | 11000111 | 10010 | 1011101 | 0 | 1011011 | 110101 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C7125D
Complementary color
Monochromatic Colors of #C7125D
Black with #C7125D
Text Example
Text Example
White with #C7125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7125D; }
p { color: rgb(199,18,93); }
H1.HeaderClassName
{
color: #C7125D;
}
.AnyTagClassName
{
color: #C7125D;
}
</style>
background-color css
<style>
a { background-color: #C7125D; }
a { background-color: rgb(199,18,93); }
div.DivClassName
{
background-color: #C7125D;
}
.BgClassName
{
background-color: #C7125D;
}
</style>
border-color css
<style>
span { border-color: #C7125D; }
span { border-color: rgb(199,18,93); }
td.TdClassName
{
border-color: #C7125D;
}
.TagClassName
{
border-color: #C7125D;
}
</style>