crispedge.com

Color picker

Loading...

#c42ae2 hex color - Violet - Warm color - Information

#c42ae2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c42ae2 Color code in RGB color code model is created after adding 76.86% red color, 16.47% green color and 88.63% blue color. Hex #c42ae2 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 81% magenta, 0% yellow and 11% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec42ae2#c42ae2
RGB Decimal196, 42, 226rgb(196, 42, 226)
RGB Percent77%, 16%, 89%rgb(77%, 16%, 89%)
CSS RGBa196, 42, 226,1rgba(196,42,226,1)
CMYK Modelcmyk(13%,81%,0%,11%)
HSL Color Space290,76% ,53%hsl(290,76% ,53%)
HSV Color Space290°, 81%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000010101011100010
Octal30452342
Decimal19642226
Hexc42ae2

Different shades of #c42ae2 color code.

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

Light Shade of #c42ae2
#d057e8
Dark Shade of #c42ae2
#a41abf
Saturated Shade of #c42ae2
#cc1eee
Desaturated Shade of #c42ae2
#bc36d6
Grey scale Shade of #c42ae2
#868686
Brighten Shade
#dd43fb
Most Readable Shade
#FFFFFF

Shades of #c42ae2 color code

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

#c42ae2
#ae25c8
#9820af
#821c96
#6c177d
#571264
#410e4b
#2b0932
#150419
#000000

Similar Color like #c42ae2 color

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

#c52be3
#c62ce4
#c72de5
#c82ee6
#c92fe7
#ca30e8
#cb31e9
#cc32ea
#cd33eb
#ce34ec
#cf35ed
#d036ee
#d137ef
#d238f0
#c329e1
#c228e0
#c127df
#c026de
#bf25dd
#be24dc
#bd23db
#bc22da
#bb21d9
#ba20d8
#b91fd7
#b81ed6
#b71dd5
#b61cd4

Monochromatic Color with #c42ae2

#c42ae2
#0c030d
#310a38
#551262
#7a1a8d
#9f22b7

Tints of #c42ae2 Color

#c42ae2
#ca41e5
#d159e8
#d771eb
#de88ee
#e4a0f2
#ebb8f5
#f1cff8
#f8e7fb
#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

#c42ae2
#48e22a

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

Split Complementary

#c42ae2
#a4e22a
#2ae268

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

Analogous Color

#7a2ae2
#9f2ae2
#c42ae2
#e22adb
#e22ab6

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

#c42ae2
#e2c42a
#2ae2c4

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

#c42ae2
#e2682a
#48e22a
#2aa4e2

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

#c42ae2
#48e22a
#2ae268
#e22aa4

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

#c42ae2 Color Code Preview on Black Background Color

This is how #c42ae2 Color will look on black background color. Color contrast ratio is 4.78

#c42ae2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c42ae2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c42ae2

#c42ae2 color code is use for CSS Background Color

Background color for the above div is #c42ae2

HTML with inline CSS

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

#c42ae2 color code is use for CSS Border Color

CSS Border color for the above div is #c42ae2

HTML with inline CSS

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

CSS Border Left color for the above div is #c42ae2

HTML with inline CSS

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

CSS Border Right color for the above div is #c42ae2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c42ae2

HTML with inline CSS

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

CSS Border Top color for the above div is #c42ae2

HTML with inline CSS

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

#c42ae2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c42ae2 Color code Preview on White Background

This is how #c42ae2 Color code will look on white background color. Color contrast ratio is 4.40

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

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(196,42,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,226,42,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,42,226,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.