crispedge.com

Color picker

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

#c23d6e hex color - Red - Warm color - Information

#c23d6e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c23d6e Color code in RGB color code model is created after adding 76.08% red color, 23.92% green color and 43.14% blue color. Hex #c23d6e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 43% yellow and 24% black.

Hex #c23d6e color code is between #bb4466 web safe hex color code and #cc3377 web safe hex color code. #bb4466 is the nearest web safe color code. You can see here many more shades of #c23d6e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec23d6e#c23d6e
RGB Decimal194, 61, 110rgb(194, 61, 110)
RGB Percent76%, 24%, 43%rgb(76%, 24%, 43%)
CSS RGBa194, 61, 110,1rgba(194,61,110,1)
CMYK Modelcmyk(0%,69%,43%,24%)
HSL Color Space338,52% ,50%hsl(338,52% ,50%)
HSV Color Space338°, 69%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100011110101101110
Octal30275156
Decimal19461110
Hexc23d6e

Different shades of #c23d6e color code.

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

Light Shade of #c23d6e
#ce648b
Dark Shade of #c23d6e
#9b3158
Saturated Shade of #c23d6e
#cf306b
Desaturated Shade of #c23d6e
#b54a71
Grey scale Shade of #c23d6e
#808080
Brighten Shade
#db5687
Most Readable Shade
#FFFFFF

Shades of #c23d6e color code

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

#c23d6e
#ac3661
#962f55
#812849
#6b213d
#561b30
#401424
#2b0d18
#15060c
#000000

Similar Color like #c23d6e color

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

#c33e6f
#c43f70
#c54071
#c64172
#c74273
#c84374
#c94475
#ca4576
#cb4677
#cc4778
#cd4879
#ce497a
#cf4a7b
#d04b7c
#c13c6d
#c03b6c
#bf3a6b
#be396a
#bd3869
#bc3768
#bb3667
#ba3566
#b93465
#b83364
#b73263
#b63162
#b53061
#b42f60

Monochromatic Color with #c23d6e

#c23d6e
#ec4a86
#18080e
#421526
#6d223e
#973056

Tints of #c23d6e Color

#c23d6e
#c8527e
#cf688e
#d67d9e
#dd93ae
#e3a8be
#eabece
#f1d3de
#f8e9ee
#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

#c23d6e
#3dc291

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

Split Complementary

#c23d6e
#3dc24e
#3db1c2

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

Analogous Color

#c23da3
#c23d89
#c23d6e
#c23d53
#c2413d

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

#c23d6e
#6ec23d
#3d6ec2

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

#c23d6e
#b0c23d
#3dc291
#4f3dc2

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

#c23d6e
#3dc291
#3db1c2
#c24e3d

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

#c23d6e Color Code Preview on Black Background Color

This is how #c23d6e Color will look on black background color. Color contrast ratio is 4.19

#c23d6e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c23d6e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c23d6e

#c23d6e color code is use for CSS Background Color

Background color for the above div is #c23d6e

HTML with inline CSS

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

#c23d6e color code is use for CSS Border Color

CSS Border color for the above div is #c23d6e

HTML with inline CSS

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

CSS Border Left color for the above div is #c23d6e

HTML with inline CSS

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

CSS Border Right color for the above div is #c23d6e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c23d6e

HTML with inline CSS

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

CSS Border Top color for the above div is #c23d6e

HTML with inline CSS

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

#c23d6e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c23d6e Color code Preview on White Background

This is how #c23d6e Color code will look on white background color. Color contrast ratio is 5.02

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

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.