Shades of Ruby #C40C50
Tints of Ruby #C40C50
RGB
CMYK
RGB Variations
Color information
#C40C50 (or 0xC40C50) is known color: Ruby. HEX triplet: C4, 0C and 50. RGB value is (196,12,80). Sum of RGB (Red+Green+Blue) = 196+12+80=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C50 is #3BF3AF. Grayscale: #4A4A4A. Windows color (decimal): -3929008 or 5246148. OLE color: 5246148.
HSL color Cylindrical-coordinate representation of color #C40C50: hue angle of 337.83º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C50 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 80 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.23 |
| HSL | 337.83º | 0.88% | 0.41% | - |
| HSV(B) | 337.83º | 0.94% | 0.77% | - |
| XYZ | 24.34 | 12.58 | 8.73 | - |
| YUV | 74.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 80 | 0 | 0.94 | 0.59 | 0.23 | 337.83 | 0.88 | 0.41 |
| Hex | C4 | C | 50 | 0 | 5E | 3B | 17 | 152 | 58 | 29 |
| Octal | 304 | 14 | 120 | 0 | 136 | 73 | 27 | 522 | 130 | 51 |
| Binary | 11000100 | 1100 | 1010000 | 0 | 1011110 | 111011 | 10111 | 101010010 | 1011000 | 101001 |
Color Harmonies of #C40C50
Complementary color
Monochromatic Colors of #C40C50
Black with #C40C50
Text Example
Text Example
White with #C40C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C50; }
p { color: rgb(196,12,80); }
H1.HeaderClassName
{
color: #C40C50;
}
.AnyTagClassName
{
color: #C40C50;
}
</style>
background-color css
<style>
a { background-color: #C40C50; }
a { background-color: rgb(196,12,80); }
div.DivClassName
{
background-color: #C40C50;
}
.BgClassName
{
background-color: #C40C50;
}
</style>
border-color css
<style>
span { border-color: #C40C50; }
span { border-color: rgb(196,12,80); }
td.TdClassName
{
border-color: #C40C50;
}
.TagClassName
{
border-color: #C40C50;
}
</style>