Shades of Ruby #C20C52
Tints of Ruby #C20C52
RGB
CMYK
RGB Variations
Color information
#C20C52 (or 0xC20C52) is known color: Ruby. HEX triplet: C2, 0C and 52. RGB value is (194,12,82). Sum of RGB (Red+Green+Blue) = 194+12+82=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C52 is #3DF3AD. Grayscale: #4A4A4A. Windows color (decimal): -4060078 or 5377218. OLE color: 5377218.
HSL color Cylindrical-coordinate representation of color #C20C52: hue angle of 336.92º 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 #C20C52 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 82 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.24 |
| HSL | 336.92º | 0.88% | 0.4% | - |
| HSV(B) | 336.92º | 0.94% | 0.76% | - |
| XYZ | 23.9 | 12.34 | 9.1 | - |
| YUV | 74.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 82 | 0 | 0.94 | 0.58 | 0.24 | 336.92 | 0.88 | 0.4 |
| Hex | C2 | C | 52 | 0 | 5E | 3A | 18 | 151 | 58 | 28 |
| Octal | 302 | 14 | 122 | 0 | 136 | 72 | 30 | 521 | 130 | 50 |
| Binary | 11000010 | 1100 | 1010010 | 0 | 1011110 | 111010 | 11000 | 101010001 | 1011000 | 101000 |
Color Harmonies of #C20C52
Complementary color
Monochromatic Colors of #C20C52
Black with #C20C52
Text Example
Text Example
White with #C20C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C52; }
p { color: rgb(194,12,82); }
H1.HeaderClassName
{
color: #C20C52;
}
.AnyTagClassName
{
color: #C20C52;
}
</style>
background-color css
<style>
a { background-color: #C20C52; }
a { background-color: rgb(194,12,82); }
div.DivClassName
{
background-color: #C20C52;
}
.BgClassName
{
background-color: #C20C52;
}
</style>
border-color css
<style>
span { border-color: #C20C52; }
span { border-color: rgb(194,12,82); }
td.TdClassName
{
border-color: #C20C52;
}
.TagClassName
{
border-color: #C20C52;
}
</style>