crispedge.com

Color picker

Loading...

#c955c1 hex color - Violet - Warm color - Information

#c955c1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c955c1 Color code in RGB color code model is created after adding 78.82% red color, 33.33% green color and 75.69% blue color. Hex #c955c1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 4% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec955c1#c955c1
RGB Decimal201, 85, 193rgb(201, 85, 193)
RGB Percent79%, 33%, 76%rgb(79%, 33%, 76%)
CSS RGBa201, 85, 193,1rgba(201,85,193,1)
CMYK Modelcmyk(0%,58%,4%,21%)
HSL Color Space304,52% ,56%hsl(304,52% ,56%)
HSV Color Space304°, 58%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010101010111000001
Octal311125301
Decimal20185193
Hexc955c1

Different shades of #c955c1 color code.

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

Light Shade of #c955c1
#d57ccf
Dark Shade of #c955c1
#b239aa
Saturated Shade of #c955c1
#d44acb
Desaturated Shade of #c955c1
#be60b7
Grey scale Shade of #c955c1
#8f8f8f
Brighten Shade
#e26eda
Most Readable Shade
#FFFFFF

Shades of #c955c1 color code

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

#c955c1
#b24bab
#9c4296
#863880
#6f2f6b
#592555
#431c40
#2c122a
#160915
#000000

Similar Color like #c955c1 color

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

#ca56c2
#cb57c3
#cc58c4
#cd59c5
#ce5ac6
#cf5bc7
#d05cc8
#d15dc9
#d25eca
#d35fcb
#d460cc
#d561cd
#d662ce
#d763cf
#c854c0
#c753bf
#c652be
#c551bd
#c450bc
#c34fbb
#c24eba
#c14db9
#c04cb8
#bf4bb7
#be4ab6
#bd49b5
#bc48b4
#bb47b3

Monochromatic Color with #c955c1

#c955c1
#f367ea
#1f0d1e
#491f47
#74316f
#9e4398

Tints of #c955c1 Color

#c955c1
#cf67c7
#d57ace
#db8dd5
#e1a0dc
#e7b3e3
#edc6ea
#f3d9f1
#f9ecf8
#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

#c955c1
#55c95d

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

Split Complementary

#c955c1
#87c955
#55c997

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

Analogous Color

#a355c9
#ba55c9
#c955c1
#c955aa
#c95593

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

#c955c1
#c1c955
#55c1c9

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

#c955c1
#c99755
#55c95d
#5587c9

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

#c955c1
#55c95d
#55c997
#c95587

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

#c955c1 Color Code Preview on Black Background Color

This is how #c955c1 Color will look on black background color. Color contrast ratio is 5.55

#c955c1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c955c1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c955c1

#c955c1 color code is use for CSS Background Color

Background color for the above div is #c955c1

HTML with inline CSS

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

#c955c1 color code is use for CSS Border Color

CSS Border color for the above div is #c955c1

HTML with inline CSS

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

CSS Border Left color for the above div is #c955c1

HTML with inline CSS

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

CSS Border Right color for the above div is #c955c1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c955c1

HTML with inline CSS

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

CSS Border Top color for the above div is #c955c1

HTML with inline CSS

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

#c955c1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c955c1 Color code Preview on White Background

This is how #c955c1 Color code will look on white background color. Color contrast ratio is 3.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 #c955c1; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c955c1; }

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,85,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,201,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,85,193,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.