crispedge.com

#cc53fc hex color - Violet - Warm color - Information

#cc53fc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #cc53fc color code is between #bb55ff web safe hex color code and #dd44ee web safe hex color code. #bb55ff is the nearest web safe color code. You can see here many more shades of #cc53fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc53fc#cc53fc
RGB Decimal204, 83, 252rgb(204, 83, 252)
RGB Percent80%, 33%, 99%rgb(80%, 33%, 99%)
CSS RGBa204, 83, 252,1rgba(204,83,252,1)
CMYK Modelcmyk(19%,67%,0%,1%)
HSL Color Space283,97% ,66%hsl(283,97% ,66%)
HSV Color Space283°, 67%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000101001111111100
Octal314123374
Decimal20483252
Hexcc53fc

Different shades of #cc53fc color code.

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

Light Shade of #cc53fc
#db85fd
Dark Shade of #cc53fc
#bd21fb
Saturated Shade of #cc53fc
#cd50ff
Desaturated Shade of #cc53fc
#c85cf3
Grey scale Shade of #cc53fc
#a7a7a7
Brighten Shade
#e56cff
Most Readable Shade
#000000

Shades of #cc53fc color code

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

#cc53fc
#b549e0
#9e40c4
#8837a8
#712e8c
#5a2470
#441b54
#2d1238
#16091c
#000000

Similar Color like #cc53fc color

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

#cd54fd
#ce55fe
#cf56ff
#d057ff
#d158ff
#d259ff
#d35aff
#d45bff
#d55cff
#d65dff
#d75eff
#d85fff
#d960ff
#da61ff
#cb52fb
#ca51fa
#c950f9
#c84ff8
#c74ef7
#c64df6
#c54cf5
#c44bf4
#c34af3
#c249f2
#c148f1
#c047f0
#bf46ef
#be45ee

Monochromatic Color with #cc53fc

#cc53fc
#200d27
#421b52
#65297c
#8737a7
#aa45d1

Tints of #cc53fc Color

#cc53fc
#d166fc
#d779fc
#dd8cfd
#e29ffd
#e8b2fd
#eec5fe
#f3d8fe
#f9ebfe
#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

#cc53fc
#83fc53

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

Split Complementary

#cc53fc
#d7fc53
#53fc78

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

Analogous Color

#8853fc
#aa53fc
#cc53fc
#ee53fc
#fc53e8

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

#cc53fc
#fccc53
#53fccc

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

#cc53fc
#fc7753
#83fc53
#53d7fc

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

#cc53fc
#83fc53
#53fc78
#fc53d7

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

#cc53fc Color Code Preview on Black Background Color

This is how #cc53fc Color will look on black background color. Color contrast ratio is 6.21

#cc53fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc53fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc53fc

#cc53fc color code is use for CSS Background Color

Background color for the above div is #cc53fc

HTML with inline CSS

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

#cc53fc color code is use for CSS Border Color

CSS Border color for the above div is #cc53fc

HTML with inline CSS

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

CSS Border Left color for the above div is #cc53fc

HTML with inline CSS

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

CSS Border Right color for the above div is #cc53fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc53fc

HTML with inline CSS

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

CSS Border Top color for the above div is #cc53fc

HTML with inline CSS

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

#cc53fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc53fc Color code Preview on White Background

This is how #cc53fc Color code will look on white background color. Color contrast ratio is 3.38

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

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

< /html>