Skip to main content Skip to docs navigation

#cc3dd0 hex color - Violet - Warm color - Information

On this page
@
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 Hue/Base color: Violet

Hex #cc3dd0 Color code in RGB color code model is created after adding 80% red color, 23.92% green color and 81.57% blue color. Hex #cc3dd0 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 71% magenta, 0% yellow and 18.43% black.

Hex #cc3dd0 color code is between #bb44cc web safe hex color code and #dd33dd web safe hex color code. #bb44cc is the nearest web safe color code. You can see here many more shades of #cc3dd0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code cc3dd0 #cc3dd0
RGB Decimal 204, 61, 208 rgb(204, 61, 208)
RGB Percent 80%, 24%, 82% rgb(80%, 24%, 82%)
CSS RGBa 204, 61, 208,1 rgba(204,61,208,1)
CMYK Model cmyk(2%,71%,0%,18.43%)
HSL Color Space 298,61% ,53% hsl(298,61% ,53%)
HSV Color Space 298°, 71%, 82%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001100 00111101 11010000
Octal 314 75 320
Decimal 204 61 208
Hex cc 3d d0

Different shades of #cc3dd0 color code.

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

Light Shade of #cc3dd0
#d766da
Dark Shade of #cc3dd0
#ac2baf
Saturated Shade of #cc3dd0
#d731dc
Desaturated Shade of #cc3dd0
#c149c4
Grey scale Shade of #cc3dd0
#868686
Brighten Shade
#e556e9
Most Readable Shade
#FFFFFF

Shades of #cc3dd0 color code

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

#cc3dd0
#b536b8
#9e2fa1
#88288a
#712173
#5a1b5c
#441445
#2d0d2e
#160617
#000000

Similar Color like #cc3dd0 color

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

#cd3ed1
#ce3fd2
#cf40d3
#d041d4
#d142d5
#d243d6
#d344d7
#d445d8
#d546d9
#d647da
#d748db
#d849dc
#d94add
#da4bde
#cb3ccf
#ca3bce
#c93acd
#c839cc
#c738cb
#c637ca
#c536c9
#c435c8
#c334c7
#c233c6
#c132c5
#c031c4
#bf30c3
#be2fc2

Monochromatic Color with #cc3dd0

#cc3dd0
#f649fa
#250b26
#4f1850
#79247b
#a231a5

Tints of #cc3dd0 Color

#cc3dd0
#d152d5
#d768da
#dd7ddf
#e293e4
#e8a8ea
#eebeef
#f3d3f4
#f9e9f9
#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

#cc3dd0
#41d03d

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

Split Complementary

#cc3dd0
#8ad03d
#3dd083

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

Analogous Color

#913dd0
#af3dd0
#cc3dd0
#d03db7
#d03d99

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

#cc3dd0
#d0cc3d
#3dd0cc

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

#cc3dd0
#d0823d
#41d03d
#3d8ad0

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

#cc3dd0
#41d03d
#3dd083
#d03d8a

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

#cc3dd0 Color Code Preview on Black Background Color

This is how #cc3dd0 Color will look on black background color. Color contrast ratio is 5.15

#cc3dd0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3dd0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc3dd0

#cc3dd0 color code is use for CSS Background Color

Background color for the above div is #cc3dd0

HTML with inline CSS

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

#cc3dd0 color code is use for CSS Border Color

CSS Border color for the above div is #cc3dd0

HTML with inline CSS

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

CSS Border Left color for the above div is #cc3dd0

HTML with inline CSS

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

CSS Border Right color for the above div is #cc3dd0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc3dd0

HTML with inline CSS

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

CSS Border Top color for the above div is #cc3dd0

HTML with inline CSS

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

#cc3dd0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc3dd0 Color code Preview on White Background

This is how #cc3dd0 Color code will look on white background color. Color contrast ratio is 4.08

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

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(204,61,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,208,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,61,208,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.