crispedge.com

Color picker

Loading...

#c974bc hex color - Violet - Warm color - Information

#c974bc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c974bc Color code in RGB color code model is created after adding 78.82% red color, 45.49% green color and 73.73% blue color. Hex #c974bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 6% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec974bc#c974bc
RGB Decimal201, 116, 188rgb(201, 116, 188)
RGB Percent79%, 45%, 74%rgb(79%, 45%, 74%)
CSS RGBa201, 116, 188,1rgba(201,116,188,1)
CMYK Modelcmyk(0%,42%,6%,21%)
HSL Color Space309,44% ,62%hsl(309,44% ,62%)
HSV Color Space309°, 42%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010111010010111100
Octal311164274
Decimal201116188
Hexc974bc

Different shades of #c974bc color code.

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

Light Shade of #c974bc
#d799ce
Dark Shade of #c974bc
#bb4faa
Saturated Shade of #c974bc
#d36ac3
Desaturated Shade of #c974bc
#bf7eb5
Grey scale Shade of #c974bc
#9e9e9e
Brighten Shade
#e28dd5
Most Readable Shade
#000000

Shades of #c974bc color code

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

#c974bc
#b267a7
#9c5a92
#864d7d
#6f4068
#593353
#43263e
#2c1929
#160c14
#000000

Similar Color like #c974bc color

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

#ca75bd
#cb76be
#cc77bf
#cd78c0
#ce79c1
#cf7ac2
#d07bc3
#d17cc4
#d27dc5
#d37ec6
#d47fc7
#d580c8
#d681c9
#d782ca
#c873bb
#c772ba
#c671b9
#c570b8
#c46fb7
#c36eb6
#c26db5
#c16cb4
#c06bb3
#bf6ab2
#be69b1
#bd68b0
#bc67af
#bb66ae

Monochromatic Color with #c974bc

#c974bc
#f38de4
#1f121d
#492a45
#74436c
#9e5b94

Tints of #c974bc Color

#c974bc
#cf83c3
#d592ca
#dba2d2
#e1b1d9
#e7c1e1
#edd0e8
#f3e0f0
#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

#c974bc
#74c981

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

Split Complementary

#c974bc
#92c974
#74c9ac

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

Analogous Color

#b474c9
#c574c9
#c974bc
#c974ab
#c9749a

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

#c974bc
#bcc974
#74bcc9

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

#c974bc
#c9ab74
#74c981
#7491c9

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

#c974bc
#74c981
#74c9ac
#c97492

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

#c974bc Color Code Preview on Black Background Color

This is how #c974bc Color will look on black background color. Color contrast ratio is 6.71

#c974bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c974bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c974bc

#c974bc color code is use for CSS Background Color

Background color for the above div is #c974bc

HTML with inline CSS

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

#c974bc color code is use for CSS Border Color

CSS Border color for the above div is #c974bc

HTML with inline CSS

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

CSS Border Left color for the above div is #c974bc

HTML with inline CSS

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

CSS Border Right color for the above div is #c974bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c974bc

HTML with inline CSS

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

CSS Border Top color for the above div is #c974bc

HTML with inline CSS

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

#c974bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c974bc Color code Preview on White Background

This is how #c974bc Color code will look on white background color. Color contrast ratio is 3.13

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

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,116,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,201,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,116,188,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.