Shades of Ruby #C7105D
Tints of Ruby #C7105D
RGB
CMYK
RGB Variations
Color information
#C7105D (or 0xC7105D) is known color: Ruby. HEX triplet: C7, 10 and 5D. RGB value is (199,16,93). Sum of RGB (Red+Green+Blue) = 199+16+93=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7105D is #38EFA2. Grayscale: #4F4F4F. Windows color (decimal): -3731363 or 6099143. OLE color: 6099143.
HSL color Cylindrical-coordinate representation of color #C7105D: hue angle of 334.75º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7105D is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.22 |
| HSL | 334.75º | 0.85% | 0.42% | - |
| HSV(B) | 334.75º | 0.92% | 0.78% | - |
| XYZ | 25.71 | 13.3 | 11.57 | - |
| YUV | 79.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 93 | 0 | 0.92 | 0.53 | 0.22 | 334.75 | 0.85 | 0.42 |
| Hex | C7 | 10 | 5D | 0 | 5C | 35 | 16 | 14F | 55 | 2A |
| Octal | 307 | 20 | 135 | 0 | 134 | 65 | 26 | 517 | 125 | 52 |
| Binary | 11000111 | 10000 | 1011101 | 0 | 1011100 | 110101 | 10110 | 101001111 | 1010101 | 101010 |
Color Harmonies of #C7105D
Complementary color
Monochromatic Colors of #C7105D
Black with #C7105D
Text Example
Text Example
White with #C7105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7105D; }
p { color: rgb(199,16,93); }
H1.HeaderClassName
{
color: #C7105D;
}
.AnyTagClassName
{
color: #C7105D;
}
</style>
background-color css
<style>
a { background-color: #C7105D; }
a { background-color: rgb(199,16,93); }
div.DivClassName
{
background-color: #C7105D;
}
.BgClassName
{
background-color: #C7105D;
}
</style>
border-color css
<style>
span { border-color: #C7105D; }
span { border-color: rgb(199,16,93); }
td.TdClassName
{
border-color: #C7105D;
}
.TagClassName
{
border-color: #C7105D;
}
</style>