crispedge.com

Color picker

Loading...

#cc3399 hex color - Violet - Warm color - Information

#cc3399 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #cc3399 color code is a web safe color. Next web safe color code is #bb2288 and previous web safe color code is #dd44aa. You can see here many more shades of #cc3399 color code.

0 Likes 0 Comments | 30 Views

RGB Chart

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

Color Table

Hex Color Codecc3399#cc3399
RGB Decimal204, 51, 153rgb(204, 51, 153)
RGB Percent80%, 20%, 60%rgb(80%, 20%, 60%)
CSS RGBa204, 51, 153,1rgba(204,51,153,1)
CMYK Modelcmyk(0%,75%,25%,20%)
HSL Color Space320,60% ,50%hsl(320,60% ,50%)
HSV Color Space320°, 75%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000011001110011001
Octal31463231
Decimal20451153
Hexcc3399

Different shades of #cc3399 color code.

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

Light Shade of #cc3399
#d65cad
Dark Shade of #cc3399
#a3297a
Saturated Shade of #cc3399
#d9269d
Desaturated Shade of #cc3399
#bf4095
Grey scale Shade of #cc3399
#808080
Brighten Shade
#e54cb2
Most Readable Shade
#FFFFFF

Shades of #cc3399 color code

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

#cc3399
#b52d88
#9e2777
#882266
#711c55
#5a1644
#441133
#2d0b22
#160511
#000000

Similar Color like #cc3399 color

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

#cd349a
#ce359b
#cf369c
#d0379d
#d1389e
#d2399f
#d33aa0
#d43ba1
#d53ca2
#d63da3
#d73ea4
#d83fa5
#d940a6
#da41a7
#cb3298
#ca3197
#c93096
#c82f95
#c72e94
#c62d93
#c52c92
#c42b91
#c32a90
#c2298f
#c1288e
#c0278d
#bf268c
#be258b

Monochromatic Color with #cc3399

#cc3399
#f63eb9
#220819
#4c1339
#771e59
#a12879

Tints of #cc3399 Color

#cc3399
#d149a4
#d760af
#dd77bb
#e28dc6
#e8a4d1
#eebbdd
#f3d1e8
#f9e8f3
#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

#cc3399
#33cc66

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

Split Complementary

#cc3399
#4dcc33
#33ccb3

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

Analogous Color

#c233cc
#cc33b8
#cc3399
#cc337a
#cc335c

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

#cc3399
#99cc33
#3399cc

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

#cc3399
#ccb333
#33cc66
#334dcc

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

#cc3399
#33cc66
#33ccb3
#cc334d

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

#cc3399 Color Code Preview on Black Background Color

This is how #cc3399 Color will look on black background color. Color contrast ratio is 4.50

#cc3399 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3399

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3399

#cc3399 color code is use for CSS Background Color

Background color for the above div is #cc3399

HTML with inline CSS

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

#cc3399 color code is use for CSS Border Color

CSS Border color for the above div is #cc3399

HTML with inline CSS

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

CSS Border Left color for the above div is #cc3399

HTML with inline CSS

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

CSS Border Right color for the above div is #cc3399

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc3399

HTML with inline CSS

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

CSS Border Top color for the above div is #cc3399

HTML with inline CSS

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

#cc3399 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc3399 Color code Preview on White Background

This is how #cc3399 Color code will look on white background color. Color contrast ratio is 4.67

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

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(204,51,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(51,204,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,51,153,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 30 Views

Post your comment:-

By submitting comment you agree to our privacy policy.