Skip to main content Skip to docs navigation

#c520bc hex color | Download Dark Red 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 Mystifying Magenta and its hex is #C920B0 Nearest Color Name

Color Hue/Base color: Red

Hex #c520bc Color code in RGB color code model is created after adding 77.25% red color, 12.55% green color and 73.73% blue color. Hex #c520bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 5% yellow and 22.75% black.

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

RGB Chart

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

Color Table

Hex Color Code c520bc #c520bc
RGB Decimal 197, 32, 188 197, 32, 188
RGB Percent 77%, 13%, 74% rgb(77%, 13%, 74%)
CSS RGBa 197, 32, 188,1 rgba(197,32,188,1)
CMYK Model cmyk(0%,84%,5%,22.75%)
HSL Color Space 303,72% ,45% hsl(303,72% ,45%)
HSV Color Space 303°, 84%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00100000 10111100
Octal 305 40 274
Decimal 197 32 188
Hex c5 20 bc

Different shades of #c520bc color code.

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

Darkest of #c520bc
#410b3e
Darker of #c520bc
#6d1268
Dark of #c520bc
#991992
Base of #c520bc
#c520bc
Light of #c520bc
#df39d6
Lighter
#e665df
Lightest
#ed91e8

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

#c520bc
#20c529

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

Split Complementary

#c520bc
#6ac520
#20c57b

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

Analogous Color

#6e20c5
#8920c5
#c520bc
#c52085
#c52040

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

#c520bc
#20bcc5
#bcc520

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

#c520bc
#bcc520
#20c529
#2920c5

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

#c520bc
#c57b20
#20c529
#206ac5

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

#150315
#410b3e
#6d1268
#991992
#c520bc
#df39d6
#e665df
#ed91e8
#f4bdf1

Tints of #c520bc Color

#c520bc
#cb38c3
#d151ca
#d86ad2
#de83d9
#e59be1
#ebb4e8
#f2cdf0
#f8e6f7
#ffffff

Shades of #c520bc color code

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

#c520bc
#af1ca7
#991892
#83157d
#6d1168
#570e53
#410a3e
#2b0729
#150314
#000000

Tones

#c520bc
#ae37a8
#974e93
#80657f
#727272

Tones

Similar Color like #c520bc color

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

#c621bd
#c722be
#c823bf
#c924c0
#ca25c1
#cb26c2
#cc27c3
#cd28c4
#ce29c5
#cf2ac6
#d02bc7
#d12cc8
#d22dc9
#d32eca
#c41fbb
#c31eba
#c21db9
#c11cb8
#c01bb7
#bf1ab6
#be19b5
#bd18b4
#bc17b3
#bb16b2
#ba15b1
#b914b0
#b813af
#b712ae

Download this Dark Red

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

#c520bc Color Code Preview on Black Background Color

This is how #c520bc Color will look on black background color. Color contrast ratio is 4.31

#c520bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c520bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c520bc

#c520bc color code is use for CSS Background Color

Background color for the above div is #c520bc

HTML with inline CSS

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

#c520bc color code is use for CSS Border Color

CSS Border color for the above div is #c520bc

HTML with inline CSS

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

CSS Border Left color for the above div is #c520bc

HTML with inline CSS

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

CSS Border Right color for the above div is #c520bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c520bc

HTML with inline CSS

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

CSS Border Top color for the above div is #c520bc

HTML with inline CSS

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

#c520bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c520bc Color code Preview on White Background

This is how #c520bc Color code will look on white background color. Color contrast ratio is 4.88

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

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