Shades of Ruby #C50565
Tints of Ruby #C50565
RGB
CMYK
RGB Variations
Color information
#C50565 (or 0xC50565) is known color: Ruby. HEX triplet: C5, 05 and 65. RGB value is (197,5,101). Sum of RGB (Red+Green+Blue) = 197+5+101=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50565 is #3AFA9A. Grayscale: #494949. Windows color (decimal): -3865243 or 6620613. OLE color: 6620613.
HSL color Cylindrical-coordinate representation of color #C50565: hue angle of 330º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50565 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 101 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.23 |
| HSL | 330º | 0.95% | 0.4% | - |
| HSV(B) | 330º | 0.97% | 0.77% | - |
| XYZ | 25.43 | 12.92 | 13.47 | - |
| YUV | 73.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 101 | 0 | 0.97 | 0.49 | 0.23 | 330 | 0.95 | 0.4 |
| Hex | C5 | 5 | 65 | 0 | 61 | 31 | 17 | 14A | 5F | 28 |
| Octal | 305 | 5 | 145 | 0 | 141 | 61 | 27 | 512 | 137 | 50 |
| Binary | 11000101 | 101 | 1100101 | 0 | 1100001 | 110001 | 10111 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C50565
Complementary color
Monochromatic Colors of #C50565
Black with #C50565
Text Example
Text Example
White with #C50565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50565; }
p { color: rgb(197,5,101); }
H1.HeaderClassName
{
color: #C50565;
}
.AnyTagClassName
{
color: #C50565;
}
</style>
background-color css
<style>
a { background-color: #C50565; }
a { background-color: rgb(197,5,101); }
div.DivClassName
{
background-color: #C50565;
}
.BgClassName
{
background-color: #C50565;
}
</style>
border-color css
<style>
span { border-color: #C50565; }
span { border-color: rgb(197,5,101); }
td.TdClassName
{
border-color: #C50565;
}
.TagClassName
{
border-color: #C50565;
}
</style>