Skip to main content Skip to docs navigation

#c140af 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 Ultraviolet Nusp and its hex is #BB44AA Nearest Color Name

Color Hue/Base color: Violet

Hex #c140af Color code in RGB color code model is created after adding 75.69% red color, 25.1% green color and 68.63% blue color. Hex #c140af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 9% yellow and 24.31% black.

Hex #c140af color code is between #bb44aa web safe hex color code and #cc33bb web safe hex color code. #bb44aa is the nearest web safe color code. You can see here many more shades of #c140af color code.

RGB Chart

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

Color Table

Hex Color Code c140af #c140af
RGB Decimal 193, 64, 175 193, 64, 175
RGB Percent 76%, 25%, 69% rgb(76%, 25%, 69%)
CSS RGBa 193, 64, 175,1 rgba(193,64,175,1)
CMYK Model cmyk(0%,67%,9%,24.31%)
HSL Color Space 308,51% ,50% hsl(308,51% ,50%)
HSV Color Space 308°, 67%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 01000000 10101111
Octal 301 100 257
Decimal 193 64 175
Hex c1 40 af

Different shades of #c140af color code.

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

Darkest of #c140af
#4f1947
Darker of #c140af
#75266a
Dark of #c140af
#9c328d
Base of #c140af
#c140af
Light of #c140af
#cd66bf
Lighter
#da8dcf
Lightest
#e6b3df

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

#c140af
#40c152

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

Split Complementary

#c140af
#6ec140
#40c192

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

Analogous Color

#8840c1
#9d40c1
#c140af
#c14084
#c1404e

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

#c140af
#40afc1
#afc140

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

#c140af
#afc140
#40c152
#5240c1

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

#c140af
#c19240
#40c152
#406ec1

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

#280d24
#4f1947
#75266a
#9c328d
#c140af
#cd66bf
#da8dcf
#e6b3df
#f3daf0

Tints of #c140af Color

#c140af
#c755b7
#ce6ac0
#d57fc9
#dc94d2
#e3aadb
#eabfe4
#f1d4ed
#f8e9f6
#ffffff

Shades of #c140af color code

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

#c140af
#ab389b
#963188
#802a74
#6b2361
#551c4d
#40153a
#2a0e26
#150713
#000000

Tones

#c140af
#a8599d
#8e738b
#808080
#808080

Tones

Similar Color like #c140af color

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

#c241b0
#c342b1
#c443b2
#c544b3
#c645b4
#c746b5
#c847b6
#c948b7
#ca49b8
#cb4ab9
#cc4bba
#cd4cbb
#ce4dbc
#cf4ebd
#c03fae
#bf3ead
#be3dac
#bd3cab
#bc3baa
#bb3aa9
#ba39a8
#b938a7
#b837a6
#b736a5
#b635a4
#b534a3
#b433a2
#b332a1

Download this Dark Violet

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

#c140af Color Code Preview on Black Background Color

This is how #c140af Color will look on black background color. Color contrast ratio is 4.62

#c140af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c140af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c140af

#c140af color code is use for CSS Background Color

Background color for the above div is #c140af

HTML with inline CSS

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

#c140af color code is use for CSS Border Color

CSS Border color for the above div is #c140af

HTML with inline CSS

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

CSS Border Left color for the above div is #c140af

HTML with inline CSS

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

CSS Border Right color for the above div is #c140af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c140af

HTML with inline CSS

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

CSS Border Top color for the above div is #c140af

HTML with inline CSS

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

#c140af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c140af Color code Preview on White Background

This is how #c140af Color code will look on white background color. Color contrast ratio is 4.55

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

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(193,64,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,193,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,64,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }