Skip to main content Skip to docs navigation

#c201db 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 Capricious Purple and its hex is #BB00DD Nearest Color Name

Color Hue/Base color: Violet

Hex #c201db Color code in RGB color code model is created after adding 76.08% red color, 0.39% green color and 85.88% blue color. Hex #c201db Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 100% magenta, 0% yellow and 14.12% black.

Hex #c201db color code is between #bb00dd web safe hex color code and #cc00cc web safe hex color code. #bb00dd is the nearest web safe color code. You can see here many more shades of #c201db color code.

RGB Chart

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

Color Table

Hex Color Code c201db #c201db
RGB Decimal 194, 1, 219 194, 1, 219
RGB Percent 76%, 0%, 86% rgb(76%, 0%, 86%)
CSS RGBa 194, 1, 219,1 rgba(194,1,219,1)
CMYK Model cmyk(11%,100%,0%,14.12%)
HSL Color Space 293,99% ,43% hsl(293,99% ,43%)
HSV Color Space 293°, 100%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 00000001 11011011
Octal 302 1 333
Decimal 194 1 219
Hex c2 01 db

Different shades of #c201db color code.

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

Darkest of #c201db
#3b0043
Darker of #c201db
#680175
Dark of #c201db
#9501a8
Base of #c201db
#c201db
Light of #c201db
#e311fe
Lighter
#e944fe
Lightest
#ef77fe

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

#c201db
#1adb01

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

Split Complementary

#c201db
#87db01
#01db55

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

Analogous Color

#4301db
#6701db
#c201db
#db01ab
#db0151

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

#c201db
#01dbc2
#dbc201

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

#c201db
#dbc201
#1adb01
#011adb

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

#c201db
#db5501
#1adb01
#0187db

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

#0e0010
#3b0043
#680175
#9501a8
#c201db
#e311fe
#e944fe
#ef77fe
#f5a9ff

Tints of #c201db Color

#c201db
#c81ddf
#cf39e3
#d655e7
#dd71eb
#e38eef
#eaaaf3
#f1c6f7
#f8e2fb
#ffffff

Shades of #c201db color code

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

#c201db
#ac00c2
#9600aa
#810092
#6b0079
#560061
#400049
#2b0030
#150018
#000000

Tones

#c201db
#b117c5
#a02daf
#8f4399
#7e5983

Tones

Similar Color like #c201db color

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

#c302dc
#c403dd
#c504de
#c605df
#c706e0
#c807e1
#c908e2
#ca09e3
#cb0ae4
#cc0be5
#cd0ce6
#ce0de7
#cf0ee8
#d00fe9
#c100da
#c000d9
#bf00d8
#be00d7
#bd00d6
#bc00d5
#bb00d4
#ba00d3
#b900d2
#b800d1
#b700d0
#b600cf
#b500ce
#b400cd

Download this Dark Violet

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

#c201db Color Code Preview on Black Background Color

This is how #c201db Color will look on black background color. Color contrast ratio is 4.32

#c201db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c201db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c201db

#c201db color code is use for CSS Background Color

Background color for the above div is #c201db

HTML with inline CSS

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

#c201db color code is use for CSS Border Color

CSS Border color for the above div is #c201db

HTML with inline CSS

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

CSS Border Left color for the above div is #c201db

HTML with inline CSS

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

CSS Border Right color for the above div is #c201db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c201db

HTML with inline CSS

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

CSS Border Top color for the above div is #c201db

HTML with inline CSS

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

#c201db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c201db Color code Preview on White Background

This is how #c201db Color code will look on white background color. Color contrast ratio is 4.86

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

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