crispedge.com

Color picker

Loading...

#cc17cc hex color - Red - Warm color - Information

#cc17cc hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #cc17cc color code is between #bb11bb web safe hex color code and #dd22dd web safe hex color code. #bb11bb is the nearest web safe color code. You can see here many more shades of #cc17cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc17cc#cc17cc
RGB Decimal204, 23, 204rgb(204, 23, 204)
RGB Percent80%, 9%, 80%rgb(80%, 9%, 80%)
CSS RGBa204, 23, 204,1rgba(204,23,204,1)
CMYK Modelcmyk(0%,89%,0%,20%)
HSL Color Space300,80% ,45%hsl(300,80% ,45%)
HSV Color Space300°, 89%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000001011111001100
Octal31427314
Decimal20423204
Hexcc17cc

Different shades of #cc17cc color code.

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

Light Shade of #cc17cc
#e72ee7
Dark Shade of #cc17cc
#9e129e
Saturated Shade of #cc17cc
#d70cd7
Desaturated Shade of #cc17cc
#c122c1
Grey scale Shade of #cc17cc
#717171
Brighten Shade
#e530e5
Most Readable Shade
#FFFFFF

Shades of #cc17cc color code

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

#cc17cc
#b514b5
#9e119e
#880f88
#710c71
#5a0a5a
#440744
#2d052d
#160216
#000000

Similar Color like #cc17cc color

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

#cd18cd
#ce19ce
#cf1acf
#d01bd0
#d11cd1
#d21dd2
#d31ed3
#d41fd4
#d520d5
#d621d6
#d722d7
#d823d8
#d924d9
#da25da
#cb16cb
#ca15ca
#c914c9
#c813c8
#c712c7
#c611c6
#c510c5
#c40fc4
#c30ec3
#c20dc2
#c10cc1
#c00bc0
#bf0abf
#be09be

Monochromatic Color with #cc17cc

#cc17cc
#f61cf6
#220422
#4c094c
#770d77
#a112a1

Tints of #cc17cc Color

#cc17cc
#d130d1
#d74ad7
#dd64dd
#e27ee2
#e897e8
#eeb1ee
#f3cbf3
#f9e5f9
#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

#cc17cc
#17cc17

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

Split Complementary

#cc17cc
#72cc17
#17cc72

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

Analogous Color

#8417cc
#a817cc
#cc17cc
#cc17a8
#cc1784

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

#cc17cc
#cccc17
#17cccc

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

#cc17cc
#cc7117
#17cc17
#1771cc

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

#cc17cc
#17cc17
#17cc72
#cc1772

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

#cc17cc Color Code Preview on Black Background Color

This is how #cc17cc Color will look on black background color. Color contrast ratio is 4.56

#cc17cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc17cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc17cc

#cc17cc color code is use for CSS Background Color

Background color for the above div is #cc17cc

HTML with inline CSS

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

#cc17cc color code is use for CSS Border Color

CSS Border color for the above div is #cc17cc

HTML with inline CSS

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

CSS Border Left color for the above div is #cc17cc

HTML with inline CSS

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

CSS Border Right color for the above div is #cc17cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc17cc

HTML with inline CSS

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

CSS Border Top color for the above div is #cc17cc

HTML with inline CSS

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

#cc17cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc17cc Color code Preview on White Background

This is how #cc17cc Color code will look on white background color. Color contrast ratio is 4.60

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.