crispedge.com

#c976bb hex color - Violet - Warm color - Information

#c976bb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c976bb Color code in RGB color code model is created after adding 78.82% red color, 46.27% green color and 73.33% blue color. Hex #c976bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 41% magenta, 7% yellow and 21% black.

Hex #c976bb color code is between #cc77aa web safe hex color code and #bb66cc web safe hex color code. #cc77aa is the nearest web safe color code. You can see here many more shades of #c976bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec976bb#c976bb
RGB Decimal201, 118, 187rgb(201, 118, 187)
RGB Percent79%, 46%, 73%rgb(79%, 46%, 73%)
CSS RGBa201, 118, 187,1rgba(201,118,187,1)
CMYK Modelcmyk(0%,41%,7%,21%)
HSL Color Space310,43% ,63%hsl(310,43% ,63%)
HSV Color Space310°, 41%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111011010111011
Octal311166273
Decimal201118187
Hexc976bb

Different shades of #c976bb color code.

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

Light Shade of #c976bb
#d79bcd
Dark Shade of #c976bb
#bb51a9
Saturated Shade of #c976bb
#d36cc1
Desaturated Shade of #c976bb
#bf80b5
Grey scale Shade of #c976bb
#9f9f9f
Brighten Shade
#e28fd4
Most Readable Shade
#000000

Shades of #c976bb color code

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

#c976bb
#b268a6
#9c5b91
#864e7c
#6f4167
#593453
#43273e
#2c1a29
#160d14
#000000

Similar Color like #c976bb color

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

#ca77bc
#cb78bd
#cc79be
#cd7abf
#ce7bc0
#cf7cc1
#d07dc2
#d17ec3
#d27fc4
#d380c5
#d481c6
#d582c7
#d683c8
#d784c9
#c875ba
#c774b9
#c673b8
#c572b7
#c471b6
#c370b5
#c26fb4
#c16eb3
#c06db2
#bf6cb1
#be6bb0
#bd6aaf
#bc69ae
#bb68ad

Monochromatic Color with #c976bb

#c976bb
#f38fe3
#1f121d
#492b44
#74446c
#9e5d93

Tints of #c976bb Color

#c976bb
#cf85c2
#d594ca
#dba3d1
#e1b2d9
#e7c2e0
#edd1e8
#f3e0ef
#f9eff7
#ffffff

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

#c976bb
#76c984

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

Split Complementary

#c976bb
#92c976
#76c9ae

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

Analogous Color

#b676c9
#c676c9
#c976bb
#c976aa
#c9769a

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

#c976bb
#bbc976
#76bbc9

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

#c976bb
#c9ad76
#76c984
#7691c9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c976bb
#76c984
#76c9ae
#c97692

Double Complementary 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).

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

#c976bb Color Code Preview on Black Background Color

This is how #c976bb Color will look on black background color. Color contrast ratio is 6.79

#c976bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c976bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c976bb

#c976bb color code is use for CSS Background Color

Background color for the above div is #c976bb

HTML with inline CSS

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

#c976bb color code is use for CSS Border Color

CSS Border color for the above div is #c976bb

HTML with inline CSS

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

CSS Border Left color for the above div is #c976bb

HTML with inline CSS

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

CSS Border Right color for the above div is #c976bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c976bb

HTML with inline CSS

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

CSS Border Top color for the above div is #c976bb

HTML with inline CSS

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

#c976bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c976bb Color code Preview on White Background

This is how #c976bb Color code will look on white background color. Color contrast ratio is 3.09

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(201,118,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,201,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,118,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>