Shades of Ruby #C20D54
Tints of Ruby #C20D54
RGB
CMYK
RGB Variations
Color information
#C20D54 (or 0xC20D54) is known color: Ruby. HEX triplet: C2, 0D and 54. RGB value is (194,13,84). Sum of RGB (Red+Green+Blue) = 194+13+84=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D54 is #3DF2AB. Grayscale: #4B4B4B. Windows color (decimal): -4059820 or 5508546. OLE color: 5508546.
HSL color Cylindrical-coordinate representation of color #C20D54: hue angle of 336.46º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D54 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 84 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.24 |
| HSL | 336.46º | 0.87% | 0.41% | - |
| HSV(B) | 336.46º | 0.93% | 0.76% | - |
| XYZ | 23.99 | 12.4 | 9.52 | - |
| YUV | 75.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 84 | 0 | 0.93 | 0.57 | 0.24 | 336.46 | 0.87 | 0.41 |
| Hex | C2 | D | 54 | 0 | 5D | 39 | 18 | 150 | 57 | 29 |
| Octal | 302 | 15 | 124 | 0 | 135 | 71 | 30 | 520 | 127 | 51 |
| Binary | 11000010 | 1101 | 1010100 | 0 | 1011101 | 111001 | 11000 | 101010000 | 1010111 | 101001 |
Color Harmonies of #C20D54
Complementary color
Monochromatic Colors of #C20D54
Black with #C20D54
Text Example
Text Example
White with #C20D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D54; }
p { color: rgb(194,13,84); }
H1.HeaderClassName
{
color: #C20D54;
}
.AnyTagClassName
{
color: #C20D54;
}
</style>
background-color css
<style>
a { background-color: #C20D54; }
a { background-color: rgb(194,13,84); }
div.DivClassName
{
background-color: #C20D54;
}
.BgClassName
{
background-color: #C20D54;
}
</style>
border-color css
<style>
span { border-color: #C20D54; }
span { border-color: rgb(194,13,84); }
td.TdClassName
{
border-color: #C20D54;
}
.TagClassName
{
border-color: #C20D54;
}
</style>