What is the HEX code for hot purple?
The CSS color hot purple in HEX format is #cb00f5. Use this value directly in CSS, SVG, and most design tools.
How do I use hot purple in CSS?
To apply hot purple in CSS:
- Text color: color: #cb00f5;
- Background: background-color: #cb00f5;
- Border: border-color: #cb00f5;
What are all the color format values for hot purple?
| Format | Value |
|---|---|
| HEX | #cb00f5 |
| RGB | rgb(203, 0, 245) |
| HSL | hsl(289.7, 100%, 48%) |
| CMYK | cmyk(17.1%, 100%, 0%, 3.9%) |
How do I convert hot purple to HEX?
Select hot purple from the color name list in our color converter. The HEX value — #cb00f5 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does hot purple belong to?
hot purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 289.7°, saturation 100%, lightness 48%.
How do I create lighter and darker shades of hot purple?
Lighter variant (lightness 63%): #df42ff. Darker variant (lightness 33%): #8b00a8. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.