Shades of Ruby #C20C55
Tints of Ruby #C20C55
RGB
CMYK
RGB Variations
Color information
#C20C55 (or 0xC20C55) is known color: Ruby. HEX triplet: C2, 0C and 55. RGB value is (194,12,85). Sum of RGB (Red+Green+Blue) = 194+12+85=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C55 is #3DF3AA. Grayscale: #4A4A4A. Windows color (decimal): -4060075 or 5573826. OLE color: 5573826.
HSL color Cylindrical-coordinate representation of color #C20C55: hue angle of 335.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C55 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 85 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.24 |
| HSL | 335.93º | 0.88% | 0.4% | - |
| HSV(B) | 335.93º | 0.94% | 0.76% | - |
| XYZ | 24.02 | 12.39 | 9.72 | - |
| YUV | 74.74 | 133.8 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 85 | 0 | 0.94 | 0.56 | 0.24 | 335.93 | 0.88 | 0.4 |
| Hex | C2 | C | 55 | 0 | 5E | 38 | 18 | 150 | 58 | 28 |
| Octal | 302 | 14 | 125 | 0 | 136 | 70 | 30 | 520 | 130 | 50 |
| Binary | 11000010 | 1100 | 1010101 | 0 | 1011110 | 111000 | 11000 | 101010000 | 1011000 | 101000 |
Color Harmonies of #C20C55
Complementary color
Monochromatic Colors of #C20C55
Black with #C20C55
Text Example
Text Example
White with #C20C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C55; }
p { color: rgb(194,12,85); }
H1.HeaderClassName
{
color: #C20C55;
}
.AnyTagClassName
{
color: #C20C55;
}
</style>
background-color css
<style>
a { background-color: #C20C55; }
a { background-color: rgb(194,12,85); }
div.DivClassName
{
background-color: #C20C55;
}
.BgClassName
{
background-color: #C20C55;
}
</style>
border-color css
<style>
span { border-color: #C20C55; }
span { border-color: rgb(194,12,85); }
td.TdClassName
{
border-color: #C20C55;
}
.TagClassName
{
border-color: #C20C55;
}
</style>