Shades of Ruby #C2175A
Tints of Ruby #C2175A
RGB
CMYK
RGB Variations
Color information
#C2175A (or 0xC2175A) is known color: Ruby. HEX triplet: C2, 17 and 5A. RGB value is (194,23,90). Sum of RGB (Red+Green+Blue) = 194+23+90=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2175A is #3DE8A5. Grayscale: #515151. Windows color (decimal): -4057254 or 5904322. OLE color: 5904322.
HSL color Cylindrical-coordinate representation of color #C2175A: hue angle of 336.49º 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 #C2175A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 90 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.24 |
| HSL | 336.49º | 0.79% | 0.43% | - |
| HSV(B) | 336.49º | 0.88% | 0.76% | - |
| XYZ | 24.4 | 12.82 | 10.86 | - |
| YUV | 81.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 90 | 0 | 0.88 | 0.54 | 0.24 | 336.49 | 0.79 | 0.43 |
| Hex | C2 | 17 | 5A | 0 | 58 | 36 | 18 | 150 | 4F | 2B |
| Octal | 302 | 27 | 132 | 0 | 130 | 66 | 30 | 520 | 117 | 53 |
| Binary | 11000010 | 10111 | 1011010 | 0 | 1011000 | 110110 | 11000 | 101010000 | 1001111 | 101011 |
Color Harmonies of #C2175A
Complementary color
Monochromatic Colors of #C2175A
Black with #C2175A
Text Example
Text Example
White with #C2175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2175A; }
p { color: rgb(194,23,90); }
H1.HeaderClassName
{
color: #C2175A;
}
.AnyTagClassName
{
color: #C2175A;
}
</style>
background-color css
<style>
a { background-color: #C2175A; }
a { background-color: rgb(194,23,90); }
div.DivClassName
{
background-color: #C2175A;
}
.BgClassName
{
background-color: #C2175A;
}
</style>
border-color css
<style>
span { border-color: #C2175A; }
span { border-color: rgb(194,23,90); }
td.TdClassName
{
border-color: #C2175A;
}
.TagClassName
{
border-color: #C2175A;
}
</style>