CQMAX to PX Converter

Convert to CQMAX.

Loading converter...
Share this tool:

What is CQMAX Converter?

CQMAX converter calculates the largest value between CQW and CQH. It is used for designs that need to scale based on the largest container dimension. Compare with CQMIN Converter.

How to find CQMAX?

To find CQMAX, compare CQW and CQH values and choose the larger one. It helps in flexible and adaptive UI design.

CQMAX to PX Formula

px=
cqmax100
× max(container width, container height)
Where:
cqmaxContainer Query Maximum UnitsThe container query maximum percentage value.
max(w, h)Container Maximum DimensionThe larger of the query container width or height.
pxPixelsThe calculated pixel value.