Shades of Ruby #C2155D
Tints of Ruby #C2155D
RGB
CMYK
RGB Variations
Color information
#C2155D (or 0xC2155D) is known color: Ruby. HEX triplet: C2, 15 and 5D. RGB value is (194,21,93). Sum of RGB (Red+Green+Blue) = 194+21+93=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2155D is #3DEAA2. Grayscale: #505050. Windows color (decimal): -4057763 or 6100418. OLE color: 6100418.
HSL color Cylindrical-coordinate representation of color #C2155D: hue angle of 335.03º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2155D is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 335.03º | 0.8% | 0.42% | - |
| HSV(B) | 335.03º | 0.89% | 0.76% | - |
| XYZ | 24.49 | 12.8 | 11.53 | - |
| YUV | 80.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 93 | 0 | 0.89 | 0.52 | 0.24 | 335.03 | 0.8 | 0.42 |
| Hex | C2 | 15 | 5D | 0 | 59 | 34 | 18 | 14F | 50 | 2A |
| Octal | 302 | 25 | 135 | 0 | 131 | 64 | 30 | 517 | 120 | 52 |
| Binary | 11000010 | 10101 | 1011101 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C2155D
Complementary color
Monochromatic Colors of #C2155D
Black with #C2155D
Text Example
Text Example
White with #C2155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2155D; }
p { color: rgb(194,21,93); }
H1.HeaderClassName
{
color: #C2155D;
}
.AnyTagClassName
{
color: #C2155D;
}
</style>
background-color css
<style>
a { background-color: #C2155D; }
a { background-color: rgb(194,21,93); }
div.DivClassName
{
background-color: #C2155D;
}
.BgClassName
{
background-color: #C2155D;
}
</style>
border-color css
<style>
span { border-color: #C2155D; }
span { border-color: rgb(194,21,93); }
td.TdClassName
{
border-color: #C2155D;
}
.TagClassName
{
border-color: #C2155D;
}
</style>