Skip to main content Skip to docs navigation

#C41661 hex color | Secret Affair | 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

Color Hue/Base color: Red

Hex #C41661 Color Code is also known as | Secret Affair color.

Hex #C41661 Color code in RGB color code model is created after adding 76.86% red color, 8.63% green color and 38.04% blue color. Hex #C41661 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 51% yellow and 23.14% black.

Hex #C41661 color code is between #cc1166 web safe hex color code and #bb2255 web safe hex color code. #cc1166 is the nearest web safe color code. You can see here many more shades of #C41661 color code.

RGB Chart

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

Color Table

Hex Color Code C41661 #C41661
RGB Decimal 196, 22, 97 196, 22, 97
RGB Percent 77%, 9%, 38% rgb(77%, 9%, 38%)
CSS RGBa 196, 22, 97,1 rgba(196,22,97,1)
CMYK Model cmyk(0%,89%,51%,23.14%)
HSL Color Space 334,80% ,43% hsl(334,80% ,43%)
HSV Color Space 334°, 89%, 77%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000100 00010110 01100001
Octal 304 26 141
Decimal 196 22 97
Hex C4 16 61

Different shades of #C41661 color code.

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

Darkest of #C41661
#3a071d
Darker of #C41661
#680c34
Dark of #C41661
#96114a
Base of #C41661
#c41661
Light of #C41661
#e72679
Lighter
#ec5496
Lightest
#f182b2

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

#c41661
#16c479

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

Split Complementary

#C41661
#16c422
#16b8c4

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

Analogous Color

#c216c4
#c416aa
#c41661
#c41627
#c44e16

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

#C41661
#1661c4
#61c416

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

#C41661
#61c416
#16c479
#7916c4

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

#C41661
#b8c416
#16c479
#2216c4

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

#0d0106
#3a071d
#680c34
#96114a
#c41661
#e72679
#ec5496
#f182b2
#f6b0ce

Tints of #C41661 Color

#c41661
#ca2f72
#d14984
#d76395
#de7da7
#e497b8
#ebb1ca
#f1cbdb
#f8e5ed
#ffffff

Shades of #C41661 color code

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

#c41661
#ae1356
#98114b
#820e40
#6c0c35
#57092b
#410720
#2b0415
#15020a
#000000

Tones

#c41661
#ae2c64
#984267
#83576a
#6d6d6d

Tones

Similar Color like #C41661 color

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

#c51762
#c61863
#c71964
#c81a65
#c91b66
#ca1c67
#cb1d68
#cc1e69
#cd1f6a
#ce206b
#cf216c
#d0226d
#d1236e
#d2246f
#c31560
#c2145f
#c1135e
#c0125d
#bf115c
#be105b
#bd0f5a
#bc0e59
#bb0d58
#ba0c57
#b90b56
#b80a55
#b70954
#b60853

Download this Dark Red

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

#C41661 Color Code Preview on Black Background Color

This is how #C41661 Color will look on black background color. Color contrast ratio is 3.63

#C41661 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #C41661

HTML with inline CSS

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

Your Example Paragraph content text in with font color #C41661

#C41661 color code is use for CSS Background Color

Background color for the above div is #C41661

HTML with inline CSS

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

#C41661 color code is use for CSS Border Color

CSS Border color for the above div is #C41661

HTML with inline CSS

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

CSS Border Left color for the above div is #C41661

HTML with inline CSS

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

CSS Border Right color for the above div is #C41661

HTML with inline CSS

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

CSS Border Bottom color for the above div is #C41661

HTML with inline CSS

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

CSS Border Top color for the above div is #C41661

HTML with inline CSS

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

#C41661 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#C41661 Color code Preview on White Background

This is how #C41661 Color code will look on white background color. Color contrast ratio is 5.78

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

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