crispedge.com

Color picker

Loading...

#c021ff hex color - Violet - Warm color - Information

#c021ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c021ff Color code in RGB color code model is created after adding 75.29% red color, 12.94% green color and 100% blue color. Hex #c021ff Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 87% magenta, 0% yellow and 0% black.

Hex #c021ff color code is between #bb22ee web safe hex color code and #cc11dd web safe hex color code. #bb22ee is the nearest web safe color code. You can see here many more shades of #c021ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec021ff#c021ff
RGB Decimal192, 33, 255rgb(192, 33, 255)
RGB Percent75%, 13%, 100%rgb(75%, 13%, 100%)
CSS RGBa192, 33, 255,1rgba(192,33,255,1)
CMYK Modelcmyk(25%,87%,0%,0%)
HSL Color Space283,100% ,56%hsl(283,100% ,56%)
HSV Color Space283°, 87%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000010000111111111
Octal30041377
Decimal19233255
Hexc021ff

Different shades of #c021ff color code.

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

Light Shade of #c021ff
#ce54ff
Dark Shade of #c021ff
#aa00ed
Saturated Shade of #c021ff
#c021ff
Desaturated Shade of #c021ff
#bb2cf4
Grey scale Shade of #c021ff
#909090
Brighten Shade
#d93aff
Most Readable Shade
#FFFFFF

Shades of #c021ff color code

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

#c021ff
#aa1de2
#9519c6
#8016aa
#6a128d
#550e71
#400b55
#2a0738
#15031c
#000000

Similar Color like #c021ff color

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

#c122ff
#c223ff
#c324ff
#c425ff
#c526ff
#c627ff
#c728ff
#c829ff
#c92aff
#ca2bff
#cb2cff
#cc2dff
#cd2eff
#ce2fff
#bf20fe
#be1ffd
#bd1efc
#bc1dfb
#bb1cfa
#ba1bf9
#b91af8
#b819f7
#b718f6
#b617f5
#b516f4
#b415f3
#b314f2
#b213f1

Monochromatic Color with #c021ff

#c021ff
#20062a
#400b55
#601180
#8016aa
#a01cd4

Tints of #c021ff Color

#c021ff
#c739ff
#ce52ff
#d56bff
#dc83ff
#e39cff
#eab5ff
#f1cdff
#f8e6ff
#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

#c021ff
#60ff21

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

Split Complementary

#c021ff
#cfff21
#21ff51

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

Analogous Color

#6721ff
#9421ff
#c021ff
#ec21ff
#ff21e5

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

#c021ff
#ffc021
#21ffc0

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

#c021ff
#ff5121
#60ff21
#21cfff

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

#c021ff
#60ff21
#21ff51
#ff21cf

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

#c021ff Color Code Preview on Black Background Color

This is how #c021ff Color will look on black background color. Color contrast ratio is 4.90

#c021ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c021ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c021ff

#c021ff color code is use for CSS Background Color

Background color for the above div is #c021ff

HTML with inline CSS

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

#c021ff color code is use for CSS Border Color

CSS Border color for the above div is #c021ff

HTML with inline CSS

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

CSS Border Left color for the above div is #c021ff

HTML with inline CSS

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

CSS Border Right color for the above div is #c021ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c021ff

HTML with inline CSS

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

CSS Border Top color for the above div is #c021ff

HTML with inline CSS

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

#c021ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c021ff Color code Preview on White Background

This is how #c021ff Color code will look on white background color. Color contrast ratio is 4.28

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

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(192,33,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,255,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,33,255,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.