Hot purple to RGB — Color Code

#cb00f5
Format Value
HEX #cb00f5
RGB rgb(203, 0, 245)
HSL hsl(289.7, 100%, 48%)
CMYK cmyk(17.1%, 100%, 0%, 3.9%)
HSV hsv(289.7, 100%, 96.1%)

hot purple color harmonies

Tints & shades of hot purple

Tints (lighter)

#d017f6 #d42ef7 #d946f8 #de5df9 #e374fa #e78bfa #eca2fb #f1b9fc #f6d1fd #fae8fe

Shades (darker)

#b900df #a600c8 #9400b2 #81009c #6f0086 #5c006f #4a0059 #370043 #25002d #120016

Contrast & accessibility

The quick brown fox

On white · 4.32:1 · AA Large

The quick brown fox

On black · 4.86:1 · AA

Recommended text color: #000000

Use hot purple in code

CSS color: #cb00f5;
SCSS $color: #cb00f5;
Tailwind bg-[#cb00f5]
Swift UIColor(red: 0.796, green: 0.000, blue: 0.961, alpha: 1)
Android Color.parseColor("#cb00f5")
Flutter Color(0xFFCB00F5)

Colors similar to hot purple

Browse all Purple colors →

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?

FormatValue
HEX#cb00f5
RGBrgb(203, 0, 245)
HSLhsl(289.7, 100%, 48%)
CMYKcmyk(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.