Shades of Ruby #C2155E
Tints of Ruby #C2155E
RGB
CMYK
RGB Variations
Color information
#C2155E (or 0xC2155E) is known color: Ruby. HEX triplet: C2, 15 and 5E. RGB value is (194,21,94). Sum of RGB (Red+Green+Blue) = 194+21+94=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2155E is #3DEAA1. Grayscale: #505050. Windows color (decimal): -4057762 or 6165954. OLE color: 6165954.
HSL color Cylindrical-coordinate representation of color #C2155E: hue angle of 334.68º 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 #C2155E is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 94 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.24 |
| HSL | 334.68º | 0.8% | 0.42% | - |
| HSV(B) | 334.68º | 0.89% | 0.76% | - |
| XYZ | 24.54 | 12.81 | 11.77 | - |
| YUV | 81.05 | 135.31 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 94 | 0 | 0.89 | 0.52 | 0.24 | 334.68 | 0.8 | 0.42 |
| Hex | C2 | 15 | 5E | 0 | 59 | 34 | 18 | 14F | 50 | 2A |
| Octal | 302 | 25 | 136 | 0 | 131 | 64 | 30 | 517 | 120 | 52 |
| Binary | 11000010 | 10101 | 1011110 | 0 | 1011001 | 110100 | 11000 | 101001111 | 1010000 | 101010 |
Color Harmonies of #C2155E
Complementary color
Monochromatic Colors of #C2155E
Black with #C2155E
Text Example
Text Example
White with #C2155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2155E; }
p { color: rgb(194,21,94); }
H1.HeaderClassName
{
color: #C2155E;
}
.AnyTagClassName
{
color: #C2155E;
}
</style>
background-color css
<style>
a { background-color: #C2155E; }
a { background-color: rgb(194,21,94); }
div.DivClassName
{
background-color: #C2155E;
}
.BgClassName
{
background-color: #C2155E;
}
</style>
border-color css
<style>
span { border-color: #C2155E; }
span { border-color: rgb(194,21,94); }
td.TdClassName
{
border-color: #C2155E;
}
.TagClassName
{
border-color: #C2155E;
}
</style>