Shades of Ruby #C2175F
Tints of Ruby #C2175F
RGB
CMYK
RGB Variations
Color information
#C2175F (or 0xC2175F) is known color: Ruby. HEX triplet: C2, 17 and 5F. RGB value is (194,23,95). Sum of RGB (Red+Green+Blue) = 194+23+95=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2175F is #3DE8A0. Grayscale: #525252. Windows color (decimal): -4057249 or 6232002. OLE color: 6232002.
HSL color Cylindrical-coordinate representation of color #C2175F: hue angle of 334.74º 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 #C2175F is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 95 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.24 |
| HSL | 334.74º | 0.79% | 0.43% | - |
| HSV(B) | 334.74º | 0.88% | 0.76% | - |
| XYZ | 24.62 | 12.91 | 12.02 | - |
| YUV | 82.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 95 | 0 | 0.88 | 0.51 | 0.24 | 334.74 | 0.79 | 0.43 |
| Hex | C2 | 17 | 5F | 0 | 58 | 33 | 18 | 14F | 4F | 2B |
| Octal | 302 | 27 | 137 | 0 | 130 | 63 | 30 | 517 | 117 | 53 |
| Binary | 11000010 | 10111 | 1011111 | 0 | 1011000 | 110011 | 11000 | 101001111 | 1001111 | 101011 |
Color Harmonies of #C2175F
Complementary color
Monochromatic Colors of #C2175F
Black with #C2175F
Text Example
Text Example
White with #C2175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2175F; }
p { color: rgb(194,23,95); }
H1.HeaderClassName
{
color: #C2175F;
}
.AnyTagClassName
{
color: #C2175F;
}
</style>
background-color css
<style>
a { background-color: #C2175F; }
a { background-color: rgb(194,23,95); }
div.DivClassName
{
background-color: #C2175F;
}
.BgClassName
{
background-color: #C2175F;
}
</style>
border-color css
<style>
span { border-color: #C2175F; }
span { border-color: rgb(194,23,95); }
td.TdClassName
{
border-color: #C2175F;
}
.TagClassName
{
border-color: #C2175F;
}
</style>