Skip to main content Skip to docs navigation

#cd127a hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Crazy Ex and its hex is #CC1177 Nearest Color Name

Color Hue/Base color: Red

Hex #cd127a Color code in RGB color code model is created after adding 80.39% red color, 7.06% green color and 47.84% blue color. Hex #cd127a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 40% yellow and 19.61% black.

Hex #cd127a color code is between #cc1177 web safe hex color code and #dd2288 web safe hex color code. #cc1177 is the nearest web safe color code. You can see here many more shades of #cd127a color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code cd127a #cd127a
RGB Decimal 205, 18, 122 205, 18, 122
RGB Percent 80%, 7%, 48% rgb(80%, 7%, 48%)
CSS RGBa 205, 18, 122,1 rgba(205,18,122,1)
CMYK Model cmyk(0%,91%,40%,19.61%)
HSL Color Space 327,84% ,44% hsl(327,84% ,44%)
HSV Color Space 327°, 91%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00010010 01111010
Octal 315 22 172
Decimal 205 18 122
Hex cd 12 7a

Different shades of #cd127a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #cd127a
#400626
Darker of #cd127a
#6f0a42
Dark of #cd127a
#9e0e5e
Base of #cd127a
#cd127a
Light of #cd127a
#ec2694
Lighter
#f055ab
Lightest
#f484c2

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#cd127a
#12cd65

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#cd127a
#1dcd12
#12cdc3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b312cd
#cd12c8
#cd127a
#cd123c
#cd3612

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#cd127a
#127acd
#7acd12

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#cd127a
#7acd12
#12cd65
#6512cd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cd127a
#cdc312
#12cd65
#121dcd

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #cd127a

#11020a
#400626
#6f0a42
#9e0e5e
#cd127a
#ec2694
#f055ab
#f484c2
#f8b3d9

Tints of #cd127a Color

#cd127a
#d22c88
#d84697
#dd61a6
#e37bb5
#e895c3
#eeb0d2
#f3cae1
#f9e4f0
#ffffff

Shades of #cd127a color code

Generate more color scales with scales (color stack) generator.

#cd127a
#b6106c
#9f0e5e
#880c51
#710a43
#5b0836
#440628
#2d041b
#16020d
#000000

Tones

#cd127a
#b72878
#a03f75
#8a5573
#746b70

Tones

Similar Color like #cd127a color

Find visually similar hex color codes nearing to #cd127a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ce137b
#cf147c
#d0157d
#d1167e
#d2177f
#d31880
#d41981
#d51a82
#d61b83
#d71c84
#d81d85
#d91e86
#da1f87
#db2088
#cc1179
#cb1078
#ca0f77
#c90e76
#c80d75
#c70c74
#c60b73
#c50a72
#c40971
#c30870
#c2076f
#c1066e
#c0056d
#bf046c

Download this Dark Red

Hex #cd127a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#cd127a Color Code Preview on Black Background Color

This is how #cd127a Color will look on black background color. Color contrast ratio is 3.96

#cd127a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#cd127a">Your Example Paragraph content text in with font color #cd127a </p>

Your Example Paragraph content text in with font color #cd127a

HTML with inline CSS

<div style="color:#cd127a">Your Paragraph text in with font color #cd127a </div>

Your Example Paragraph content text in with font color #cd127a

#cd127a color code is use for CSS Background Color

Background color for the above div is #cd127a

HTML with inline CSS

<div style="background-color:#cd127a;"></div>

#cd127a color code is use for CSS Border Color

CSS Border color for the above div is #cd127a

HTML with inline CSS

<div style="border:5px solid #cd127a;"></div>

CSS Border Left color for the above div is #cd127a

HTML with inline CSS

<div style="border-left:5px solid #cd127a;"></div>

CSS Border Right color for the above div is #cd127a

HTML with inline CSS

<div style="border-right:5px solid #cd127a;"></div>

CSS Border Bottom color for the above div is #cd127a

HTML with inline CSS

<div style="border-bottom:5px solid #cd127a;"></div>

CSS Border Top color for the above div is #cd127a

HTML with inline CSS

<div style="border-top:5px solid #cd127a;"></div>

#cd127a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#cd127a; } .examplecolorclass {color:#cd127a; } .examplebordercolor {border:3px solid #cd127a; }

#cd127a Color code Preview on White Background

This is how #cd127a Color code will look on white background color. Color contrast ratio is 5.30

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #cd127a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cd127a; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(205,18,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(18,205,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,18,122,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }