Skip to main content Skip to docs navigation

#c930db 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 Shades of Rhodonite and its hex is #BE2BDF Nearest Color Name

Color Hue/Base color: Violet

Hex #c930db Color code in RGB color code model is created after adding 78.82% red color, 18.82% green color and 85.88% blue color. Hex #c930db Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 78% magenta, 0% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code c930db #c930db
RGB Decimal 201, 48, 219 201, 48, 219
RGB Percent 79%, 19%, 86% rgb(79%, 19%, 86%)
CSS RGBa 201, 48, 219,1 rgba(201,48,219,1)
CMYK Model cmyk(8%,78%,0%,14.12%)
HSL Color Space 294,70% ,52% hsl(294,70% ,52%)
HSV Color Space 294°, 78%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001001 00110000 11011011
Octal 311 60 333
Decimal 201 48 219
Hex c9 30 db

Different shades of #c930db color code.

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

Darkest of #c930db
#591161
Darker of #c930db
#80188d
Dark of #c930db
#a820b8
Base of #c930db
#c930db
Light of #c930db
#d45be3
Lighter
#e087ea
Lightest
#ebb2f2

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

#c930db
#42db30

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

Split Complementary

#c930db
#98db30
#30db73

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

Analogous Color

#6530db
#8230db
#c930db
#db30b4
#db306d

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

#c930db
#30dbc9
#dbc930

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

#c930db
#dbc930
#42db30
#3042db

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

#c930db
#db7330
#42db30
#3098db

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

#310936
#591161
#80188d
#a820b8
#c930db
#d45be3
#e087ea
#ebb2f2
#f6def9

Tints of #c930db Color

#c930db
#cf47df
#d55ee3
#db75e7
#e18ceb
#e7a3ef
#edbaf3
#f3d1f7
#f9e8fb
#ffffff

Shades of #c930db color code

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

#c930db
#b22ac2
#9c25aa
#862092
#6f1a79
#591561
#431049
#2c0a30
#160518
#000000

Tones

#c930db
#b648c3
#a361aa
#8f7992
#858585

Tones

Similar Color like #c930db color

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

#ca31dc
#cb32dd
#cc33de
#cd34df
#ce35e0
#cf36e1
#d037e2
#d138e3
#d239e4
#d33ae5
#d43be6
#d53ce7
#d63de8
#d73ee9
#c82fda
#c72ed9
#c62dd8
#c52cd7
#c42bd6
#c32ad5
#c229d4
#c128d3
#c027d2
#bf26d1
#be25d0
#bd24cf
#bc23ce
#bb22cd

Download this Dark Violet

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

#c930db Color Code Preview on Black Background Color

This is how #c930db Color will look on black background color. Color contrast ratio is 4.93

#c930db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c930db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c930db

#c930db color code is use for CSS Background Color

Background color for the above div is #c930db

HTML with inline CSS

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

#c930db color code is use for CSS Border Color

CSS Border color for the above div is #c930db

HTML with inline CSS

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

CSS Border Left color for the above div is #c930db

HTML with inline CSS

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

CSS Border Right color for the above div is #c930db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c930db

HTML with inline CSS

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

CSS Border Top color for the above div is #c930db

HTML with inline CSS

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

#c930db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c930db Color code Preview on White Background

This is how #c930db Color code will look on white background color. Color contrast ratio is 4.26

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

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(201,48,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,219,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,48,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }