Skip to main content Skip to docs navigation

#c014dd 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 Promiscuous Pink and its hex is #BB11EE Nearest Color Name

Color Hue/Base color: Violet

Hex #c014dd Color code in RGB color code model is created after adding 75.29% red color, 7.84% green color and 86.67% blue color. Hex #c014dd Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 91% magenta, 0% yellow and 13.33% black.

Hex #c014dd color code is between #bb11cc web safe hex color code and #cc22ee web safe hex color code. #bb11cc is the nearest web safe color code. You can see here many more shades of #c014dd color code.

RGB Chart

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

Color Table

Hex Color Code c014dd #c014dd
RGB Decimal 192, 20, 221 192, 20, 221
RGB Percent 75%, 8%, 87% rgb(75%, 8%, 87%)
CSS RGBa 192, 20, 221,1 rgba(192,20,221,1)
CMYK Model cmyk(13%,91%,0%,13.33%)
HSL Color Space 291,83% ,47% hsl(291,83% ,47%)
HSV Color Space 291°, 91%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000000 00010100 11011101
Octal 300 24 335
Decimal 192 20 221
Hex c0 14 dd

Different shades of #c014dd color code.

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

Darkest of #c014dd
#460751
Darker of #c014dd
#6f0c7f
Dark of #c014dd
#9710ae
Base of #c014dd
#c014dd
Light of #c014dd
#d337ed
Lighter
#dd66f1
Lightest
#e795f5

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

#c014dd
#31dd14

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

Split Complementary

#c014dd
#95dd14
#14dd5b

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

Analogous Color

#4b14dd
#6c14dd
#c014dd
#dd14b7
#dd1463

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

#c014dd
#14ddc0
#ddc014

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

#c014dd
#ddc014
#31dd14
#1431dd

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

#c014dd
#dd5b14
#31dd14
#1495dd

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

#1d0322
#460751
#6f0c7f
#9710ae
#c014dd
#d337ed
#dd66f1
#e795f5
#f2c3fa

Tints of #c014dd Color

#c014dd
#c72ee0
#ce48e4
#d562e8
#dc7cec
#e396ef
#eab0f3
#f1caf7
#f8e4fb
#ffffff

Shades of #c014dd color code

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

#c014dd
#aa11c4
#950fab
#800d93
#6a0b7a
#550862
#400649
#2a0431
#150218
#000000

Tones

#c014dd
#af2cc5
#9e44ad
#8d5c95
#7b747d

Tones

Similar Color like #c014dd color

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

#c115de
#c216df
#c317e0
#c418e1
#c519e2
#c61ae3
#c71be4
#c81ce5
#c91de6
#ca1ee7
#cb1fe8
#cc20e9
#cd21ea
#ce22eb
#bf13dc
#be12db
#bd11da
#bc10d9
#bb0fd8
#ba0ed7
#b90dd6
#b80cd5
#b70bd4
#b60ad3
#b509d2
#b408d1
#b307d0
#b206cf

Download this Dark Violet

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

#c014dd Color Code Preview on Black Background Color

This is how #c014dd Color will look on black background color. Color contrast ratio is 4.39

#c014dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c014dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c014dd

#c014dd color code is use for CSS Background Color

Background color for the above div is #c014dd

HTML with inline CSS

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

#c014dd color code is use for CSS Border Color

CSS Border color for the above div is #c014dd

HTML with inline CSS

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

CSS Border Left color for the above div is #c014dd

HTML with inline CSS

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

CSS Border Right color for the above div is #c014dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c014dd

HTML with inline CSS

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

CSS Border Top color for the above div is #c014dd

HTML with inline CSS

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

#c014dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c014dd Color code Preview on White Background

This is how #c014dd Color code will look on white background color. Color contrast ratio is 4.79

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

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(192,20,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(49,221,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,20,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }