What is the RGB code for hot purple?
The CSS color hot purple in RGB format is rgb(203, 0, 245). 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: rgb(203, 0, 245);
- Background: background-color: rgb(203, 0, 245);
- Border: border-color: rgb(203, 0, 245);
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 RGB?
Select hot purple from the color name list in our color converter. The RGB value — rgb(203, 0, 245) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.