crispedge.com

Color picker

Loading...

#c749aa hex color - Violet - Warm color - Information

#c749aa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c749aa Color code in RGB color code model is created after adding 78.04% red color, 28.63% green color and 66.67% blue color. Hex #c749aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 15% yellow and 22% black.

Hex #c749aa color code is between #cc4499 web safe hex color code and #bb55bb web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #c749aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec749aa#c749aa
RGB Decimal199, 73, 170rgb(199, 73, 170)
RGB Percent78%, 29%, 67%rgb(78%, 29%, 67%)
CSS RGBa199, 73, 170,1rgba(199,73,170,1)
CMYK Modelcmyk(0%,63%,15%,22%)
HSL Color Space314,53% ,53%hsl(314,53% ,53%)
HSV Color Space314°, 63%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110100100110101010
Octal307111252
Decimal19973170
Hexc749aa

Different shades of #c749aa color code.

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

Light Shade of #c749aa
#d370bc
Dark Shade of #c749aa
#a9348e
Saturated Shade of #c749aa
#d33db0
Desaturated Shade of #c749aa
#bb55a4
Grey scale Shade of #c749aa
#888888
Brighten Shade
#e062c3
Most Readable Shade
#FFFFFF

Shades of #c749aa color code

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

#c749aa
#b04097
#9a3884
#843071
#6e285e
#58204b
#421838
#2c1025
#160812
#000000

Similar Color like #c749aa color

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

#c84aab
#c94bac
#ca4cad
#cb4dae
#cc4eaf
#cd4fb0
#ce50b1
#cf51b2
#d052b3
#d153b4
#d254b5
#d355b6
#d456b7
#d557b8
#c648a9
#c547a8
#c446a7
#c345a6
#c244a5
#c143a4
#c042a3
#bf41a2
#be40a1
#bd3fa0
#bc3e9f
#bb3d9e
#ba3c9d
#b93b9c

Monochromatic Color with #c749aa

#c749aa
#f159ce
#1d0b19
#471a3d
#722a61
#9c3986

Tints of #c749aa Color

#c749aa
#cd5db3
#d371bc
#d985c6
#df99cf
#e6aed9
#ecc2e2
#f2d6ec
#f8eaf5
#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

#c749aa
#49c766

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

Split Complementary

#c749aa
#6bc749
#49c7a5

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

Analogous Color

#b249c7
#c749c3
#c749aa
#c74991
#c74978

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

#c749aa
#aac749
#49aac7

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

#c749aa
#c7a549
#49c766
#496bc7

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

#c749aa
#49c766
#49c7a5
#c7496b

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

#c749aa Color Code Preview on Black Background Color

This is how #c749aa Color will look on black background color. Color contrast ratio is 4.96

#c749aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c749aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c749aa

#c749aa color code is use for CSS Background Color

Background color for the above div is #c749aa

HTML with inline CSS

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

#c749aa color code is use for CSS Border Color

CSS Border color for the above div is #c749aa

HTML with inline CSS

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

CSS Border Left color for the above div is #c749aa

HTML with inline CSS

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

CSS Border Right color for the above div is #c749aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c749aa

HTML with inline CSS

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

CSS Border Top color for the above div is #c749aa

HTML with inline CSS

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

#c749aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c749aa Color code Preview on White Background

This is how #c749aa Color code will look on white background color. Color contrast ratio is 4.23

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

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(199,73,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,199,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,73,170,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.