crispedge.com

Color picker

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

#c35f7f hex color - Violet - Warm color - Information

#c35f7f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35f7f Color code in RGB color code model is created after adding 76.47% red color, 37.25% green color and 49.8% blue color. Hex #c35f7f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 35% yellow and 24% black.

Hex #c35f7f color code is between #bb6677 web safe hex color code and #cc5588 web safe hex color code. #bb6677 is the nearest web safe color code. You can see here many more shades of #c35f7f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec35f7f#c35f7f
RGB Decimal195, 95, 127rgb(195, 95, 127)
RGB Percent76%, 37%, 50%rgb(76%, 37%, 50%)
CSS RGBa195, 95, 127,1rgba(195,95,127,1)
CMYK Modelcmyk(0%,51%,35%,24%)
HSL Color Space341,45% ,57%hsl(341,45% ,57%)
HSV Color Space341°, 51%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101111101111111
Octal303137177
Decimal19595127
Hexc35f7f

Different shades of #c35f7f color code.

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

Light Shade of #c35f7f
#d1849d
Dark Shade of #c35f7f
#ae4164
Saturated Shade of #c35f7f
#ce547b
Desaturated Shade of #c35f7f
#b86a83
Grey scale Shade of #c35f7f
#919191
Brighten Shade
#dc7898
Most Readable Shade
#FFFFFF

Shades of #c35f7f color code

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

#c35f7f
#ad5470
#974962
#823f54
#6c3446
#562a38
#411f2a
#2b151c
#150a0e
#000000

Similar Color like #c35f7f color

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

#c46080
#c56181
#c66282
#c76383
#c86484
#c96585
#ca6686
#cb6787
#cc6888
#cd6989
#ce6a8a
#cf6b8b
#d06c8c
#d16d8d
#c25e7e
#c15d7d
#c05c7c
#bf5b7b
#be5a7a
#bd5979
#bc5878
#bb5777
#ba5676
#b95575
#b85474
#b75373
#b65272
#b55171

Monochromatic Color with #c35f7f

#c35f7f
#ed749b
#190c10
#43212c
#6e3648
#984a63

Tints of #c35f7f Color

#c35f7f
#c9708d
#d0829b
#d794a9
#dda6b7
#e4b7c6
#ebc9d4
#f1dbe2
#f8edf0
#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

#c35f7f
#5fc3a3

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

Split Complementary

#c35f7f
#5fc371
#5fb1c3

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

Analogous Color

#c35fa7
#c35f93
#c35f7f
#c35f6b
#c3675f

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

#c35f7f
#7fc35f
#5f7fc3

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

#c35f7f
#b1c35f
#5fc3a3
#715fc3

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

#c35f7f
#5fc3a3
#5fb1c3
#c3715f

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

#c35f7f Color Code Preview on Black Background Color

This is how #c35f7f Color will look on black background color. Color contrast ratio is 5.26

#c35f7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35f7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35f7f

#c35f7f color code is use for CSS Background Color

Background color for the above div is #c35f7f

HTML with inline CSS

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

#c35f7f color code is use for CSS Border Color

CSS Border color for the above div is #c35f7f

HTML with inline CSS

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

CSS Border Left color for the above div is #c35f7f

HTML with inline CSS

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

CSS Border Right color for the above div is #c35f7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35f7f

HTML with inline CSS

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

CSS Border Top color for the above div is #c35f7f

HTML with inline CSS

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

#c35f7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35f7f Color code Preview on White Background

This is how #c35f7f Color code will look on white background color. Color contrast ratio is 3.99

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

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.