crispedge.com

Color picker

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

#cc22aa hex color - Perfectly Purple Place - Violet - Warm color - Information

#cc22aa hex color - Perfectly Purple Place - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc22aa Color Code is also known as Perfectly Purple Place color.

Hex #cc22aa Color code in RGB color code model is created after adding 80% red color, 13.33% green color and 66.67% blue color. Hex #cc22aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 83% magenta, 17% yellow and 20% black.

Hex #cc22aa color code is a web safe color. Next web safe color code is #bb1199 and previous web safe color code is #dd33bb. You can see here many more shades of #cc22aa color code.

0 Likes 0 Comments | 22 Views

Color Table

Hex Color Codecc22aa#cc22aa
RGB Decimal204, 34, 170rgb(204, 34, 170)
RGB Percent80%, 13%, 67%rgb(80%, 13%, 67%)
CSS RGBa204, 34, 170,1rgba(204,34,170,1)
CMYK Modelcmyk(0%,83%,17%,20%)
HSL Color Space312,71% ,47%hsl(312,71% ,47%)
HSV Color Space312°, 83%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000010001010101010
Octal31442252
Decimal20434170
Hexcc22aa

Different shades of #cc22aa color code.

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

Light Shade of #cc22aa
#df42c0
Dark Shade of #cc22aa
#a01b86
Saturated Shade of #cc22aa
#d816b1
Desaturated Shade of #cc22aa
#c02ea3
Grey scale Shade of #cc22aa
#777777
Brighten Shade
#e53bc3
Most Readable Shade
#FFFFFF

Shades of #cc22aa color code

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

#cc22aa
#b51e97
#9e1a84
#881671
#71125e
#5a0f4b
#440b38
#2d0725
#160312
#000000

Similar Color like #cc22aa color

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

#cd23ab
#ce24ac
#cf25ad
#d026ae
#d127af
#d228b0
#d329b1
#d42ab2
#d52bb3
#d62cb4
#d72db5
#d82eb6
#d92fb7
#da30b8
#cb21a9
#ca20a8
#c91fa7
#c81ea6
#c71da5
#c61ca4
#c51ba3
#c41aa2
#c319a1
#c218a0
#c1179f
#c0169e
#bf159d
#be149c

Monochromatic Color with #cc22aa

#cc22aa
#f629cd
#22061c
#4c0d40
#771463
#a11b87

Tints of #cc22aa Color

#cc22aa
#d13ab3
#d753bc
#dd6bc6
#e284cf
#e89cd9
#eeb5e2
#f3cdec
#f9e6f5
#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

#cc22aa
#22cc44

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

Split Complementary

#cc22aa
#55cc22
#22cc99

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

Analogous Color

#aa22cc
#cc22cc
#cc22aa
#cc2288
#cc2266

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

#cc22aa
#aacc22
#22aacc

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

#cc22aa
#cc9922
#22cc44
#2255cc

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

#cc22aa
#22cc44
#22cc99
#cc2255

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

#cc22aa Color Code Preview on Black Background Color

This is how #cc22aa Color will look on black background color. Color contrast ratio is 4.38

#cc22aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc22aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc22aa

#cc22aa color code is use for CSS Background Color

Background color for the above div is #cc22aa

HTML with inline CSS

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

#cc22aa color code is use for CSS Border Color

CSS Border color for the above div is #cc22aa

HTML with inline CSS

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

CSS Border Left color for the above div is #cc22aa

HTML with inline CSS

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

CSS Border Right color for the above div is #cc22aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc22aa

HTML with inline CSS

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

CSS Border Top color for the above div is #cc22aa

HTML with inline CSS

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

#cc22aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc22aa Color code Preview on White Background

This is how #cc22aa Color code will look on white background color. Color contrast ratio is 4.80

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

Related Gradients

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

0 Likes 0 Comments | 22 Views

Post your comment:-

By submitting comment you agree to our privacy policy.