crispedge.com

Color picker

Loading...

#cc61fc hex color - Violet - Warm color - Information

#cc61fc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc61fc Color code in RGB color code model is created after adding 80% red color, 38.04% green color and 98.82% blue color. Hex #cc61fc Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 62% magenta, 0% yellow and 1% black.

Hex #cc61fc color code is between #bb66ff web safe hex color code and #dd55ee web safe hex color code. #bb66ff is the nearest web safe color code. You can see here many more shades of #cc61fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc61fc#cc61fc
RGB Decimal204, 97, 252rgb(204, 97, 252)
RGB Percent80%, 38%, 99%rgb(80%, 38%, 99%)
CSS RGBa204, 97, 252,1rgba(204,97,252,1)
CMYK Modelcmyk(19%,62%,0%,1%)
HSL Color Space281,96% ,68%hsl(281,96% ,68%)
HSV Color Space281°, 62%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110000111111100
Octal314141374
Decimal20497252
Hexcc61fc

Different shades of #cc61fc color code.

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

Light Shade of #cc61fc
#dc93fd
Dark Shade of #cc61fc
#bc2ffb
Saturated Shade of #cc61fc
#cd5eff
Desaturated Shade of #cc61fc
#c969f4
Grey scale Shade of #cc61fc
#aeaeae
Brighten Shade
#e57aff
Most Readable Shade
#000000

Shades of #cc61fc color code

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

#cc61fc
#b556e0
#9e4bc4
#8840a8
#71358c
#5a2b70
#442054
#2d1538
#160a1c
#000000

Similar Color like #cc61fc color

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

#cd62fd
#ce63fe
#cf64ff
#d065ff
#d166ff
#d267ff
#d368ff
#d469ff
#d56aff
#d66bff
#d76cff
#d86dff
#d96eff
#da6fff
#cb60fb
#ca5ffa
#c95ef9
#c85df8
#c75cf7
#c65bf6
#c55af5
#c459f4
#c358f3
#c257f2
#c156f1
#c055f0
#bf54ef
#be53ee

Monochromatic Color with #cc61fc

#cc61fc
#200f27
#422052
#65307c
#8740a7
#aa51d1

Tints of #cc61fc Color

#cc61fc
#d172fc
#d784fc
#dd95fd
#e2a7fd
#e8b8fd
#eecafe
#f3dbfe
#f9edfe
#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

#cc61fc
#91fc61

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

Split Complementary

#cc61fc
#defc61
#61fc7f

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

Analogous Color

#8e61fc
#ad61fc
#cc61fc
#eb61fc
#fc61ee

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

#cc61fc
#fccc61
#61fccc

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

#cc61fc
#fc7e61
#91fc61
#61defc

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

#cc61fc
#91fc61
#61fc7f
#fc61de

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

#cc61fc Color Code Preview on Black Background Color

This is how #cc61fc Color will look on black background color. Color contrast ratio is 6.68

#cc61fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc61fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc61fc

#cc61fc color code is use for CSS Background Color

Background color for the above div is #cc61fc

HTML with inline CSS

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

#cc61fc color code is use for CSS Border Color

CSS Border color for the above div is #cc61fc

HTML with inline CSS

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

CSS Border Left color for the above div is #cc61fc

HTML with inline CSS

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

CSS Border Right color for the above div is #cc61fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc61fc

HTML with inline CSS

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

CSS Border Top color for the above div is #cc61fc

HTML with inline CSS

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

#cc61fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc61fc Color code Preview on White Background

This is how #cc61fc Color code will look on white background color. Color contrast ratio is 3.14

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

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