crispedge.com

Color picker

Loading...

#c251d9 hex color - Violet - Warm color - Information

#c251d9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c251d9 Color code in RGB color code model is created after adding 76.08% red color, 31.76% green color and 85.1% blue color. Hex #c251d9 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 63% magenta, 0% yellow and 15% black.

Hex #c251d9 color code is between #bb55dd web safe hex color code and #cc44cc web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #c251d9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec251d9#c251d9
RGB Decimal194, 81, 217rgb(194, 81, 217)
RGB Percent76%, 32%, 85%rgb(76%, 32%, 85%)
CSS RGBa194, 81, 217,1rgba(194,81,217,1)
CMYK Modelcmyk(11%,63%,0%,15%)
HSL Color Space290,64% ,58%hsl(290,64% ,58%)
HSV Color Space290°, 63%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100101000111011001
Octal302121331
Decimal19481217
Hexc251d9

Different shades of #c251d9 color code.

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

Light Shade of #c251d9
#d17be2
Dark Shade of #c251d9
#b02ccb
Saturated Shade of #c251d9
#c946e4
Desaturated Shade of #c251d9
#bb5cce
Grey scale Shade of #c251d9
#959595
Brighten Shade
#db6af2
Most Readable Shade
#FFFFFF

Shades of #c251d9 color code

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

#c251d9
#ac48c0
#963fa8
#813690
#6b2d78
#562460
#401b48
#2b1230
#150918
#000000

Similar Color like #c251d9 color

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

#c352da
#c453db
#c554dc
#c655dd
#c756de
#c857df
#c958e0
#ca59e1
#cb5ae2
#cc5be3
#cd5ce4
#ce5de5
#cf5ee6
#d05fe7
#c150d8
#c04fd7
#bf4ed6
#be4dd5
#bd4cd4
#bc4bd3
#bb4ad2
#ba49d1
#b948d0
#b847cf
#b746ce
#b645cd
#b544cc
#b443cb

Monochromatic Color with #c251d9

#c251d9
#040204
#2a122f
#502159
#763184
#9c41ae

Tints of #c251d9 Color

#c251d9
#c864dd
#cf77e1
#d68be5
#dd9ee9
#e3b1ee
#eac5f2
#f1d8f6
#f8ebfa
#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

#c251d9
#68d951

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

Split Complementary

#c251d9
#acd951
#51d97e

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

Analogous Color

#8c51d9
#a751d9
#c251d9
#d951d5
#d951ba

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

#c251d9
#d9c251
#51d9c2

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

#c251d9
#d97e51
#68d951
#51acd9

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

#c251d9
#68d951
#51d97e
#d951ac

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

#c251d9 Color Code Preview on Black Background Color

This is how #c251d9 Color will look on black background color. Color contrast ratio is 5.47

#c251d9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c251d9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c251d9

#c251d9 color code is use for CSS Background Color

Background color for the above div is #c251d9

HTML with inline CSS

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

#c251d9 color code is use for CSS Border Color

CSS Border color for the above div is #c251d9

HTML with inline CSS

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

CSS Border Left color for the above div is #c251d9

HTML with inline CSS

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

CSS Border Right color for the above div is #c251d9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c251d9

HTML with inline CSS

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

CSS Border Top color for the above div is #c251d9

HTML with inline CSS

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

#c251d9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c251d9 Color code Preview on White Background

This is how #c251d9 Color code will look on white background color. Color contrast ratio is 3.84

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

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(194,81,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,217,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,81,217,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.