Shades of Ruby #C50C63
Tints of Ruby #C50C63
RGB
CMYK
RGB Variations
Color information
#C50C63 (or 0xC50C63) is known color: Ruby. HEX triplet: C5, 0C and 63. RGB value is (197,12,99). Sum of RGB (Red+Green+Blue) = 197+12+99=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50C63 is #3AF39C. Grayscale: #4D4D4D. Windows color (decimal): -3863453 or 6491333. OLE color: 6491333.
HSL color Cylindrical-coordinate representation of color #C50C63: hue angle of 331.78º degrees, saturation: 0.89, 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 #C50C63 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 99 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.23 |
| HSL | 331.78º | 0.89% | 0.41% | - |
| HSV(B) | 331.78º | 0.94% | 0.77% | - |
| XYZ | 25.41 | 13.03 | 12.98 | - |
| YUV | 77.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 99 | 0 | 0.94 | 0.50 | 0.23 | 331.78 | 0.89 | 0.41 |
| Hex | C5 | C | 63 | 0 | 5E | 32 | 17 | 14C | 59 | 29 |
| Octal | 305 | 14 | 143 | 0 | 136 | 62 | 27 | 514 | 131 | 51 |
| Binary | 11000101 | 1100 | 1100011 | 0 | 1011110 | 110010 | 10111 | 101001100 | 1011001 | 101001 |
Color Harmonies of #C50C63
Complementary color
Monochromatic Colors of #C50C63
Black with #C50C63
Text Example
Text Example
White with #C50C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C63; }
p { color: rgb(197,12,99); }
H1.HeaderClassName
{
color: #C50C63;
}
.AnyTagClassName
{
color: #C50C63;
}
</style>
background-color css
<style>
a { background-color: #C50C63; }
a { background-color: rgb(197,12,99); }
div.DivClassName
{
background-color: #C50C63;
}
.BgClassName
{
background-color: #C50C63;
}
</style>
border-color css
<style>
span { border-color: #C50C63; }
span { border-color: rgb(197,12,99); }
td.TdClassName
{
border-color: #C50C63;
}
.TagClassName
{
border-color: #C50C63;
}
</style>