Skip to main content Skip to docs navigation

#cc007f hex color | 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

Woow we have a nearby visually matching color name available. It's name is Pantone 233 C and its hex is #C6007E Nearest Color Name

Color Hue/Base color: Violet

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

Hex #cc007f color code is between #bb0077 web safe hex color code and #dd0088 web safe hex color code. #bb0077 is the nearest web safe color code. You can see here many more shades of #cc007f color code.

RGB Chart

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

Color Table

Hex Color Code cc007f #cc007f
RGB Decimal 204, 0, 127 204, 0, 127
RGB Percent 80%, 0%, 50% rgb(80%, 0%, 50%)
CSS RGBa 204, 0, 127,1 rgba(204,0,127,1)
CMYK Model cmyk(0%,100%,38%,20%)
HSL Color Space 323,100% ,40% hsl(323,100% ,40%)
HSV Color Space 323°, 100%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 00000000 01111111
Octal 314 0 177
Decimal 204 0 127
Hex cc 00 7f

Different shades of #cc007f color code.

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

Darkest of #cc007f
#330020
Darker of #cc007f
#66003f
Dark of #cc007f
#99005f
Base of #cc007f
#cc007f
Light of #cc007f
#ff009f
Lighter
#ff33b2
Lightest
#ff66c5

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

#cc007f
#00cc4d

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

Split Complementary

#cc007f
#19cc00
#00ccb3

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

Analogous Color

#a200cc
#c400cc
#cc007f
#cc003b
#cc1a00

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

#cc007f
#007fcc
#7fcc00

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

#cc007f
#7fcc00
#00cc4d
#4d00cc

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

#cc007f
#ccb300
#00cc4d
#0019cc

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 #cc007f

#000000
#330020
#66003f
#99005f
#cc007f
#ff009f
#ff33b2
#ff66c5
#ff99d8

Tints of #cc007f Color

#cc007f
#d11c8d
#d7389b
#dd55a9
#e271b7
#e88dc6
#eeaad4
#f3c6e2
#f9e2f0
#ffffff

Shades of #cc007f color code

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

#cc007f
#b50070
#9e0062
#880054
#710046
#5a0038
#44002a
#2d001c
#16000e
#000000

Tones

#cc007f
#b8147a
#a32975
#8f3d70
#7a526b

Tones

Similar Color like #cc007f color

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

#cd0180
#ce0281
#cf0382
#d00483
#d10584
#d20685
#d30786
#d40887
#d50988
#d60a89
#d70b8a
#d80c8b
#d90d8c
#da0e8d
#cb007e
#ca007d
#c9007c
#c8007b
#c7007a
#c60079
#c50078
#c40077
#c30076
#c20075
#c10074
#c00073
#bf0072
#be0071

Download this Dark Violet

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

#cc007f Color Code Preview on Black Background Color

This is how #cc007f Color will look on black background color. Color contrast ratio is 3.87

#cc007f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc007f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc007f

#cc007f color code is use for CSS Background Color

Background color for the above div is #cc007f

HTML with inline CSS

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

#cc007f color code is use for CSS Border Color

CSS Border color for the above div is #cc007f

HTML with inline CSS

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

CSS Border Left color for the above div is #cc007f

HTML with inline CSS

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

CSS Border Right color for the above div is #cc007f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc007f

HTML with inline CSS

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

CSS Border Top color for the above div is #cc007f

HTML with inline CSS

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

#cc007f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc007f Color code Preview on White Background

This is how #cc007f Color code will look on white background color. Color contrast ratio is 5.42

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

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