crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c93e9b hex color - Violet - Warm color - Information

#c93e9b hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c93e9b Color code in RGB color code model is created after adding 78.82% red color, 24.31% green color and 60.78% blue color. Hex #c93e9b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 23% yellow and 21% black.

Hex #c93e9b color code is between #cc4499 web safe hex color code and #bb33aa web safe hex color code. #cc4499 is the nearest web safe color code. You can see here many more shades of #c93e9b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec93e9b#c93e9b
RGB Decimal201, 62, 155rgb(201, 62, 155)
RGB Percent79%, 24%, 61%rgb(79%, 24%, 61%)
CSS RGBa201, 62, 155,1rgba(201,62,155,1)
CMYK Modelcmyk(0%,69%,23%,21%)
HSL Color Space320,56% ,52%hsl(320,56% ,52%)
HSV Color Space320°, 69%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010010011111010011011
Octal31176233
Decimal20162155
Hexc93e9b

Different shades of #c93e9b color code.

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

Light Shade of #c93e9b
#d466b0
Dark Shade of #c93e9b
#a62e7e
Saturated Shade of #c93e9b
#d5329f
Desaturated Shade of #c93e9b
#bd4a97
Grey scale Shade of #c93e9b
#838383
Brighten Shade
#e257b4
Most Readable Shade
#FFFFFF

Shades of #c93e9b color code

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

#c93e9b
#b23789
#9c3078
#862967
#6f2256
#591b44
#431433
#2c0d22
#160611
#000000

Similar Color like #c93e9b color

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

#ca3f9c
#cb409d
#cc419e
#cd429f
#ce43a0
#cf44a1
#d045a2
#d146a3
#d247a4
#d348a5
#d449a6
#d54aa7
#d64ba8
#d74ca9
#c83d9a
#c73c99
#c63b98
#c53a97
#c43996
#c33895
#c23794
#c13693
#c03592
#bf3491
#be3390
#bd328f
#bc318e
#bb308d

Monochromatic Color with #c93e9b

#c93e9b
#f34bbc
#1f0a18
#491739
#742459
#9e317a

Tints of #c93e9b Color

#c93e9b
#cf53a6
#d568b1
#db7ebc
#e193c7
#e7a9d2
#edbedd
#f3d4e8
#f9e9f3
#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

#c93e9b
#3ec96c

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

Split Complementary

#c93e9b
#55c93e
#3ec9b1

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

Analogous Color

#bf3ec9
#c93eb7
#c93e9b
#c93e7f
#c93e63

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

#c93e9b
#9bc93e
#3e9bc9

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

#c93e9b
#c9b13e
#3ec96c
#3e55c9

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

#c93e9b
#3ec96c
#3ec9b2
#c93e55

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

#c93e9b Color Code Preview on Black Background Color

This is how #c93e9b Color will look on black background color. Color contrast ratio is 4.65

#c93e9b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c93e9b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c93e9b

#c93e9b color code is use for CSS Background Color

Background color for the above div is #c93e9b

HTML with inline CSS

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

#c93e9b color code is use for CSS Border Color

CSS Border color for the above div is #c93e9b

HTML with inline CSS

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

CSS Border Left color for the above div is #c93e9b

HTML with inline CSS

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

CSS Border Right color for the above div is #c93e9b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c93e9b

HTML with inline CSS

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

CSS Border Top color for the above div is #c93e9b

HTML with inline CSS

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

#c93e9b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c93e9b Color code Preview on White Background

This is how #c93e9b Color code will look on white background color. Color contrast ratio is 4.52

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.