@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c52cdf hex color - Violet - Warm color - Information

#c52cdf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c52cdf Color code in RGB color code model is created after adding 77.25% red color, 17.25% green color and 87.45% blue color. Hex #c52cdf Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 80% magenta, 0% yellow and 12.55% black.

Hex #c52cdf color code is between #cc33dd web safe hex color code and #bb22ee web safe hex color code. #cc33dd is the nearest web safe color code. You can see here many more shades of #c52cdf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code c52cdf #c52cdf
RGB Decimal 197, 44, 223 rgb(197, 44, 223)
RGB Percent 77%, 17%, 87% rgb(77%, 17%, 87%)
CSS RGBa 197, 44, 223,1 rgba(197,44,223,1)
CMYK Model cmyk(12%,80%,0%,12.55%)
HSL Color Space 291,74% ,52% hsl(291,74% ,52%)
HSV Color Space 291°, 80%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00101100 11011111
Octal 305 54 337
Decimal 197 44 223
Hex c5 2c df

Different shades of #c52cdf color code.

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

Light Shade of #c52cdf
#d158e6
Dark Shade of #c52cdf
#a41cbc
Saturated Shade of #c52cdf
#ce20eb
Desaturated Shade of #c52cdf
#bc38d3
Grey scale Shade of #c52cdf
#858585
Brighten Shade
#de45f8
Most Readable Shade
#FFFFFF

Shades of #c52cdf color code

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

#c52cdf
#af27c6
#9922ad
#831d94
#6d187b
#571363
#410e4a
#2b0931
#150418
#000000

Similar Color like #c52cdf color

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

#c62de0
#c72ee1
#c82fe2
#c930e3
#ca31e4
#cb32e5
#cc33e6
#cd34e7
#ce35e8
#cf36e9
#d037ea
#d138eb
#d239ec
#d33aed
#c42bde
#c32add
#c229dc
#c128db
#c027da
#bf26d9
#be25d8
#bd24d7
#bc23d6
#bb22d5
#ba21d4
#b920d3
#b81fd2
#b71ed1

Monochromatic Color with #c52cdf

#c52cdf
#09020a
#2f0a35
#54135f
#7a1b8a
#9f24b4

Tints of #c52cdf Color

#c52cdf
#cb43e2
#d15ae6
#d872e9
#de89ed
#e5a1f0
#ebb8f4
#f2d0f7
#f8e7fb
#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

#c52cdf
#46df2c

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

Split Complementary

#c52cdf
#a0df2c
#2cdf6b

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

Analogous Color

#7d2cdf
#a12cdf
#c52cdf
#df2cd5
#df2cb1

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

#c52cdf
#dfc52c
#2cdfc5

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

#c52cdf
#df6b2c
#46df2c
#2c9fdf

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

#c52cdf
#46df2c
#2cdf6b
#df2ca0

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

#c52cdf Color Code Preview on Black Background Color

This is how #c52cdf Color will look on black background color. Color contrast ratio is 4.80

#c52cdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c52cdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c52cdf

#c52cdf color code is use for CSS Background Color

Background color for the above div is #c52cdf

HTML with inline CSS

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

#c52cdf color code is use for CSS Border Color

CSS Border color for the above div is #c52cdf

HTML with inline CSS

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

CSS Border Left color for the above div is #c52cdf

HTML with inline CSS

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

CSS Border Right color for the above div is #c52cdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c52cdf

HTML with inline CSS

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

CSS Border Top color for the above div is #c52cdf

HTML with inline CSS

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

#c52cdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c52cdf Color code Preview on White Background

This is how #c52cdf Color code will look on white background color. Color contrast ratio is 4.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 #c52cdf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c52cdf; }

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.