Skip to main content Skip to docs navigation

#c42672 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 Treasured Love and its hex is #BB2277 Nearest Color Name

Color Hue/Base color: Red

Hex #c42672 Color code in RGB color code model is created after adding 76.86% red color, 14.9% green color and 44.71% blue color. Hex #c42672 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 81% magenta, 42% yellow and 23.14% black.

Hex #c42672 color code is between #cc2277 web safe hex color code and #bb3366 web safe hex color code. #cc2277 is the nearest web safe color code. You can see here many more shades of #c42672 color code.

RGB Chart

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

Color Table

Hex Color Code c42672 #c42672
RGB Decimal 196, 38, 114 196, 38, 114
RGB Percent 77%, 15%, 45% rgb(77%, 15%, 45%)
CSS RGBa 196, 38, 114,1 rgba(196,38,114,1)
CMYK Model cmyk(0%,81%,42%,23.14%)
HSL Color Space 331,68% ,46% hsl(331,68% ,46%)
HSV Color Space 331°, 81%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 00100110 01110010
Octal 304 46 162
Decimal 196 38 114
Hex c4 26 72

Different shades of #c42672 color code.

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

Darkest of #c42672
#440d27
Darker of #c42672
#6f1540
Dark of #c42672
#991e59
Base of #c42672
#c42672
Light of #c42672
#da438c
Lighter
#e36da6
Lightest
#eb98c0

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

#c42672
#26c478

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

Split Complementary

#c42672
#26c429
#26c1c4

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

Analogous Color

#ba26c4
#c426b4
#c42672
#c4263d
#c45026

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

#c42672
#2672c4
#72c426

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

#c42672
#72c426
#26c478
#7826c4

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

#c42672
#c1c426
#26c478
#2926c4

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

#19050f
#440d27
#6f1540
#991e59
#c42672
#da438c
#e36da6
#eb98c0
#f3c3da

Tints of #c42672 Color

#c42672
#ca3e81
#d15691
#d76ea1
#de86b0
#e49ec0
#ebb6d0
#f1cedf
#f8e6ef
#ffffff

Shades of #c42672 color code

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

#c42672
#ae2165
#981d58
#82194c
#6c153f
#571032
#410c26
#2b0819
#15040c
#000000

Tones

#c42672
#ad3d73
#955574
#7e6c75
#757575

Tones

Similar Color like #c42672 color

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

#c52773
#c62874
#c72975
#c82a76
#c92b77
#ca2c78
#cb2d79
#cc2e7a
#cd2f7b
#ce307c
#cf317d
#d0327e
#d1337f
#d23480
#c32571
#c22470
#c1236f
#c0226e
#bf216d
#be206c
#bd1f6b
#bc1e6a
#bb1d69
#ba1c68
#b91b67
#b81a66
#b71965
#b61864

Download this Dark Red

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

#c42672 Color Code Preview on Black Background Color

This is how #c42672 Color will look on black background color. Color contrast ratio is 3.87

#c42672 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c42672

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c42672

#c42672 color code is use for CSS Background Color

Background color for the above div is #c42672

HTML with inline CSS

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

#c42672 color code is use for CSS Border Color

CSS Border color for the above div is #c42672

HTML with inline CSS

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

CSS Border Left color for the above div is #c42672

HTML with inline CSS

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

CSS Border Right color for the above div is #c42672

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c42672

HTML with inline CSS

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

CSS Border Top color for the above div is #c42672

HTML with inline CSS

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

#c42672 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c42672 Color code Preview on White Background

This is how #c42672 Color code will look on white background color. Color contrast ratio is 5.43

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

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