Skip to main content Skip to docs navigation

#cc2266 hex color | Sensitive Scorpion | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Violet

Hex #cc2266 Color Code is also known as | Sensitive Scorpion color.

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

Hex #cc2266 color code is a web safe color. Next web safe color code is #bb1155 and previous web safe color code is #dd3377. You can see here many more shades of #cc2266 color code.

RGB Chart

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

Color Table

Hex Color Code cc2266 #cc2266
RGB Decimal 204, 34, 102 204, 34, 102
RGB Percent 80%, 13%, 40% rgb(80%, 13%, 40%)
CSS RGBa 204, 34, 102,1 rgba(204,34,102,1)
CMYK Model cmyk(0%,83%,50%,20%)
HSL Color Space 336,71% ,47% hsl(336,71% ,47%)
HSV Color Space 336°, 83%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 00100010 01100110
Octal 314 42 146
Decimal 204 34 102
Hex cc 22 66

Different shades of #cc2266 color code.

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

Darkest of #cc2266
#490c24
Darker of #cc2266
#75133a
Dark of #cc2266
#a01b50
Base of #cc2266
#cc2266
Light of #cc2266
#df4281
Lighter
#e76d9e
Lightest
#ee99bb

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

#cc2266
#22cc88

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

Split Complementary

#cc2266
#22cc33
#22bbcc

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

Analogous Color

#cc22c9
#cc22ad
#cc2266
#cc222d
#cc5e22

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

#cc2266
#2266cc
#66cc22

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

#cc2266
#66cc22
#22cc88
#8822cc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cc2266
#bbcc22
#22cc88
#3322cc

Square 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).

Monochromatic Color with #cc2266

#1d050f
#490c24
#75133a
#a01b50
#cc2266
#df4281
#e76d9e
#ee99bb
#f5c5d8

Tints of #cc2266 Color

#cc2266
#d13a77
#d75388
#dd6b99
#e284aa
#e89cbb
#eeb5cc
#f3cddd
#f9e6ee
#ffffff

Shades of #cc2266 color code

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

#cc2266
#b51e5a
#9e1a4f
#881644
#711238
#5a0f2d
#440b22
#2d0716
#16030b
#000000

Tones

#cc2266
#b43a6b
#9c5270
#856974
#777777

Tones

Similar Color like #cc2266 color

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

#cd2367
#ce2468
#cf2569
#d0266a
#d1276b
#d2286c
#d3296d
#d42a6e
#d52b6f
#d62c70
#d72d71
#d82e72
#d92f73
#da3074
#cb2165
#ca2064
#c91f63
#c81e62
#c71d61
#c61c60
#c51b5f
#c41a5e
#c3195d
#c2185c
#c1175b
#c0165a
#bf1559
#be1458

Download this Dark Violet

Hex #cc2266 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.

#cc2266 Color Code Preview on Black Background Color

This is how #cc2266 Color will look on black background color. Color contrast ratio is 3.99

#cc2266 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc2266

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc2266

#cc2266 color code is use for CSS Background Color

Background color for the above div is #cc2266

HTML with inline CSS

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

#cc2266 color code is use for CSS Border Color

CSS Border color for the above div is #cc2266

HTML with inline CSS

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

CSS Border Left color for the above div is #cc2266

HTML with inline CSS

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

CSS Border Right color for the above div is #cc2266

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc2266

HTML with inline CSS

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

CSS Border Top color for the above div is #cc2266

HTML with inline CSS

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

#cc2266 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc2266 Color code Preview on White Background

This is how #cc2266 Color code will look on white background color. Color contrast ratio is 5.27

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(204,34,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(34,204,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,34,102,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }