crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c300ed hex color - Violet - Warm color - Information

#c300ed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c300ed Color code in RGB color code model is created after adding 76.47% red color, 0% green color and 92.94% blue color. Hex #c300ed Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 100% magenta, 0% yellow and 7% black.

Hex #c300ed color code is between #bb00ee web safe hex color code and #cc00dd web safe hex color code. #bb00ee is the nearest web safe color code. You can see here many more shades of #c300ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec300ed#c300ed
RGB Decimal195, 0, 237rgb(195, 0, 237)
RGB Percent76%, 0%, 93%rgb(76%, 0%, 93%)
CSS RGBa195, 0, 237,1rgba(195,0,237,1)
CMYK Modelcmyk(18%,100%,0%,7%)
HSL Color Space289,100% ,46%hsl(289,100% ,46%)
HSV Color Space289°, 100%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110000000011101101
Octal3030355
Decimal1950237
Hexc300ed

Different shades of #c300ed color code.

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

Light Shade of #c300ed
#d821ff
Dark Shade of #c300ed
#9900ba
Saturated Shade of #c300ed
#c300ed
Desaturated Shade of #c300ed
#bb0ce1
Grey scale Shade of #c300ed
#767676
Brighten Shade
#dc19ff
Most Readable Shade
#FFFFFF

Shades of #c300ed color code

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

#c300ed
#ad00d2
#9700b8
#82009e
#6c0083
#560069
#41004f
#2b0034
#15001a
#000000

Similar Color like #c300ed color

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

#c401ee
#c502ef
#c603f0
#c704f1
#c805f2
#c906f3
#ca07f4
#cb08f5
#cc09f6
#cd0af7
#ce0bf8
#cf0cf9
#d00dfa
#d10efb
#c200ec
#c100eb
#c000ea
#bf00e9
#be00e8
#bd00e7
#bc00e6
#bb00e5
#ba00e4
#b900e3
#b800e2
#b700e1
#b600e0
#b500df

Monochromatic Color with #c300ed

#c300ed
#140018
#370043
#5a006d
#7d0098
#a000c2

Tints of #c300ed Color

#c300ed
#c91cef
#d038f1
#d755f3
#dd71f5
#e48df7
#ebaaf9
#f1c6fb
#f8e2fd
#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

#c300ed
#2aed00

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

Split Complementary

#c300ed
#a0ed00
#00ed4d

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

Analogous Color

#6400ed
#9400ed
#c300ed
#ed00e8
#ed00b8

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

#c300ed
#edc300
#00edc3

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

#c300ed
#ed4c00
#2aed00
#00a0ed

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

#c300ed
#2aed00
#00ed4d
#ed00a0

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

#c300ed Color Code Preview on Black Background Color

This is how #c300ed Color will look on black background color. Color contrast ratio is 4.54

#c300ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c300ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c300ed

#c300ed color code is use for CSS Background Color

Background color for the above div is #c300ed

HTML with inline CSS

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

#c300ed color code is use for CSS Border Color

CSS Border color for the above div is #c300ed

HTML with inline CSS

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

CSS Border Left color for the above div is #c300ed

HTML with inline CSS

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

CSS Border Right color for the above div is #c300ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c300ed

HTML with inline CSS

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

CSS Border Top color for the above div is #c300ed

HTML with inline CSS

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

#c300ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c300ed Color code Preview on White Background

This is how #c300ed Color code will look on white background color. Color contrast ratio is 4.62

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.