crispedge.com

Color picker

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

#c373f1 hex color - Violet - Warm color - Information

#c373f1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c373f1 Color code in RGB color code model is created after adding 76.47% red color, 45.1% green color and 94.51% blue color. Hex #c373f1 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 52% magenta, 0% yellow and 5% black.

Hex #c373f1 color code is between #bb77ee web safe hex color code and #cc66ff web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #c373f1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec373f1#c373f1
RGB Decimal195, 115, 241rgb(195, 115, 241)
RGB Percent76%, 45%, 95%rgb(76%, 45%, 95%)
CSS RGBa195, 115, 241,1rgba(195,115,241,1)
CMYK Modelcmyk(19%,52%,0%,5%)
HSL Color Space278,82% ,70%hsl(278,82% ,70%)
HSV Color Space278°, 52%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110111001111110001
Octal303163361
Decimal195115241
Hexc373f1

Different shades of #c373f1 color code.

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

Light Shade of #c373f1
#d7a1f6
Dark Shade of #c373f1
#af45ec
Saturated Shade of #c373f1
#c56bf9
Desaturated Shade of #c373f1
#c17be9
Grey scale Shade of #c373f1
#b2b2b2
Brighten Shade
#dc8cff
Most Readable Shade
#000000

Shades of #c373f1 color code

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

#c373f1
#ad66d6
#9759bb
#824ca0
#6c3f85
#56336b
#412650
#2b1935
#150c1a
#000000

Similar Color like #c373f1 color

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

#c474f2
#c575f3
#c676f4
#c777f5
#c878f6
#c979f7
#ca7af8
#cb7bf9
#cc7cfa
#cd7dfb
#ce7efc
#cf7ffd
#d080fe
#d181ff
#c272f0
#c171ef
#c070ee
#bf6fed
#be6eec
#bd6deb
#bc6cea
#bb6be9
#ba6ae8
#b969e7
#b868e6
#b767e5
#b666e4
#b565e3

Monochromatic Color with #c373f1

#c373f1
#170e1c
#392247
#5c3671
#7e4a9c
#a15fc6

Tints of #c373f1 Color

#c373f1
#c982f2
#d092f4
#d7a1f5
#ddb1f7
#e4c0f8
#ebd0fa
#f1dffb
#f8effd
#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

#c373f1
#a1f173

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

Split Complementary

#c373f1
#e0f173
#73f184

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

Analogous Color

#9173f1
#aa73f1
#c373f1
#dc73f1
#f173ed

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

#c373f1
#f1c373
#73f1c3

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

#c373f1
#f18473
#a1f173
#73e0f1

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

#c373f1
#a1f173
#73f184
#f173e0

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

#c373f1 Color Code Preview on Black Background Color

This is how #c373f1 Color will look on black background color. Color contrast ratio is 7.04

#c373f1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c373f1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c373f1

#c373f1 color code is use for CSS Background Color

Background color for the above div is #c373f1

HTML with inline CSS

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

#c373f1 color code is use for CSS Border Color

CSS Border color for the above div is #c373f1

HTML with inline CSS

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

CSS Border Left color for the above div is #c373f1

HTML with inline CSS

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

CSS Border Right color for the above div is #c373f1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c373f1

HTML with inline CSS

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

CSS Border Top color for the above div is #c373f1

HTML with inline CSS

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

#c373f1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c373f1 Color code Preview on White Background

This is how #c373f1 Color code will look on white background color. Color contrast ratio is 2.98

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

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.