Shades of Ruby #C2195D
Tints of Ruby #C2195D
RGB
CMYK
RGB Variations
Color information
#C2195D (or 0xC2195D) is known color: Ruby. HEX triplet: C2, 19 and 5D. RGB value is (194,25,93). Sum of RGB (Red+Green+Blue) = 194+25+93=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2195D is #3DE6A2. Grayscale: #535353. Windows color (decimal): -4056739 or 6101442. OLE color: 6101442.
HSL color Cylindrical-coordinate representation of color #C2195D: hue angle of 335.86º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2195D is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 93 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.24 |
| HSL | 335.86º | 0.77% | 0.43% | - |
| HSV(B) | 335.86º | 0.87% | 0.76% | - |
| XYZ | 24.57 | 12.95 | 11.56 | - |
| YUV | 83.28 | 133.49 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 93 | 0 | 0.87 | 0.52 | 0.24 | 335.86 | 0.77 | 0.43 |
| Hex | C2 | 19 | 5D | 0 | 57 | 34 | 18 | 150 | 4D | 2B |
| Octal | 302 | 31 | 135 | 0 | 127 | 64 | 30 | 520 | 115 | 53 |
| Binary | 11000010 | 11001 | 1011101 | 0 | 1010111 | 110100 | 11000 | 101010000 | 1001101 | 101011 |
Color Harmonies of #C2195D
Complementary color
Monochromatic Colors of #C2195D
Black with #C2195D
Text Example
Text Example
White with #C2195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2195D; }
p { color: rgb(194,25,93); }
H1.HeaderClassName
{
color: #C2195D;
}
.AnyTagClassName
{
color: #C2195D;
}
</style>
background-color css
<style>
a { background-color: #C2195D; }
a { background-color: rgb(194,25,93); }
div.DivClassName
{
background-color: #C2195D;
}
.BgClassName
{
background-color: #C2195D;
}
</style>
border-color css
<style>
span { border-color: #C2195D; }
span { border-color: rgb(194,25,93); }
td.TdClassName
{
border-color: #C2195D;
}
.TagClassName
{
border-color: #C2195D;
}
</style>