Skip to main content Skip to docs navigation

#c535ea 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 Eupatorium Purple and its hex is #BF36E0 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #c535ea color code is between #cc33ee web safe hex color code and #bb44dd web safe hex color code. #cc33ee is the nearest web safe color code. You can see here many more shades of #c535ea color code.

RGB Chart

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

Color Table

Hex Color Code c535ea #c535ea
RGB Decimal 197, 53, 234 197, 53, 234
RGB Percent 77%, 21%, 92% rgb(77%, 21%, 92%)
CSS RGBa 197, 53, 234,1 rgba(197,53,234,1)
CMYK Model cmyk(16%,77%,0%,8.24%)
HSL Color Space 288,81% ,56% hsl(288,81% ,56%)
HSV Color Space 288°, 77%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000101 00110101 11101010
Octal 305 65 352
Decimal 197 53 234
Hex c5 35 ea

Different shades of #c535ea color code.

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

Darkest of #c535ea
#630d79
Darker of #c535ea
#8911a8
Dark of #c535ea
#af16d6
Base of #c535ea
#c535ea
Light of #c535ea
#d263ef
Lighter
#e091f4
Lightest
#edc0f8

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

#c535ea
#5aea35

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

Split Complementary

#c535ea
#b5ea35
#35ea6a

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

Analogous Color

#5b35ea
#7a35ea
#c535ea
#ea35d3
#ea3587

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

#c535ea
#35eac5
#eac535

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

#c535ea
#eac535
#5aea35
#355aea

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

#c535ea
#ea6a35
#5aea35
#35b5ea

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 #c535ea

#3d084b
#630d79
#8911a8
#af16d6
#c535ea
#d263ef
#e091f4
#edc0f8
#faeefd

Tints of #c535ea Color

#c535ea
#cb4bec
#d161ee
#d878f1
#de8ef3
#e5a5f5
#ebbbf8
#f2d2fa
#f8e8fc
#ffffff

Shades of #c535ea color code

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

#c535ea
#af2fd0
#9929b6
#83239c
#6d1d82
#571768
#41114e
#2b0b34
#15051a
#000000

Tones

#c535ea
#b84bd4
#ab62bd
#9d78a7
#908e91

Tones

Similar Color like #c535ea color

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

#c636eb
#c737ec
#c838ed
#c939ee
#ca3aef
#cb3bf0
#cc3cf1
#cd3df2
#ce3ef3
#cf3ff4
#d040f5
#d141f6
#d242f7
#d343f8
#c434e9
#c333e8
#c232e7
#c131e6
#c030e5
#bf2fe4
#be2ee3
#bd2de2
#bc2ce1
#bb2be0
#ba2adf
#b929de
#b828dd
#b727dc

Download this Dark Violet

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

#c535ea Color Code Preview on Black Background Color

This is how #c535ea Color will look on black background color. Color contrast ratio is 5.07

#c535ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c535ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c535ea

#c535ea color code is use for CSS Background Color

Background color for the above div is #c535ea

HTML with inline CSS

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

#c535ea color code is use for CSS Border Color

CSS Border color for the above div is #c535ea

HTML with inline CSS

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

CSS Border Left color for the above div is #c535ea

HTML with inline CSS

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

CSS Border Right color for the above div is #c535ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c535ea

HTML with inline CSS

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

CSS Border Top color for the above div is #c535ea

HTML with inline CSS

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

#c535ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c535ea Color code Preview on White Background

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

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