Shades of Ruby #C7125C
Tints of Ruby #C7125C
RGB
CMYK
RGB Variations
Color information
#C7125C (or 0xC7125C) is known color: Ruby. HEX triplet: C7, 12 and 5C. RGB value is (199,18,92). Sum of RGB (Red+Green+Blue) = 199+18+92=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7125C is #38EDA3. Grayscale: #505050. Windows color (decimal): -3730852 or 6034119. OLE color: 6034119.
HSL color Cylindrical-coordinate representation of color #C7125C: hue angle of 335.47º 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 #C7125C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 92 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.22 |
| HSL | 335.47º | 0.83% | 0.43% | - |
| HSV(B) | 335.47º | 0.91% | 0.78% | - |
| XYZ | 25.7 | 13.35 | 11.35 | - |
| YUV | 80.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 92 | 0 | 0.91 | 0.54 | 0.22 | 335.47 | 0.83 | 0.43 |
| Hex | C7 | 12 | 5C | 0 | 5B | 36 | 16 | 14F | 53 | 2B |
| Octal | 307 | 22 | 134 | 0 | 133 | 66 | 26 | 517 | 123 | 53 |
| Binary | 11000111 | 10010 | 1011100 | 0 | 1011011 | 110110 | 10110 | 101001111 | 1010011 | 101011 |
Color Harmonies of #C7125C
Complementary color
Monochromatic Colors of #C7125C
Black with #C7125C
Text Example
Text Example
White with #C7125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7125C; }
p { color: rgb(199,18,92); }
H1.HeaderClassName
{
color: #C7125C;
}
.AnyTagClassName
{
color: #C7125C;
}
</style>
background-color css
<style>
a { background-color: #C7125C; }
a { background-color: rgb(199,18,92); }
div.DivClassName
{
background-color: #C7125C;
}
.BgClassName
{
background-color: #C7125C;
}
</style>
border-color css
<style>
span { border-color: #C7125C; }
span { border-color: rgb(199,18,92); }
td.TdClassName
{
border-color: #C7125C;
}
.TagClassName
{
border-color: #C7125C;
}
</style>