Skip to main content Skip to docs navigation

#c40abc 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 Awkward Purple and its hex is #D208CC Nearest Color Name

Color Hue/Base color: Violet

Hex #c40abc Color code in RGB color code model is created after adding 76.86% red color, 3.92% green color and 73.73% blue color. Hex #c40abc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 4% yellow and 23.14% black.

Hex #c40abc color code is between #cc11bb web safe hex color code and #bb00cc web safe hex color code. #cc11bb is the nearest web safe color code. You can see here many more shades of #c40abc color code.

RGB Chart

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

Color Table

Hex Color Code c40abc #c40abc
RGB Decimal 196, 10, 188 196, 10, 188
RGB Percent 77%, 4%, 74% rgb(77%, 4%, 74%)
CSS RGBa 196, 10, 188,1 rgba(196,10,188,1)
CMYK Model cmyk(0%,95%,4%,23.14%)
HSL Color Space 303,90% ,40% hsl(303,90% ,40%)
HSV Color Space 303°, 95%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 00001010 10111100
Octal 304 12 274
Decimal 196 10 188
Hex c4 0a bc

Different shades of #c40abc color code.

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

Darkest of #c40abc
#320330
Darker of #c40abc
#63055f
Dark of #c40abc
#93088d
Base of #c40abc
#c40abc
Light of #c40abc
#f30ee9
Lighter
#f53fed
Lightest
#f86ff2

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

#c40abc
#0ac412

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

Split Complementary

#c40abc
#5fc40a
#0ac46f

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

Analogous Color

#5f0ac4
#7e0ac4
#c40abc
#c40a7e
#c40a31

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

#c40abc
#0abcc4
#bcc40a

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

#c40abc
#bcc40a
#0ac412
#120ac4

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

#c40abc
#c46f0a
#0ac412
#0a5fc4

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

#020002
#320330
#63055f
#93088d
#c40abc
#f30ee9
#f53fed
#f86ff2
#faa0f6

Tints of #c40abc Color

#c40abc
#ca25c3
#d140ca
#d75bd2
#de76d9
#e492e1
#ebade8
#f1c8f0
#f8e3f7
#ffffff

Shades of #c40abc color code

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

#c40abc
#ae08a7
#980792
#82067d
#6c0568
#570453
#41033e
#2b0229
#150114
#000000

Tones

#c40abc
#af1fa9
#9b3396
#864884
#725c71

Tones

Similar Color like #c40abc color

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

#c50bbd
#c60cbe
#c70dbf
#c80ec0
#c90fc1
#ca10c2
#cb11c3
#cc12c4
#cd13c5
#ce14c6
#cf15c7
#d016c8
#d117c9
#d218ca
#c309bb
#c208ba
#c107b9
#c006b8
#bf05b7
#be04b6
#bd03b5
#bc02b4
#bb01b3
#ba00b2
#b900b1
#b800b0
#b700af
#b600ae

Download this Dark Violet

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

#c40abc Color Code Preview on Black Background Color

This is how #c40abc Color will look on black background color. Color contrast ratio is 4.12

#c40abc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c40abc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c40abc

#c40abc color code is use for CSS Background Color

Background color for the above div is #c40abc

HTML with inline CSS

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

#c40abc color code is use for CSS Border Color

CSS Border color for the above div is #c40abc

HTML with inline CSS

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

CSS Border Left color for the above div is #c40abc

HTML with inline CSS

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

CSS Border Right color for the above div is #c40abc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c40abc

HTML with inline CSS

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

CSS Border Top color for the above div is #c40abc

HTML with inline CSS

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

#c40abc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c40abc Color code Preview on White Background

This is how #c40abc Color code will look on white background color. Color contrast ratio is 5.10

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

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(196,10,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(10,196,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,10,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }