Shades of Ruby #C50E68
Tints of Ruby #C50E68
RGB
CMYK
RGB Variations
Color information
#C50E68 (or 0xC50E68) is known color: Ruby. HEX triplet: C5, 0E and 68. RGB value is (197,14,104). Sum of RGB (Red+Green+Blue) = 197+14+104=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E68 is #3AF197. Grayscale: #4E4E4E. Windows color (decimal): -3862936 or 6819525. OLE color: 6819525.
HSL color Cylindrical-coordinate representation of color #C50E68: hue angle of 330.49º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50E68 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 104 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.23 |
| HSL | 330.49º | 0.87% | 0.41% | - |
| HSV(B) | 330.49º | 0.93% | 0.77% | - |
| XYZ | 25.68 | 13.18 | 14.29 | - |
| YUV | 78.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 104 | 0 | 0.93 | 0.47 | 0.23 | 330.49 | 0.87 | 0.41 |
| Hex | C5 | E | 68 | 0 | 5D | 2F | 17 | 14A | 57 | 29 |
| Octal | 305 | 16 | 150 | 0 | 135 | 57 | 27 | 512 | 127 | 51 |
| Binary | 11000101 | 1110 | 1101000 | 0 | 1011101 | 101111 | 10111 | 101001010 | 1010111 | 101001 |
Color Harmonies of #C50E68
Complementary color
Monochromatic Colors of #C50E68
Black with #C50E68
Text Example
Text Example
White with #C50E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E68; }
p { color: rgb(197,14,104); }
H1.HeaderClassName
{
color: #C50E68;
}
.AnyTagClassName
{
color: #C50E68;
}
</style>
background-color css
<style>
a { background-color: #C50E68; }
a { background-color: rgb(197,14,104); }
div.DivClassName
{
background-color: #C50E68;
}
.BgClassName
{
background-color: #C50E68;
}
</style>
border-color css
<style>
span { border-color: #C50E68; }
span { border-color: rgb(197,14,104); }
td.TdClassName
{
border-color: #C50E68;
}
.TagClassName
{
border-color: #C50E68;
}
</style>