crispedge.com

Color picker

Loading...

#cc33bb hex color - Violet - Warm color - Information

#cc33bb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #cc33bb color code is a web safe color. Next web safe color code is #bb22aa and previous web safe color code is #dd44cc. You can see here many more shades of #cc33bb color code.

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codecc33bb#cc33bb
RGB Decimal204, 51, 187rgb(204, 51, 187)
RGB Percent80%, 20%, 73%rgb(80%, 20%, 73%)
CSS RGBa204, 51, 187,1rgba(204,51,187,1)
CMYK Modelcmyk(0%,75%,8%,20%)
HSL Color Space307,60% ,50%hsl(307,60% ,50%)
HSV Color Space307°, 75%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000011001110111011
Octal31463273
Decimal20451187
Hexcc33bb

Different shades of #cc33bb color code.

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

Light Shade of #cc33bb
#d65cc9
Dark Shade of #cc33bb
#a32996
Saturated Shade of #cc33bb
#d926c5
Desaturated Shade of #cc33bb
#bf40b1
Grey scale Shade of #cc33bb
#808080
Brighten Shade
#e54cd4
Most Readable Shade
#FFFFFF

Shades of #cc33bb color code

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

#cc33bb
#b52da6
#9e2791
#88227c
#711c67
#5a1653
#44113e
#2d0b29
#160514
#000000

Similar Color like #cc33bb color

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

#cd34bc
#ce35bd
#cf36be
#d037bf
#d138c0
#d239c1
#d33ac2
#d43bc3
#d53cc4
#d63dc5
#d73ec6
#d83fc7
#d940c8
#da41c9
#cb32ba
#ca31b9
#c930b8
#c82fb7
#c72eb6
#c62db5
#c52cb4
#c42bb3
#c32ab2
#c229b1
#c128b0
#c027af
#bf26ae
#be25ad

Monochromatic Color with #cc33bb

#cc33bb
#f63ee2
#22081f
#4c1346
#771e6d
#a12894

Tints of #cc33bb Color

#cc33bb
#d149c2
#d760ca
#dd77d1
#e28dd9
#e8a4e0
#eebbe8
#f3d1ef
#f9e8f7
#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

#cc33bb
#33cc44

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

Split Complementary

#cc33bb
#6ecc33
#33cc91

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

Analogous Color

#a033cc
#be33cc
#cc33bb
#cc339c
#cc337e

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

#cc33bb
#bbcc33
#33bbcc

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

#cc33bb
#cc9133
#33cc44
#336ecc

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

#cc33bb
#33cc44
#33cc91
#cc336e

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

#cc33bb Color Code Preview on Black Background Color

This is how #cc33bb Color will look on black background color. Color contrast ratio is 4.76

#cc33bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc33bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc33bb

#cc33bb color code is use for CSS Background Color

Background color for the above div is #cc33bb

HTML with inline CSS

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

#cc33bb color code is use for CSS Border Color

CSS Border color for the above div is #cc33bb

HTML with inline CSS

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

CSS Border Left color for the above div is #cc33bb

HTML with inline CSS

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

CSS Border Right color for the above div is #cc33bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc33bb

HTML with inline CSS

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

CSS Border Top color for the above div is #cc33bb

HTML with inline CSS

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

#cc33bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc33bb Color code Preview on White Background

This is how #cc33bb Color code will look on white background color. Color contrast ratio is 4.41

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

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.