@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c51cde hex color - Violet - Warm color - Information

#c51cde hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c51cde Color code in RGB color code model is created after adding 77.25% red color, 10.98% green color and 87.06% blue color. Hex #c51cde Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 87% magenta, 0% yellow and 12.94% black.

Hex #c51cde color code is between #cc22dd web safe hex color code and #bb11ee web safe hex color code. #cc22dd is the nearest web safe color code. You can see here many more shades of #c51cde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c51cde #c51cde
RGB Decimal 197, 28, 222 rgb(197, 28, 222)
RGB Percent 77%, 11%, 87% rgb(77%, 11%, 87%)
CSS RGBa 197, 28, 222,1 rgba(197,28,222,1)
CMYK Model cmyk(11%,87%,0%,12.94%)
HSL Color Space 292,78% ,49% hsl(292,78% ,49%)
HSV Color Space 292°, 87%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00011100 11011110
Octal 305 34 336
Decimal 197 28 222
Hex c5 1c de

Different shades of #c51cde color code.

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

Light Shade of #c51cde
#d345e8
Dark Shade of #c51cde
#9d16b1
Saturated Shade of #c51cde
#ce0fea
Desaturated Shade of #c51cde
#bc29d1
Grey scale Shade of #c51cde
#7d7d7d
Brighten Shade
#de35f7
Most Readable Shade
#FFFFFF

Shades of #c51cde color code

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

#c51cde
#af18c5
#9915ac
#831294
#6d0f7b
#570c62
#41094a
#2b0631
#150318
#000000

Similar Color like #c51cde color

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

#c61ddf
#c71ee0
#c81fe1
#c920e2
#ca21e3
#cb22e4
#cc23e5
#cd24e6
#ce25e7
#cf26e8
#d027e9
#d128ea
#d229eb
#d32aec
#c41bdd
#c31adc
#c219db
#c118da
#c017d9
#bf16d8
#be15d7
#bd14d6
#bc13d5
#bb12d4
#ba11d3
#b910d2
#b80fd1
#b70ed0

Monochromatic Color with #c51cde

#c51cde
#080109
#2e0734
#540c5e
#7a1189
#9f17b3

Tints of #c51cde Color

#c51cde
#cb35e1
#d14ee5
#d867e9
#de80ec
#e59af0
#ebb3f4
#f2ccf7
#f8e5fb
#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

#c51cde
#35de1c

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

Split Complementary

#c51cde
#96de1c
#1cde64

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

Analogous Color

#771cde
#9e1cde
#c51cde
#de1cd0
#de1ca9

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

#c51cde
#dec51c
#1cdec5

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

#c51cde
#de641c
#35de1c
#1c96de

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

#c51cde
#35de1c
#1cde64
#de1c96

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

#c51cde Color Code Preview on Black Background Color

This is how #c51cde Color will look on black background color. Color contrast ratio is 4.59

#c51cde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51cde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c51cde

#c51cde color code is use for CSS Background Color

Background color for the above div is #c51cde

HTML with inline CSS

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

#c51cde color code is use for CSS Border Color

CSS Border color for the above div is #c51cde

HTML with inline CSS

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

CSS Border Left color for the above div is #c51cde

HTML with inline CSS

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

CSS Border Right color for the above div is #c51cde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c51cde

HTML with inline CSS

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

CSS Border Top color for the above div is #c51cde

HTML with inline CSS

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

#c51cde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c51cde Color code Preview on White Background

This is how #c51cde Color code will look on white background color. Color contrast ratio is 4.57

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

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(197,28,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,222,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,28,222,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.