Skip to main content Skip to docs navigation

#c560ea hex color | Download Dark Violet BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Bubblegum Baby Girl and its hex is #CC55EE Nearest Color Name

Color Hue/Base color: Violet

Hex #c560ea Color code in RGB color code model is created after adding 77.25% red color, 37.65% green color and 91.76% blue color. Hex #c560ea Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 59% magenta, 0% yellow and 8.24% black.

Hex #c560ea color code is between #cc66ee web safe hex color code and #bb55dd web safe hex color code. #cc66ee is the nearest web safe color code. You can see here many more shades of #c560ea color code.

RGB Chart

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

Color Table

Hex Color Code c560ea #c560ea
RGB Decimal 197, 96, 234 197, 96, 234
RGB Percent 77%, 38%, 92% rgb(77%, 38%, 92%)
CSS RGBa 197, 96, 234,1 rgba(197,96,234,1)
CMYK Model cmyk(16%,59%,0%,8.24%)
HSL Color Space 284,77% ,65% hsl(284,77% ,65%)
HSV Color Space 284°, 59%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 01100000 11101010
Octal 305 140 352
Decimal 197 96 234
Hex c5 60 ea

Different shades of #c560ea color code.

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

Darkest of #c560ea
#78159c
Darker of #c560ea
#9b1bc9
Dark of #c560ea
#b533e4
Base of #c560ea
#c560ea
Light of #c560ea
#d58df0
Lighter
#e6baf6
Lightest
#f6e7fc

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

#c560ea
#85ea60

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

Split Complementary

#c560ea
#caea60
#60ea80

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

Analogous Color

#7560ea
#8c60ea
#c560ea
#ea60e1
#ea60a8

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

#c560ea
#60eac5
#eac560

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

#c560ea
#eac560
#85ea60
#6085ea

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c560ea
#ea8060
#85ea60
#60caea

Square 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).

Monochromatic Color with #c560ea

#550f6f
#78159c
#9b1bc9
#b533e4
#c560ea
#d58df0
#e6baf6
#f6e7fc
#ffffff

Tints of #c560ea Color

#c560ea
#cb71ec
#d183ee
#d895f1
#dea6f3
#e5b8f5
#ebcaf8
#f2dbfa
#f8edfc
#ffffff

Shades of #c560ea color code

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

#c560ea
#af55d0
#994ab6
#83409c
#6d3582
#572a68
#41204e
#2b1534
#150a1a
#000000

Tones

#c560ea
#bd72d8
#b484c6
#ac96b4
#a5a5a5

Tones

Similar Color like #c560ea color

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

#c661eb
#c762ec
#c863ed
#c964ee
#ca65ef
#cb66f0
#cc67f1
#cd68f2
#ce69f3
#cf6af4
#d06bf5
#d16cf6
#d26df7
#d36ef8
#c45fe9
#c35ee8
#c25de7
#c15ce6
#c05be5
#bf5ae4
#be59e3
#bd58e2
#bc57e1
#bb56e0
#ba55df
#b954de
#b853dd
#b752dc

Download this Dark Violet

Hex #c560ea 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.

#c560ea Color Code Preview on Black Background Color

This is how #c560ea Color will look on black background color. Color contrast ratio is 6.24

#c560ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c560ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c560ea

#c560ea color code is use for CSS Background Color

Background color for the above div is #c560ea

HTML with inline CSS

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

#c560ea color code is use for CSS Border Color

CSS Border color for the above div is #c560ea

HTML with inline CSS

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

CSS Border Left color for the above div is #c560ea

HTML with inline CSS

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

CSS Border Right color for the above div is #c560ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c560ea

HTML with inline CSS

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

CSS Border Top color for the above div is #c560ea

HTML with inline CSS

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

#c560ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c560ea Color code Preview on White Background

This is how #c560ea Color code will look on white background color. Color contrast ratio is 3.37

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(197,96,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,234,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,96,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }