crispedge.com

Color picker

Loading...

#cc76c6 hex color - Violet - Warm color - Information

#cc76c6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc76c6 Color code in RGB color code model is created after adding 80% red color, 46.27% green color and 77.65% blue color. Hex #cc76c6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 3% yellow and 20% black.

Hex #cc76c6 color code is between #bb77cc web safe hex color code and #dd66bb web safe hex color code. #bb77cc is the nearest web safe color code. You can see here many more shades of #cc76c6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc76c6#cc76c6
RGB Decimal204, 118, 198rgb(204, 118, 198)
RGB Percent80%, 46%, 78%rgb(80%, 46%, 78%)
CSS RGBa204, 118, 198,1rgba(204,118,198,1)
CMYK Modelcmyk(0%,42%,3%,20%)
HSL Color Space304,46% ,63%hsl(304,46% ,63%)
HSV Color Space304°, 42%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000111011011000110
Octal314166306
Decimal204118198
Hexcc76c6

Different shades of #cc76c6 color code.

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

Light Shade of #cc76c6
#da9bd5
Dark Shade of #cc76c6
#be51b7
Saturated Shade of #cc76c6
#d56dce
Desaturated Shade of #cc76c6
#c37fbe
Grey scale Shade of #cc76c6
#a1a1a1
Brighten Shade
#e58fdf
Most Readable Shade
#000000

Shades of #cc76c6 color code

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

#cc76c6
#b568b0
#9e5b9a
#884e84
#71416e
#5a3458
#442742
#2d1a2c
#160d16
#000000

Similar Color like #cc76c6 color

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

#cd77c7
#ce78c8
#cf79c9
#d07aca
#d17bcb
#d27ccc
#d37dcd
#d47ece
#d57fcf
#d680d0
#d781d1
#d882d2
#d983d3
#da84d4
#cb75c5
#ca74c4
#c973c3
#c872c2
#c771c1
#c670c0
#c56fbf
#c46ebe
#c36dbd
#c26cbc
#c16bbb
#c06aba
#bf69b9
#be68b8

Monochromatic Color with #cc76c6

#cc76c6
#f68fef
#221421
#4c2c4a
#774573
#a15d9d

Tints of #cc76c6 Color

#cc76c6
#d185cc
#d794d2
#dda3d9
#e2b2df
#e8c2e5
#eed1ec
#f3e0f2
#f9eff8
#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

#cc76c6
#76cc7c

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

Split Complementary

#cc76c6
#9bcc76
#76cca7

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

Analogous Color

#b076cc
#c176cc
#cc76c6
#cc76b5
#cc76a4

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

#cc76c6
#c6cc76
#76c6cc

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

#cc76c6
#cca776
#76cc7c
#769bcc

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

#cc76c6
#76cc7c
#76cca7
#cc769b

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 #cc76c6 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.

#cc76c6 Color Code Preview on Black Background Color

This is how #cc76c6 Color will look on black background color. Color contrast ratio is 6.97

#cc76c6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc76c6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc76c6

#cc76c6 color code is use for CSS Background Color

Background color for the above div is #cc76c6

HTML with inline CSS

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

#cc76c6 color code is use for CSS Border Color

CSS Border color for the above div is #cc76c6

HTML with inline CSS

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

CSS Border Left color for the above div is #cc76c6

HTML with inline CSS

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

CSS Border Right color for the above div is #cc76c6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc76c6

HTML with inline CSS

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

CSS Border Top color for the above div is #cc76c6

HTML with inline CSS

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

#cc76c6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc76c6 Color code Preview on White Background

This is how #cc76c6 Color code will look on white background color. Color contrast ratio is 3.01

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

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(204,118,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,204,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,118,198,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.