Shades of Ruby #C50E69
Tints of Ruby #C50E69
RGB
CMYK
RGB Variations
Color information
#C50E69 (or 0xC50E69) is known color: Ruby. HEX triplet: C5, 0E and 69. RGB value is (197,14,105). Sum of RGB (Red+Green+Blue) = 197+14+105=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C50E69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50E69 is #3AF196. Grayscale: #4E4E4E. Windows color (decimal): -3862935 or 6885061. OLE color: 6885061.
HSL color Cylindrical-coordinate representation of color #C50E69: hue angle of 330.16º 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 #C50E69 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 14 | 105 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.23 |
| HSL | 330.16º | 0.87% | 0.41% | - |
| HSV(B) | 330.16º | 0.93% | 0.77% | - |
| XYZ | 25.73 | 13.2 | 14.56 | - |
| YUV | 79.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 14 | 105 | 0 | 0.93 | 0.47 | 0.23 | 330.16 | 0.87 | 0.41 |
| Hex | C5 | E | 69 | 0 | 5D | 2F | 17 | 14A | 57 | 29 |
| Octal | 305 | 16 | 151 | 0 | 135 | 57 | 27 | 512 | 127 | 51 |
| Binary | 11000101 | 1110 | 1101001 | 0 | 1011101 | 101111 | 10111 | 101001010 | 1010111 | 101001 |
Color Harmonies of #C50E69
Complementary color
Monochromatic Colors of #C50E69
Black with #C50E69
Text Example
Text Example
White with #C50E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50E69; }
p { color: rgb(197,14,105); }
H1.HeaderClassName
{
color: #C50E69;
}
.AnyTagClassName
{
color: #C50E69;
}
</style>
background-color css
<style>
a { background-color: #C50E69; }
a { background-color: rgb(197,14,105); }
div.DivClassName
{
background-color: #C50E69;
}
.BgClassName
{
background-color: #C50E69;
}
</style>
border-color css
<style>
span { border-color: #C50E69; }
span { border-color: rgb(197,14,105); }
td.TdClassName
{
border-color: #C50E69;
}
.TagClassName
{
border-color: #C50E69;
}
</style>