crispedge.com

Color picker

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

#c293ad hex color - Violet - Warm color - Information

#c293ad hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #c293ad Color code in RGB color code model is created after adding 76.08% red color, 57.65% green color and 67.84% blue color. Hex #c293ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 11% yellow and 24% black.

Hex #c293ad color code is between #bb99aa web safe hex color code and #cc88bb web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #c293ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec293ad#c293ad
RGB Decimal194, 147, 173rgb(194, 147, 173)
RGB Percent76%, 58%, 68%rgb(76%, 58%, 68%)
CSS RGBa194, 147, 173,1rgba(194,147,173,1)
CMYK Modelcmyk(0%,24%,11%,24%)
HSL Color Space327,28% ,67%hsl(327,28% ,67%)
HSV Color Space327°, 24%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101001001110101101
Octal302223255
Decimal194147173
Hexc293ad

Different shades of #c293ad color code.

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

Light Shade of #c293ad
#d4b4c6
Dark Shade of #c293ad
#b07294
Saturated Shade of #c293ad
#ca8bae
Desaturated Shade of #c293ad
#ba9bac
Grey scale Shade of #c293ad
#aaaaaa
Brighten Shade
#dbacc6
Most Readable Shade
#000000

Shades of #c293ad color code

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

#c293ad
#ac8299
#967286
#816273
#6b5160
#56414c
#403139
#2b2026
#151013
#000000

Similar Color like #c293ad color

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

#c394ae
#c495af
#c596b0
#c697b1
#c798b2
#c899b3
#c99ab4
#ca9bb5
#cb9cb6
#cc9db7
#cd9eb8
#ce9fb9
#cfa0ba
#d0a1bb
#c192ac
#c091ab
#bf90aa
#be8fa9
#bd8ea8
#bc8da7
#bb8ca6
#ba8ba5
#b98aa4
#b889a3
#b788a2
#b687a1
#b586a0
#b4859f

Monochromatic Color with #c293ad

#c293ad
#ecb3d3
#181215
#42323b
#6d5361
#977387

Tints of #c293ad Color

#c293ad
#c89fb6
#cfabbf
#d6b7c8
#ddc3d1
#e3cfda
#eadbe3
#f1e7ec
#f8f3f5
#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

#c293ad
#93c2a8

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

Split Complementary

#c293ad
#96c293
#93c2bf

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

Analogous Color

#c293c0
#c293b6
#c293ad
#c293a4
#c2939a

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

#c293ad
#adc293
#93adc2

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

#c293ad
#c2bf93
#93c2a8
#9395c2

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

#c293ad
#93c2a8
#93c2bf
#c29396

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

#c293ad Color Code Preview on Black Background Color

This is how #c293ad Color will look on black background color. Color contrast ratio is 8.07

#c293ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c293ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c293ad

#c293ad color code is use for CSS Background Color

Background color for the above div is #c293ad

HTML with inline CSS

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

#c293ad color code is use for CSS Border Color

CSS Border color for the above div is #c293ad

HTML with inline CSS

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

CSS Border Left color for the above div is #c293ad

HTML with inline CSS

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

CSS Border Right color for the above div is #c293ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c293ad

HTML with inline CSS

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

CSS Border Top color for the above div is #c293ad

HTML with inline CSS

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

#c293ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c293ad Color code Preview on White Background

This is how #c293ad Color code will look on white background color. Color contrast ratio is 2.60

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

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.