@
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.

#c71cfa hex color - Violet - Warm color - Information

#c71cfa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c71cfa Color code in RGB color code model is created after adding 78.04% red color, 10.98% green color and 98.04% blue color. Hex #c71cfa Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 89% magenta, 0% yellow and 1.96% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec71cfa#c71cfa
RGB Decimal199, 28, 250rgb(199, 28, 250)
RGB Percent78%, 11%, 98%rgb(78%, 11%, 98%)
CSS RGBa199, 28, 250,1rgba(199,28,250,1)
CMYK Modelcmyk(20%,89%,0%,1.96%)
HSL Color Space286,96% ,55%hsl(286,96% ,55%)
HSV Color Space286°, 89%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110001110011111010
Octal30734372
Decimal19928250
Hexc71cfa

Different shades of #c71cfa color code.

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

Light Shade of #c71cfa
#d34efb
Dark Shade of #c71cfa
#ac05de
Saturated Shade of #c71cfa
#ca17ff
Desaturated Shade of #c71cfa
#c128ee
Grey scale Shade of #c71cfa
#8b8b8b
Brighten Shade
#e035ff
Most Readable Shade
#FFFFFF

Shades of #c71cfa color code

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

#c71cfa
#b018de
#9a15c2
#8412a6
#6e0f8a
#580c6f
#420953
#2c0637
#16031b
#000000

Similar Color like #c71cfa color

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

#c81dfb
#c91efc
#ca1ffd
#cb20fe
#cc21ff
#cd22ff
#ce23ff
#cf24ff
#d025ff
#d126ff
#d227ff
#d328ff
#d429ff
#d52aff
#c61bf9
#c51af8
#c419f7
#c318f6
#c217f5
#c116f4
#c015f3
#bf14f2
#be13f1
#bd12f0
#bc11ef
#bb10ee
#ba0fed
#b90eec

Monochromatic Color with #c71cfa

#c71cfa
#1e0425
#400950
#610e7a
#8312a5
#a517cf

Tints of #c71cfa Color

#c71cfa
#cd35fa
#d34efb
#d967fb
#df80fc
#e69afc
#ecb3fd
#f2ccfd
#f8e5fe
#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

#c71cfa
#4ffa1c

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

Split Complementary

#c71cfa
#befa1c
#1cfa58

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

Analogous Color

#6e1cfa
#9b1cfa
#c71cfa
#f31cfa
#fa1cd4

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

#c71cfa
#fac71c
#1cfac7

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

#c71cfa
#fa581c
#4ffa1c
#1cbefa

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

#c71cfa
#4ffa1c
#1cfa58
#fa1cbe

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

#c71cfa Color Code Preview on Black Background Color

This is how #c71cfa Color will look on black background color. Color contrast ratio is 4.97

#c71cfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71cfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c71cfa

#c71cfa color code is use for CSS Background Color

Background color for the above div is #c71cfa

HTML with inline CSS

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

#c71cfa color code is use for CSS Border Color

CSS Border color for the above div is #c71cfa

HTML with inline CSS

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

CSS Border Left color for the above div is #c71cfa

HTML with inline CSS

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

CSS Border Right color for the above div is #c71cfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c71cfa

HTML with inline CSS

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

CSS Border Top color for the above div is #c71cfa

HTML with inline CSS

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

#c71cfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c71cfa Color code Preview on White Background

This is how #c71cfa Color code will look on white background color. Color contrast ratio is 4.22

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

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,28,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,250,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,28,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.