Skip to main content Skip to docs navigation

#cd019a hex color | Download Dark Violet 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 Pantone 2395 C and its hex is #C800A1 Nearest Color Name

Color Hue/Base color: Violet

Hex #cd019a Color code in RGB color code model is created after adding 80.39% red color, 0.39% green color and 60.39% blue color. Hex #cd019a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 25% yellow and 19.61% black.

Hex #cd019a color code is between #cc0099 web safe hex color code and #dd00aa web safe hex color code. #cc0099 is the nearest web safe color code. You can see here many more shades of #cd019a color code.

RGB Chart

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

Color Table

Hex Color Code cd019a #cd019a
RGB Decimal 205, 1, 154 205, 1, 154
RGB Percent 80%, 0%, 60% rgb(80%, 0%, 60%)
CSS RGBa 205, 1, 154,1 rgba(205,1,154,1)
CMYK Model cmyk(0%,100%,25%,19.61%)
HSL Color Space 315,99% ,40% hsl(315,99% ,40%)
HSV Color Space 315°, 100%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001101 00000001 10011010
Octal 315 1 232
Decimal 205 1 154
Hex cd 01 9a

Different shades of #cd019a color code.

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

Darkest of #cd019a
#350028
Darker of #cd019a
#67014e
Dark of #cd019a
#9a0174
Base of #cd019a
#cd019a
Light of #cd019a
#fe03bf
Lighter
#fe36cc
Lightest
#fe69d9

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

#cd019a
#01cd34

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

Split Complementary

#cd019a
#34cd01
#01cd9a

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

Analogous Color

#8901cd
#ab01cd
#cd019a
#cd0156
#cd0101

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

#cd019a
#019acd
#9acd01

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

#cd019a
#9acd01
#01cd34
#3401cd

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

#cd019a
#cd9a01
#01cd34
#0134cd

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 #cd019a

#020001
#350028
#67014e
#9a0174
#cd019a
#fe03bf
#fe36cc
#fe69d9
#ff9be6

Tints of #cd019a Color

#cd019a
#d21da5
#d839b0
#dd55bb
#e371c6
#e88ed2
#eeaadd
#f3c6e8
#f9e2f3
#ffffff

Shades of #cd019a color code

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

#cd019a
#b60088
#9f0077
#880066
#710055
#5b0044
#440033
#2d0022
#160011
#000000

Tones

#cd019a
#b81690
#a42a85
#8f3f7b
#7b5371

Tones

Similar Color like #cd019a color

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

#ce029b
#cf039c
#d0049d
#d1059e
#d2069f
#d307a0
#d408a1
#d509a2
#d60aa3
#d70ba4
#d80ca5
#d90da6
#da0ea7
#db0fa8
#cc0099
#cb0098
#ca0097
#c90096
#c80095
#c70094
#c60093
#c50092
#c40091
#c30090
#c2008f
#c1008e
#c0008d
#bf008c

Download this Dark Violet

Hex #cd019a 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.

#cd019a Color Code Preview on Black Background Color

This is how #cd019a Color will look on black background color. Color contrast ratio is 4.07

#cd019a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd019a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd019a

#cd019a color code is use for CSS Background Color

Background color for the above div is #cd019a

HTML with inline CSS

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

#cd019a color code is use for CSS Border Color

CSS Border color for the above div is #cd019a

HTML with inline CSS

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

CSS Border Left color for the above div is #cd019a

HTML with inline CSS

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

CSS Border Right color for the above div is #cd019a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd019a

HTML with inline CSS

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

CSS Border Top color for the above div is #cd019a

HTML with inline CSS

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

#cd019a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd019a Color code Preview on White Background

This is how #cd019a Color code will look on white background color. Color contrast ratio is 5.16

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 #cd019a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #cd019a; }

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,1,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,205,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,1,154,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }