Shades of Ruby #C2175D
Tints of Ruby #C2175D
RGB
CMYK
RGB Variations
Color information
#C2175D (or 0xC2175D) is known color: Ruby. HEX triplet: C2, 17 and 5D. RGB value is (194,23,93). Sum of RGB (Red+Green+Blue) = 194+23+93=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2175D is #3DE8A2. Grayscale: #525252. Windows color (decimal): -4057251 or 6100930. OLE color: 6100930.
HSL color Cylindrical-coordinate representation of color #C2175D: hue angle of 335.44º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2175D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.24 |
| HSL | 335.44º | 0.79% | 0.43% | - |
| HSV(B) | 335.44º | 0.88% | 0.76% | - |
| XYZ | 24.53 | 12.87 | 11.55 | - |
| YUV | 82.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 93 | 0 | 0.88 | 0.52 | 0.24 | 335.44 | 0.79 | 0.43 |
| Hex | C2 | 17 | 5D | 0 | 58 | 34 | 18 | 14F | 4F | 2B |
| Octal | 302 | 27 | 135 | 0 | 130 | 64 | 30 | 517 | 117 | 53 |
| Binary | 11000010 | 10111 | 1011101 | 0 | 1011000 | 110100 | 11000 | 101001111 | 1001111 | 101011 |
Color Harmonies of #C2175D
Complementary color
Monochromatic Colors of #C2175D
Black with #C2175D
Text Example
Text Example
White with #C2175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2175D; }
p { color: rgb(194,23,93); }
H1.HeaderClassName
{
color: #C2175D;
}
.AnyTagClassName
{
color: #C2175D;
}
</style>
background-color css
<style>
a { background-color: #C2175D; }
a { background-color: rgb(194,23,93); }
div.DivClassName
{
background-color: #C2175D;
}
.BgClassName
{
background-color: #C2175D;
}
</style>
border-color css
<style>
span { border-color: #C2175D; }
span { border-color: rgb(194,23,93); }
td.TdClassName
{
border-color: #C2175D;
}
.TagClassName
{
border-color: #C2175D;
}
</style>