crispedge.com

Color picker

Loading...

#c03090 hex color - Violet - Warm color - Information

#c03090 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c03090 Color code in RGB color code model is created after adding 75.29% red color, 18.82% green color and 56.47% blue color. Hex #c03090 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 75% magenta, 25% yellow and 25% black.

Hex #c03090 color code is between #bb3388 web safe hex color code and #cc2299 web safe hex color code. #bb3388 is the nearest web safe color code. You can see here many more shades of #c03090 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec03090#c03090
RGB Decimal192, 48, 144rgb(192, 48, 144)
RGB Percent75%, 19%, 56%rgb(75%, 19%, 56%)
CSS RGBa192, 48, 144,1rgba(192,48,144,1)
CMYK Modelcmyk(0%,75%,25%,25%)
HSL Color Space320,60% ,47%hsl(320,60% ,47%)
HSV Color Space320°, 75%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000011000010010000
Octal30060220
Decimal19248144
Hexc03090

Different shades of #c03090 color code.

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

Light Shade of #c03090
#d350a7
Dark Shade of #c03090
#972671
Saturated Shade of #c03090
#cc2494
Desaturated Shade of #c03090
#b43c8c
Grey scale Shade of #c03090
#787878
Brighten Shade
#d949a9
Most Readable Shade
#FFFFFF

Shades of #c03090 color code

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

#c03090
#aa2a80
#952570
#802060
#6a1a50
#551540
#401030
#2a0a20
#150510
#000000

Similar Color like #c03090 color

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

#c13191
#c23292
#c33393
#c43494
#c53595
#c63696
#c73797
#c83898
#c93999
#ca3a9a
#cb3b9b
#cc3c9c
#cd3d9d
#ce3e9e
#bf2f8f
#be2e8e
#bd2d8d
#bc2c8c
#bb2b8b
#ba2a8a
#b92989
#b82888
#b72787
#b62686
#b52585
#b42484
#b32383
#b22282

Monochromatic Color with #c03090

#c03090
#ea3bb0
#160510
#401030
#6b1b50
#952570

Tints of #c03090 Color

#c03090
#c7479c
#ce5ea8
#d575b5
#dc8cc1
#e3a3cd
#eabada
#f1d1e6
#f8e8f2
#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

#c03090
#30c060

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

Split Complementary

#c03090
#48c030
#30c0a8

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

Analogous Color

#b630c0
#c030ad
#c03090
#c03073
#c03056

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

#c03090
#90c030
#3090c0

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

#c03090
#c0a830
#30c060
#3048c0

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

#c03090
#30c060
#30c0a8
#c03048

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

#c03090 Color Code Preview on Black Background Color

This is how #c03090 Color will look on black background color. Color contrast ratio is 4.07

#c03090 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c03090

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c03090

#c03090 color code is use for CSS Background Color

Background color for the above div is #c03090

HTML with inline CSS

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

#c03090 color code is use for CSS Border Color

CSS Border color for the above div is #c03090

HTML with inline CSS

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

CSS Border Left color for the above div is #c03090

HTML with inline CSS

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

CSS Border Right color for the above div is #c03090

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c03090

HTML with inline CSS

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

CSS Border Top color for the above div is #c03090

HTML with inline CSS

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

#c03090 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c03090 Color code Preview on White Background

This is how #c03090 Color code will look on white background color. Color contrast ratio is 5.16

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(192,48,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,192,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,48,144,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.