HSL에서 CMYK로
정밀한 색상 변환 알고리즘을 사용하여 HSL 색상 값을 인쇄 제작을 위한 CMYK로 변환합니다.
색상 변환기
CMYK Output
CMYK Values
0-100% ink coverage
0-100% ink coverage
0-100% ink coverage
0-100% ink coverage
색상 형식
cmyk(0%, 100%, 100%, 0%)
hsl(0°, 100%, 50%)
#FF0000
변환 예제
빨간색
HSL: 0°, 100%, 50%
CMYK: 0%, 100%, 100%, 0%
녹색
HSL: 120°, 100%, 50%
CMYK: 100%, 0%, 100%, 0%
파란색
HSL: 240°, 100%, 50%
CMYK: 100%, 100%, 0%, 0%
노란색
HSL: 60°, 100%, 50%
CMYK: 0%, 0%, 100%, 0%
마젠타
HSL: 300°, 100%, 50%
CMYK: 0%, 100%, 0%, 0%
시안색
HSL: 180°, 100%, 50%
CMYK: 100%, 0%, 0%, 0%
권장 도구
이 도구에 관하여
당사의 HSL-CMYK 변환기는 HSL 색상 값을 전문 인쇄의 표준인 CMYK 색상 공간으로 변환하여 디지털 디자인과 인쇄 생산 간의 격차를 해소합니다.
HSL (Hue, Saturation, Lightness) is a user-friendly color model ideal for digital design, allowing intuitive color selection and manipulation. It represents colors based on human perception of hue, saturation, and brightness.
CMYK (Cyan, Magenta, Yellow, Key/Black) is a subtractive color model used in printing, where colors are created by subtracting light from white paper through layered ink deposits. This model is necessary because printers use physical inks rather than emitted light.
The conversion process involves multiple steps: first converting HSL to RGB, then translating RGB values to CMYK using industry-standard formulas that account for the different properties of light emission versus ink absorption.