Shades of Ruby #C50F69
Tints of Ruby #C50F69
RGB
CMYK
RGB Variations
Color information
#C50F69 (or 0xC50F69) is known color: Ruby. HEX triplet: C5, 0F and 69. RGB value is (197,15,105). Sum of RGB (Red+Green+Blue) = 197+15+105=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F69 is #3AF096. Grayscale: #4F4F4F. Windows color (decimal): -3862679 or 6885317. OLE color: 6885317.
HSL color Cylindrical-coordinate representation of color #C50F69: hue angle of 330.33º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F69 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 105 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.23 |
| HSL | 330.33º | 0.86% | 0.42% | - |
| HSV(B) | 330.33º | 0.92% | 0.77% | - |
| XYZ | 25.75 | 13.23 | 14.56 | - |
| YUV | 79.68 | 142.3 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 105 | 0 | 0.92 | 0.47 | 0.23 | 330.33 | 0.86 | 0.42 |
| Hex | C5 | F | 69 | 0 | 5C | 2F | 17 | 14A | 56 | 2A |
| Octal | 305 | 17 | 151 | 0 | 134 | 57 | 27 | 512 | 126 | 52 |
| Binary | 11000101 | 1111 | 1101001 | 0 | 1011100 | 101111 | 10111 | 101001010 | 1010110 | 101010 |
Color Harmonies of #C50F69
Complementary color
Monochromatic Colors of #C50F69
Black with #C50F69
Text Example
Text Example
White with #C50F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F69; }
p { color: rgb(197,15,105); }
H1.HeaderClassName
{
color: #C50F69;
}
.AnyTagClassName
{
color: #C50F69;
}
</style>
background-color css
<style>
a { background-color: #C50F69; }
a { background-color: rgb(197,15,105); }
div.DivClassName
{
background-color: #C50F69;
}
.BgClassName
{
background-color: #C50F69;
}
</style>
border-color css
<style>
span { border-color: #C50F69; }
span { border-color: rgb(197,15,105); }
td.TdClassName
{
border-color: #C50F69;
}
.TagClassName
{
border-color: #C50F69;
}
</style>