crispedge.com

#c31dc6 hex color - Violet - Warm color - Information

#c31dc6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c31dc6 Color code in RGB color code model is created after adding 76.47% red color, 11.37% green color and 77.65% blue color. Hex #c31dc6 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 85% magenta, 0% yellow and 22% black.

Hex #c31dc6 color code is between #bb22cc web safe hex color code and #cc11bb web safe hex color code. #bb22cc is the nearest web safe color code. You can see here many more shades of #c31dc6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec31dc6#c31dc6
RGB Decimal195, 29, 198rgb(195, 29, 198)
RGB Percent76%, 11%, 78%rgb(76%, 11%, 78%)
CSS RGBa195, 29, 198,1rgba(195,29,198,1)
CMYK Modelcmyk(2%,85%,0%,22%)
HSL Color Space299,74% ,45%hsl(299,74% ,45%)
HSV Color Space299°, 85%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110001110111000110
Octal30335306
Decimal19529198
Hexc31dc6

Different shades of #c31dc6 color code.

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

Light Shade of #c31dc6
#de35e1
Dark Shade of #c31dc6
#971699
Saturated Shade of #c31dc6
#ce12d1
Desaturated Shade of #c31dc6
#b828bb
Grey scale Shade of #c31dc6
#717171
Brighten Shade
#dc36df
Most Readable Shade
#FFFFFF

Shades of #c31dc6 color code

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

#c31dc6
#ad19b0
#97169a
#821384
#6c106e
#560c58
#410942
#2b062c
#150316
#000000

Similar Color like #c31dc6 color

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

#c41ec7
#c51fc8
#c620c9
#c721ca
#c822cb
#c923cc
#ca24cd
#cb25ce
#cc26cf
#cd27d0
#ce28d1
#cf29d2
#d02ad3
#d12bd4
#c21cc5
#c11bc4
#c01ac3
#bf19c2
#be18c1
#bd17c0
#bc16bf
#bb15be
#ba14bd
#b913bc
#b812bb
#b711ba
#b610b9
#b50fb8

Monochromatic Color with #c31dc6

#c31dc6
#ed23f0
#1c041c
#450a46
#6f1171
#99179b

Tints of #c31dc6 Color

#c31dc6
#c936cc
#d04fd2
#d768d9
#dd81df
#e49ae5
#ebb3ec
#f1ccf2
#f8e5f8
#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

#c31dc6
#20c61d

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

Split Complementary

#c31dc6
#74c61d
#1dc66f

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

Analogous Color

#7f1dc6
#a11dc6
#c31dc6
#c61da7
#c61d85

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

#c31dc6
#c6c31d
#1dc6c3

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

#c31dc6
#c66e1d
#20c61d
#1d74c6

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

#c31dc6
#20c61d
#1dc66f
#c61d74

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

#c31dc6 Color Code Preview on Black Background Color

This is how #c31dc6 Color will look on black background color. Color contrast ratio is 4.31

#c31dc6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c31dc6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c31dc6

#c31dc6 color code is use for CSS Background Color

Background color for the above div is #c31dc6

HTML with inline CSS

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

#c31dc6 color code is use for CSS Border Color

CSS Border color for the above div is #c31dc6

HTML with inline CSS

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

CSS Border Left color for the above div is #c31dc6

HTML with inline CSS

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

CSS Border Right color for the above div is #c31dc6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c31dc6

HTML with inline CSS

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

CSS Border Top color for the above div is #c31dc6

HTML with inline CSS

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

#c31dc6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c31dc6 Color code Preview on White Background

This is how #c31dc6 Color code will look on white background color. Color contrast ratio is 4.87

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

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(195,29,198,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(32,198,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,29,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.

< /html>