crispedge.com

Color picker

Loading...

#cc117f hex color - Red - Warm color - Information

#cc117f hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #cc117f 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 #cc117f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc117f#cc117f
RGB Decimal204, 17, 127rgb(204, 17, 127)
RGB Percent80%, 7%, 50%rgb(80%, 7%, 50%)
CSS RGBa204, 17, 127,1rgba(204,17,127,1)
CMYK Modelcmyk(0%,92%,38%,20%)
HSL Color Space325,85% ,43%hsl(325,85% ,43%)
HSV Color Space325°, 92%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000001000101111111
Octal31421177
Decimal20417127
Hexcc117f

Different shades of #cc117f color code.

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

Light Shade of #cc117f
#ed239a
Dark Shade of #cc117f
#9d0d62
Saturated Shade of #cc117f
#d70681
Desaturated Shade of #cc117f
#c11c7d
Grey scale Shade of #cc117f
#6e6e6e
Brighten Shade
#e52a98
Most Readable Shade
#FFFFFF

Shades of #cc117f color code

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

#cc117f
#b50f70
#9e0d62
#880b54
#710946
#5a0738
#44052a
#2d031c
#16010e
#000000

Similar Color like #cc117f color

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

#cd1280
#ce1381
#cf1482
#d01583
#d11684
#d21785
#d31886
#d41987
#d51a88
#d61b89
#d71c8a
#d81d8b
#d91e8c
#da1f8d
#cb107e
#ca0f7d
#c90e7c
#c80d7b
#c70c7a
#c60b79
#c50a78
#c40977
#c30876
#c20775
#c10674
#c00573
#bf0472
#be0371

Monochromatic Color with #cc117f

#cc117f
#f61599
#220315
#4c0630
#770a4a
#a10d65

Tints of #cc117f Color

#cc117f
#d12b8d
#d7459b
#dd60a9
#e27ab7
#e895c6
#eeafd4
#f3cae2
#f9e4f0
#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

#cc117f
#11cc5e

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

Split Complementary

#cc117f
#22cc11
#11ccbc

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

Analogous Color

#cc11ca
#cc11a4
#cc117f
#cc115a
#cc1134

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

#cc117f
#7fcc11
#117fcc

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

#cc117f
#ccbb11
#11cc5e
#1122cc

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

#cc117f
#11cc5e
#11ccbb
#cc1122

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

#cc117f Color Code Preview on Black Background Color

This is how #cc117f Color will look on black background color. Color contrast ratio is 3.95

#cc117f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc117f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc117f

#cc117f color code is use for CSS Background Color

Background color for the above div is #cc117f

HTML with inline CSS

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

#cc117f color code is use for CSS Border Color

CSS Border color for the above div is #cc117f

HTML with inline CSS

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

CSS Border Left color for the above div is #cc117f

HTML with inline CSS

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

CSS Border Right color for the above div is #cc117f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc117f

HTML with inline CSS

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

CSS Border Top color for the above div is #cc117f

HTML with inline CSS

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

#cc117f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc117f Color code Preview on White Background

This is how #cc117f Color code will look on white background color. Color contrast ratio is 5.31

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

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,17,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(17,204,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,17,127,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.