crispedge.com

Color picker

Loading...

#c400fb hex color - Violet - Warm color - Information

#c400fb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c400fb Color code in RGB color code model is created after adding 76.86% red color, 0% green color and 98.43% blue color. Hex #c400fb Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 100% magenta, 0% yellow and 2% black.

Hex #c400fb color code is between #cc00ff web safe hex color code and #bb00ee web safe hex color code. #cc00ff is the nearest web safe color code. You can see here many more shades of #c400fb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec400fb#c400fb
RGB Decimal196, 0, 251rgb(196, 0, 251)
RGB Percent77%, 0%, 98%rgb(77%, 0%, 98%)
CSS RGBa196, 0, 251,1rgba(196,0,251,1)
CMYK Modelcmyk(22%,100%,0%,2%)
HSL Color Space287,100% ,49%hsl(287,100% ,49%)
HSV Color Space287°, 100%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001000000000011111011
Octal3040373
Decimal1960251
Hexc400fb

Different shades of #c400fb color code.

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

Light Shade of #c400fb
#d12fff
Dark Shade of #c400fb
#9c00c8
Saturated Shade of #c400fb
#c400fb
Desaturated Shade of #c400fb
#bd0dee
Grey scale Shade of #c400fb
#7d7d7d
Brighten Shade
#dd19ff
Most Readable Shade
#FFFFFF

Shades of #c400fb color code

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

#c400fb
#ae00df
#9800c3
#8200a7
#6c008b
#57006f
#410053
#2b0037
#15001b
#000000

Similar Color like #c400fb color

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

#c501fc
#c602fd
#c703fe
#c804ff
#c905ff
#ca06ff
#cb07ff
#cc08ff
#cd09ff
#ce0aff
#cf0bff
#d00cff
#d10dff
#d20eff
#c300fa
#c200f9
#c100f8
#c000f7
#bf00f6
#be00f5
#bd00f4
#bc00f3
#bb00f2
#ba00f1
#b900f0
#b800ef
#b700ee
#b600ed

Monochromatic Color with #c400fb

#c400fb
#1e0026
#3f0051
#60007b
#8200a6
#a300d0

Tints of #c400fb Color

#c400fb
#ca1cfb
#d138fb
#d755fc
#de71fc
#e48dfd
#ebaafd
#f1c6fe
#f8e2fe
#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

#c400fb
#37fb00

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

Split Complementary

#c400fb
#b4fb00
#00fb47

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

Analogous Color

#6000fb
#9200fb
#c400fb
#f600fb
#fb00ce

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

#c400fb
#fbc400
#00fbc4

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

#c400fb
#fb4600
#37fb00
#00b4fb

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

#c400fb
#37fb00
#00fb47
#fb00b4

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

#c400fb Color Code Preview on Black Background Color

This is how #c400fb Color will look on black background color. Color contrast ratio is 4.74

#c400fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c400fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c400fb

#c400fb color code is use for CSS Background Color

Background color for the above div is #c400fb

HTML with inline CSS

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

#c400fb color code is use for CSS Border Color

CSS Border color for the above div is #c400fb

HTML with inline CSS

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

CSS Border Left color for the above div is #c400fb

HTML with inline CSS

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

CSS Border Right color for the above div is #c400fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c400fb

HTML with inline CSS

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

CSS Border Top color for the above div is #c400fb

HTML with inline CSS

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

#c400fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c400fb Color code Preview on White Background

This is how #c400fb Color code will look on white background color. Color contrast ratio is 4.43

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.