Shades of Ruby #C20B54
Tints of Ruby #C20B54
RGB
CMYK
RGB Variations
Color information
#C20B54 (or 0xC20B54) is known color: Ruby. HEX triplet: C2, 0B and 54. RGB value is (194,11,84). Sum of RGB (Red+Green+Blue) = 194+11+84=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B54 is #3DF4AB. Grayscale: #494949. Windows color (decimal): -4060332 or 5508034. OLE color: 5508034.
HSL color Cylindrical-coordinate representation of color #C20B54: hue angle of 336.07º degrees, saturation: 0.89, 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 #C20B54 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 84 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.24 |
| HSL | 336.07º | 0.89% | 0.4% | - |
| HSV(B) | 336.07º | 0.94% | 0.76% | - |
| XYZ | 23.97 | 12.35 | 9.51 | - |
| YUV | 74.04 | 133.63 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 84 | 0 | 0.94 | 0.57 | 0.24 | 336.07 | 0.89 | 0.4 |
| Hex | C2 | B | 54 | 0 | 5E | 39 | 18 | 150 | 59 | 28 |
| Octal | 302 | 13 | 124 | 0 | 136 | 71 | 30 | 520 | 131 | 50 |
| Binary | 11000010 | 1011 | 1010100 | 0 | 1011110 | 111001 | 11000 | 101010000 | 1011001 | 101000 |
Color Harmonies of #C20B54
Complementary color
Monochromatic Colors of #C20B54
Black with #C20B54
Text Example
Text Example
White with #C20B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B54; }
p { color: rgb(194,11,84); }
H1.HeaderClassName
{
color: #C20B54;
}
.AnyTagClassName
{
color: #C20B54;
}
</style>
background-color css
<style>
a { background-color: #C20B54; }
a { background-color: rgb(194,11,84); }
div.DivClassName
{
background-color: #C20B54;
}
.BgClassName
{
background-color: #C20B54;
}
</style>
border-color css
<style>
span { border-color: #C20B54; }
span { border-color: rgb(194,11,84); }
td.TdClassName
{
border-color: #C20B54;
}
.TagClassName
{
border-color: #C20B54;
}
</style>