Skip to main content Skip to docs navigation

#c136bf 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 Purple Pink and its hex is #C83CB9 Nearest Color Name

Color Hue/Base color: Violet

Hex #c136bf Color code in RGB color code model is created after adding 75.69% red color, 21.18% green color and 74.9% blue color. Hex #c136bf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 72% magenta, 1% yellow and 24.31% black.

Hex #c136bf color code is between #bb33bb web safe hex color code and #cc44cc web safe hex color code. #bb33bb is the nearest web safe color code. You can see here many more shades of #c136bf color code.

RGB Chart

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

Color Table

Hex Color Code c136bf #c136bf
RGB Decimal 193, 54, 191 193, 54, 191
RGB Percent 76%, 21%, 75% rgb(76%, 21%, 75%)
CSS RGBa 193, 54, 191,1 rgba(193,54,191,1)
CMYK Model cmyk(0%,72%,1%,24.31%)
HSL Color Space 301,56% ,48% hsl(301,56% ,48%)
HSV Color Space 301°, 72%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000001 00110110 10111111
Octal 301 66 277
Decimal 193 54 191
Hex c1 36 bf

Different shades of #c136bf color code.

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

Darkest of #c136bf
#491549
Darker of #c136bf
#712070
Dark of #c136bf
#992b98
Base of #c136bf
#c136bf
Light of #c136bf
#d159cf
Lighter
#dc81db
Lightest
#e7a9e6

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

#c136bf
#36c138

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

Split Complementary

#c136bf
#7ac136
#36c17d

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

Analogous Color

#7236c1
#8936c1
#c136bf
#c13691
#c13657

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

#c136bf
#36bfc1
#bfc136

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

#c136bf
#bfc136
#36c138
#3836c1

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

#c136bf
#c17d36
#36c138
#367ac1

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

#220921
#491549
#712070
#992b98
#c136bf
#d159cf
#dc81db
#e7a9e6
#f2d1f2

Tints of #c136bf Color

#c136bf
#c74cc6
#ce62cd
#d579d4
#dc8fdb
#e3a5e2
#eabce9
#f1d2f0
#f8e8f7
#ffffff

Shades of #c136bf color code

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

#c136bf
#ab30a9
#962a94
#80247f
#6b1e6a
#551854
#40123f
#2a0c2a
#150615
#000000

Tones

#c136bf
#a84fa7
#90678f
#7b7b7b
#7b7b7b

Tones

Similar Color like #c136bf color

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

#c237c0
#c338c1
#c439c2
#c53ac3
#c63bc4
#c73cc5
#c83dc6
#c93ec7
#ca3fc8
#cb40c9
#cc41ca
#cd42cb
#ce43cc
#cf44cd
#c035be
#bf34bd
#be33bc
#bd32bb
#bc31ba
#bb30b9
#ba2fb8
#b92eb7
#b82db6
#b72cb5
#b62bb4
#b52ab3
#b429b2
#b328b1

Download this Dark Violet

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

#c136bf Color Code Preview on Black Background Color

This is how #c136bf Color will look on black background color. Color contrast ratio is 4.55

#c136bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c136bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c136bf

#c136bf color code is use for CSS Background Color

Background color for the above div is #c136bf

HTML with inline CSS

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

#c136bf color code is use for CSS Border Color

CSS Border color for the above div is #c136bf

HTML with inline CSS

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

CSS Border Left color for the above div is #c136bf

HTML with inline CSS

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

CSS Border Right color for the above div is #c136bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c136bf

HTML with inline CSS

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

CSS Border Top color for the above div is #c136bf

HTML with inline CSS

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

#c136bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c136bf Color code Preview on White Background

This is how #c136bf Color code will look on white background color. Color contrast ratio is 4.62

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

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