Shades of Ruby #C2105D
Tints of Ruby #C2105D
RGB
CMYK
RGB Variations
Color information
#C2105D (or 0xC2105D) is known color: Ruby. HEX triplet: C2, 10 and 5D. RGB value is (194,16,93). Sum of RGB (Red+Green+Blue) = 194+16+93=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C2105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2105D is #3DEFA2. Grayscale: #4D4D4D. Windows color (decimal): -4059043 or 6099138. OLE color: 6099138.
HSL color Cylindrical-coordinate representation of color #C2105D: hue angle of 334.04º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2105D is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.24 |
| HSL | 334.05º | 0.85% | 0.41% | - |
| HSV(B) | 334.05º | 0.92% | 0.76% | - |
| XYZ | 24.41 | 12.63 | 11.51 | - |
| YUV | 78 | 136.47 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 93 | 0 | 0.92 | 0.52 | 0.24 | 334.05 | 0.85 | 0.41 |
| Hex | C2 | 10 | 5D | 0 | 5C | 34 | 18 | 14E | 55 | 29 |
| Octal | 302 | 20 | 135 | 0 | 134 | 64 | 30 | 516 | 125 | 51 |
| Binary | 11000010 | 10000 | 1011101 | 0 | 1011100 | 110100 | 11000 | 101001110 | 1010101 | 101001 |
Color Harmonies of #C2105D
Complementary color
Monochromatic Colors of #C2105D
Black with #C2105D
Text Example
Text Example
White with #C2105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2105D; }
p { color: rgb(194,16,93); }
H1.HeaderClassName
{
color: #C2105D;
}
.AnyTagClassName
{
color: #C2105D;
}
</style>
background-color css
<style>
a { background-color: #C2105D; }
a { background-color: rgb(194,16,93); }
div.DivClassName
{
background-color: #C2105D;
}
.BgClassName
{
background-color: #C2105D;
}
</style>
border-color css
<style>
span { border-color: #C2105D; }
span { border-color: rgb(194,16,93); }
td.TdClassName
{
border-color: #C2105D;
}
.TagClassName
{
border-color: #C2105D;
}
</style>