Skip to main content Skip to docs navigation

#c013df 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 #c013df Color code in RGB color code model is created after adding 75.29% red color, 7.45% green color and 87.45% blue color. Hex #c013df Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 91% magenta, 0% yellow and 12.55% black.

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

RGB Chart

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

Color Table

Hex Color Code c013df #c013df
RGB Decimal 192, 19, 223 192, 19, 223
RGB Percent 75%, 7%, 87% rgb(75%, 7%, 87%)
CSS RGBa 192, 19, 223,1 rgba(192,19,223,1)
CMYK Model cmyk(14%,91%,0%,12.55%)
HSL Color Space 291,84% ,47% hsl(291,84% ,47%)
HSV Color Space 291°, 91%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000000 00010011 11011111
Octal 300 23 337
Decimal 192 19 223
Hex c0 13 df

Different shades of #c013df color code.

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

Darkest of #c013df
#470752
Darker of #c013df
#6f0b81
Dark of #c013df
#980fb0
Base of #c013df
#c013df
Light of #c013df
#d237ee
Lighter
#dd66f2
Lightest
#e795f6

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

#c013df
#32df13

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

Split Complementary

#c013df
#98df13
#13df5a

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

Analogous Color

#4913df
#6b13df
#c013df
#df13ba
#df1365

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

#c013df
#13dfc0
#dfc013

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

#c013df
#dfc013
#32df13
#1332df

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

#c013df
#df5a13
#32df13
#1398df

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

#1e0323
#470752
#6f0b81
#980fb0
#c013df
#d237ee
#dd66f2
#e795f6
#f2c4fa

Tints of #c013df Color

#c013df
#c72de2
#ce47e6
#d561e9
#dc7bed
#e396f0
#eab0f4
#f1caf7
#f8e4fb
#ffffff

Shades of #c013df color code

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

#c013df
#aa10c6
#950ead
#800c94
#6a0a7b
#550863
#40064a
#2a0431
#150218
#000000

Tones

#c013df
#af2bc7
#9e43af
#8d5c96
#7d747e

Tones

Similar Color like #c013df color

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

#c114e0
#c215e1
#c316e2
#c417e3
#c518e4
#c619e5
#c71ae6
#c81be7
#c91ce8
#ca1de9
#cb1eea
#cc1feb
#cd20ec
#ce21ed
#bf12de
#be11dd
#bd10dc
#bc0fdb
#bb0eda
#ba0dd9
#b90cd8
#b80bd7
#b70ad6
#b609d5
#b508d4
#b407d3
#b306d2
#b205d1

Download this Dark Violet

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

#c013df Color Code Preview on Black Background Color

This is how #c013df Color will look on black background color. Color contrast ratio is 4.40

#c013df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c013df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c013df

#c013df color code is use for CSS Background Color

Background color for the above div is #c013df

HTML with inline CSS

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

#c013df color code is use for CSS Border Color

CSS Border color for the above div is #c013df

HTML with inline CSS

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

CSS Border Left color for the above div is #c013df

HTML with inline CSS

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

CSS Border Right color for the above div is #c013df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c013df

HTML with inline CSS

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

CSS Border Top color for the above div is #c013df

HTML with inline CSS

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

#c013df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c013df Color code Preview on White Background

This is how #c013df Color code will look on white background color. Color contrast ratio is 4.77

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

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