@
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.

#c518c0 hex color - Red - Warm color - Information

#c518c0 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c518c0 Color code in RGB color code model is created after adding 77.25% red color, 9.41% green color and 75.29% blue color. Hex #c518c0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 3% yellow and 22.75% black.

Hex #c518c0 color code is between #cc11bb web safe hex color code and #bb22cc web safe hex color code. #cc11bb is the nearest web safe color code. You can see here many more shades of #c518c0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec518c0#c518c0
RGB Decimal197, 24, 192rgb(197, 24, 192)
RGB Percent77%, 9%, 75%rgb(77%, 9%, 75%)
CSS RGBa197, 24, 192,1rgba(197,24,192,1)
CMYK Modelcmyk(0%,88%,3%,22.75%)
HSL Color Space302,78% ,43%hsl(302,78% ,43%)
HSV Color Space302°, 88%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001010001100011000000
Octal30530300
Decimal19724192
Hexc518c0

Different shades of #c518c0 color code.

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

Light Shade of #c518c0
#e52be0
Dark Shade of #c518c0
#981294
Saturated Shade of #c518c0
#d00dca
Desaturated Shade of #c518c0
#ba23b6
Grey scale Shade of #c518c0
#6e6e6e
Brighten Shade
#de31d9
Most Readable Shade
#FFFFFF

Shades of #c518c0 color code

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

#c518c0
#af15aa
#991295
#831080
#6d0d6a
#570a55
#410840
#2b052a
#150215
#000000

Similar Color like #c518c0 color

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

#c619c1
#c71ac2
#c81bc3
#c91cc4
#ca1dc5
#cb1ec6
#cc1fc7
#cd20c8
#ce21c9
#cf22ca
#d023cb
#d124cc
#d225cd
#d326ce
#c417bf
#c316be
#c215bd
#c114bc
#c013bb
#bf12ba
#be11b9
#bd10b8
#bc0fb7
#bb0eb6
#ba0db5
#b90cb4
#b80bb3
#b70ab2

Monochromatic Color with #c518c0

#c518c0
#ef1de9
#1b031a
#450844
#700e6d
#9a1397

Tints of #c518c0 Color

#c518c0
#cb31c7
#d14bce
#d865d5
#de7edc
#e598e3
#ebb2ea
#f2cbf1
#f8e5f8
#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

#c518c0
#18c51d

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

Split Complementary

#c518c0
#69c518
#18c574

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

Analogous Color

#8518c5
#a718c5
#c518c0
#c5189d
#c5187b

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

#c518c0
#c0c518
#18c0c5

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

#c518c0
#c57318
#18c51d
#1869c5

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

#c518c0
#18c51d
#18c574
#c51869

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

#c518c0 Color Code Preview on Black Background Color

This is how #c518c0 Color will look on black background color. Color contrast ratio is 4.27

#c518c0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c518c0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c518c0

#c518c0 color code is use for CSS Background Color

Background color for the above div is #c518c0

HTML with inline CSS

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

#c518c0 color code is use for CSS Border Color

CSS Border color for the above div is #c518c0

HTML with inline CSS

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

CSS Border Left color for the above div is #c518c0

HTML with inline CSS

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

CSS Border Right color for the above div is #c518c0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c518c0

HTML with inline CSS

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

CSS Border Top color for the above div is #c518c0

HTML with inline CSS

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

#c518c0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c518c0 Color code Preview on White Background

This is how #c518c0 Color code will look on white background color. Color contrast ratio is 4.92

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

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,24,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,197,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,24,192,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.