Step 1: Concept
The coordinates $(x, y, z)$ of the foot of the perpendicular from $(x_1, y_1, z_1)$ to $ax + by + cz + d = 0$ satisfy $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = -\frac{(ax_1 + by_1 + cz_1 + d)}{a^2 + b^2 + c^2}$.
Step 2: Meaning
Here $(x_1, y_1, z_1) = (-1, 1, 2)$ and $a=2, b=-3, c=1, d=-11$.
Step 3: Analysis
Ratio $= -\frac{[2(-1) - 3(1) + 2 - 11]}{2^2 + (-3)^2 + 1^2} = -\frac{-14}{14} = 1$.
So, $\frac{x+1}{2} = 1 \implies x=1$; $\frac{y-1}{-3} = 1 \implies y=-2$; $\frac{z-2}{1} = 1 \implies z=3$.
Step 4: Conclusion
The foot of the perpendicular is $(1, -2, 3)$.
Final Answer: (C)