crispedge.com

Color picker

Loading...

#cc0f86 hex color - Red - Warm color - Information

#cc0f86 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #cc0f86 color code is between #bb1188 web safe hex color code and #dd0077 web safe hex color code. #bb1188 is the nearest web safe color code. You can see here many more shades of #cc0f86 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc0f86#cc0f86
RGB Decimal204, 15, 134rgb(204, 15, 134)
RGB Percent80%, 6%, 53%rgb(80%, 6%, 53%)
CSS RGBa204, 15, 134,1rgba(204,15,134,1)
CMYK Modelcmyk(0%,93%,34%,20%)
HSL Color Space322,86% ,43%hsl(322,86% ,43%)
HSV Color Space322°, 93%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000000111110000110
Octal31417206
Decimal20415134
Hexcc0f86

Different shades of #cc0f86 color code.

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

Light Shade of #cc0f86
#ef1fa2
Dark Shade of #cc0f86
#9c0c67
Saturated Shade of #cc0f86
#d70489
Desaturated Shade of #cc0f86
#c11a83
Grey scale Shade of #cc0f86
#6d6d6d
Brighten Shade
#e5289f
Most Readable Shade
#FFFFFF

Shades of #cc0f86 color code

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

#cc0f86
#b50d77
#9e0b68
#880a59
#71084a
#5a063b
#44052c
#2d031d
#16010e
#000000

Similar Color like #cc0f86 color

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

#cd1087
#ce1188
#cf1289
#d0138a
#d1148b
#d2158c
#d3168d
#d4178e
#d5188f
#d61990
#d71a91
#d81b92
#d91c93
#da1d94
#cb0e85
#ca0d84
#c90c83
#c80b82
#c70a81
#c60980
#c5087f
#c4077e
#c3067d
#c2057c
#c1047b
#c0037a
#bf0279
#be0178

Monochromatic Color with #cc0f86

#cc0f86
#f612a2
#220316
#4c0632
#77094e
#a10c6a

Tints of #cc0f86 Color

#cc0f86
#d12993
#d744a0
#dd5fae
#e279bb
#e894c9
#eeafd6
#f3c9e4
#f9e4f1
#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

#cc0f86
#0fcc55

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

Split Complementary

#cc0f86
#27cc0f
#0fccb3

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

Analogous Color

#c60fcc
#cc0fac
#cc0f86
#cc0f60
#cc0f3a

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

#cc0f86
#86cc0f
#0f86cc

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

#cc0f86
#ccb30f
#0fcc55
#0f28cc

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

#cc0f86
#0fcc55
#0fccb4
#cc0f27

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

#cc0f86 Color Code Preview on Black Background Color

This is how #cc0f86 Color will look on black background color. Color contrast ratio is 3.98

#cc0f86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc0f86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc0f86

#cc0f86 color code is use for CSS Background Color

Background color for the above div is #cc0f86

HTML with inline CSS

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

#cc0f86 color code is use for CSS Border Color

CSS Border color for the above div is #cc0f86

HTML with inline CSS

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

CSS Border Left color for the above div is #cc0f86

HTML with inline CSS

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

CSS Border Right color for the above div is #cc0f86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc0f86

HTML with inline CSS

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

CSS Border Top color for the above div is #cc0f86

HTML with inline CSS

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

#cc0f86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc0f86 Color code Preview on White Background

This is how #cc0f86 Color code will look on white background color. Color contrast ratio is 5.28

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

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