Shades of Ruby #C20950
Tints of Ruby #C20950
RGB
CMYK
RGB Variations
Color information
#C20950 (or 0xC20950) is known color: Ruby. HEX triplet: C2, 09 and 50. RGB value is (194,9,80). Sum of RGB (Red+Green+Blue) = 194+9+80=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20950 is #3DF6AF. Grayscale: #484848. Windows color (decimal): -4060848 or 5245378. OLE color: 5245378.
HSL color Cylindrical-coordinate representation of color #C20950: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20950 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 80 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.24 |
| HSL | 336.97º | 0.91% | 0.4% | - |
| HSV(B) | 336.97º | 0.95% | 0.76% | - |
| XYZ | 23.79 | 12.24 | 8.7 | - |
| YUV | 72.41 | 132.29 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 80 | 0 | 0.95 | 0.59 | 0.24 | 336.97 | 0.91 | 0.4 |
| Hex | C2 | 9 | 50 | 0 | 5F | 3B | 18 | 151 | 5B | 28 |
| Octal | 302 | 11 | 120 | 0 | 137 | 73 | 30 | 521 | 133 | 50 |
| Binary | 11000010 | 1001 | 1010000 | 0 | 1011111 | 111011 | 11000 | 101010001 | 1011011 | 101000 |
Color Harmonies of #C20950
Complementary color
Monochromatic Colors of #C20950
Black with #C20950
Text Example
Text Example
White with #C20950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20950; }
p { color: rgb(194,9,80); }
H1.HeaderClassName
{
color: #C20950;
}
.AnyTagClassName
{
color: #C20950;
}
</style>
background-color css
<style>
a { background-color: #C20950; }
a { background-color: rgb(194,9,80); }
div.DivClassName
{
background-color: #C20950;
}
.BgClassName
{
background-color: #C20950;
}
</style>
border-color css
<style>
span { border-color: #C20950; }
span { border-color: rgb(194,9,80); }
td.TdClassName
{
border-color: #C20950;
}
.TagClassName
{
border-color: #C20950;
}
</style>