#CD276C Color Information

Hex color code: #CD276C

#CD276C is a warm magenta color. In RGB it is (205, 39, 108), and in HSL it is (335°, 68%, 48%). It is commonly used in modern UI design.

Try:
Color NameMedium Violet Red
HEX
#CD276C
RGB
205, 39, 108
HSL
335°, 68%, 48%
CMYK
0%, 81%, 47%, 20%

Shades

CSS Usage
color: #CD276C;
background-color: #CD276C;
border-color: #CD276C;
box-shadow: 0 0 10px #CD276C;
border: 2px solid #CD276C;
Tailwind Usage
bg-[#CD276C]
text-[#CD276C]
border-[#CD276C]
shadow-[0_0_10px_CD276C]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #CD276C, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #CD276C; color: #FFFFFF; }

Badge

New Feature
.badge { background-color: #CD276C; color: #FFFFFF; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #CD276C; background-color: #CD276C15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #CD276C20; border-left: 4px solid #CD276C; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #CD276C; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #CD276C in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

205, 39, 108

Red: 205 / Green: 39 / Blue: 108

HSL

335°, 68%, 48%

Hue: 335° / Saturation: 68% / Lightness: 48%

CMYK

0%, 81%, 47%, 20%

Cyan: 0% / Magenta: 81% / Yellow: 47% / Key: 20%

What color is #CD276C?

#CD276C is a red-orange hue associated with warmth and passion.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #CD276C to RGB:

rgb(205, 39, 108)HEX to RGB Converter →

HEX to HSL

Convert #CD276C to HSL:

hsl(335, 68%, 48%)RGB to HSL Converter →

HEX to CMYK

Convert #CD276C to CMYK:

cmyk(0%, 81%, 47%, 20%)Color Converter →

Color Meaning and Usage

A vibrant magenta tone, #CD276C has RGB (205, 39, 108) and HSL (335°, 68%, 48%). Known for evoking warmth and passion, this red-orange hue is frequently seen in web interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #CD276C is #27CE88, creating high-contrast pairings. For softer combinations, try analogous colors like #CE27C0.

Use #CD276C in CSS: color: #CD276C or background-color: #CD276C. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #CD276C

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 4.10:1
WCAG AA: Fail
WCAG AAA: Fail

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #CD276C?

#CD276C is a vibrant magenta color - a red-orange hue that evokes warmth and passion.

What is the RGB value of #CD276C?

#CD276C in RGB is (205, 39, 108) - 205 red, 39 green, and 108 blue.

How to use #CD276C in CSS?

Use #CD276C directly in your CSS properties like color or background-color.

What colors go well with #CD276C?

#27CE88 (complementary), #CE27C0 (analogous), and #8D1B4B (lighter shade) work well with #CD276C.