Skip to main content Skip to docs navigation

#c062cd 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 Pantone 252 C and its hex is #C964CF Nearest Color Name

Color Hue/Base color: Violet

Hex #c062cd Color code in RGB color code model is created after adding 75.29% red color, 38.43% green color and 80.39% blue color. Hex #c062cd Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 52% magenta, 0% yellow and 19.61% black.

Hex #c062cd color code is between #bb66cc web safe hex color code and #cc55dd web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #c062cd color code.

RGB Chart

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

Color Table

Hex Color Code c062cd #c062cd
RGB Decimal 192, 98, 205 192, 98, 205
RGB Percent 75%, 38%, 80% rgb(75%, 38%, 80%)
CSS RGBa 192, 98, 205,1 rgba(192,98,205,1)
CMYK Model cmyk(6%,52%,0%,19.61%)
HSL Color Space 293,52% ,59% hsl(293,52% ,59%)
HSV Color Space 293°, 52%, 80%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000000 01100010 11001101
Octal 300 142 315
Decimal 192 98 205
Hex c0 62 cd

Different shades of #c062cd color code.

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

Darkest of #c062cd
#682472
Darker of #c062cd
#8c3198
Dark of #c062cd
#af3dbf
Base of #c062cd
#c062cd
Light of #c062cd
#d089d9
Lighter
#dfafe6
Lightest
#efd6f2

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

#c062cd
#6fcd62

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

Split Complementary

#c062cd
#a4cd62
#62cd8a

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

Analogous Color

#8262cd
#9362cd
#c062cd
#cd62b6
#cd628a

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

#c062cd
#62cdc0
#cdc062

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

#c062cd
#cdc062
#6fcd62
#626fcd

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

#c062cd
#cd8a62
#6fcd62
#62a4cd

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

#45184b
#682472
#8c3198
#af3dbf
#c062cd
#d089d9
#dfafe6
#efd6f2
#fefdfe

Tints of #c062cd Color

#c062cd
#c773d2
#ce84d8
#d596dd
#dca7e3
#e3b9e8
#eacaee
#f1dcf3
#f8edf9
#ffffff

Shades of #c062cd color code

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

#c062cd
#aa57b6
#954c9f
#804188
#6a3671
#552b5b
#402044
#2a152d
#150a16
#000000

Tones

#c062cd
#b077b8
#a18ba4
#979797
#979797

Tones

Similar Color like #c062cd color

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

#c163ce
#c264cf
#c365d0
#c466d1
#c567d2
#c668d3
#c769d4
#c86ad5
#c96bd6
#ca6cd7
#cb6dd8
#cc6ed9
#cd6fda
#ce70db
#bf61cc
#be60cb
#bd5fca
#bc5ec9
#bb5dc8
#ba5cc7
#b95bc6
#b85ac5
#b759c4
#b658c3
#b557c2
#b456c1
#b355c0
#b254bf

Download this Dark Violet

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

#c062cd Color Code Preview on Black Background Color

This is how #c062cd Color will look on black background color. Color contrast ratio is 5.87

#c062cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c062cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c062cd

#c062cd color code is use for CSS Background Color

Background color for the above div is #c062cd

HTML with inline CSS

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

#c062cd color code is use for CSS Border Color

CSS Border color for the above div is #c062cd

HTML with inline CSS

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

CSS Border Left color for the above div is #c062cd

HTML with inline CSS

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

CSS Border Right color for the above div is #c062cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c062cd

HTML with inline CSS

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

CSS Border Top color for the above div is #c062cd

HTML with inline CSS

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

#c062cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c062cd Color code Preview on White Background

This is how #c062cd Color code will look on white background color. Color contrast ratio is 3.58

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

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(192,98,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(111,205,98,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,98,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }