crispedge.com

Color picker

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

#c240ff hex color - Violet - Warm color - Information

#c240ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c240ff Color code in RGB color code model is created after adding 76.08% red color, 25.1% green color and 100% blue color. Hex #c240ff Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 75% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codec240ff#c240ff
RGB Decimal194, 64, 255rgb(194, 64, 255)
RGB Percent76%, 25%, 100%rgb(76%, 25%, 100%)
CSS RGBa194, 64, 255,1rgba(194,64,255,1)
CMYK Modelcmyk(24%,75%,0%,0%)
HSL Color Space281,100% ,63%hsl(281,100% ,63%)
HSV Color Space281°, 75%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100100000011111111
Octal302100377
Decimal19464255
Hexc240ff

Different shades of #c240ff color code.

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

Light Shade of #c240ff
#d273ff
Dark Shade of #c240ff
#b20dff
Saturated Shade of #c240ff
#c240ff
Desaturated Shade of #c240ff
#bf4af5
Grey scale Shade of #c240ff
#9f9f9f
Brighten Shade
#db59ff
Most Readable Shade
#FFFFFF

Shades of #c240ff color code

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

#c240ff
#ac38e2
#9631c6
#812aaa
#6b238d
#561c71
#401555
#2b0e38
#15071c
#000000

Similar Color like #c240ff color

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

#c341ff
#c442ff
#c543ff
#c644ff
#c745ff
#c846ff
#c947ff
#ca48ff
#cb49ff
#cc4aff
#cd4bff
#ce4cff
#cf4dff
#d04eff
#c13ffe
#c03efd
#bf3dfc
#be3cfb
#bd3bfa
#bc3af9
#bb39f8
#ba38f7
#b937f6
#b836f5
#b735f4
#b634f3
#b533f2
#b432f1

Monochromatic Color with #c240ff

#c240ff
#200b2a
#411555
#612080
#812baa
#a235d4

Tints of #c240ff Color

#c240ff
#c855ff
#cf6aff
#d67fff
#dd94ff
#e3aaff
#eabfff
#f1d4ff
#f8e9ff
#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

#c240ff
#7dff40

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

Split Complementary

#c240ff
#ddff40
#40ff63

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

Analogous Color

#7640ff
#9c40ff
#c240ff
#e840ff
#ff40f0

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

#c240ff
#ffc240
#40ffc2

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

#c240ff
#ff6240
#7dff40
#40dcff

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

#c240ff
#7dff40
#40ff63
#ff40dd

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

#c240ff Color Code Preview on Black Background Color

This is how #c240ff Color will look on black background color. Color contrast ratio is 5.47

#c240ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c240ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c240ff

#c240ff color code is use for CSS Background Color

Background color for the above div is #c240ff

HTML with inline CSS

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

#c240ff color code is use for CSS Border Color

CSS Border color for the above div is #c240ff

HTML with inline CSS

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

CSS Border Left color for the above div is #c240ff

HTML with inline CSS

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

CSS Border Right color for the above div is #c240ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c240ff

HTML with inline CSS

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

CSS Border Top color for the above div is #c240ff

HTML with inline CSS

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

#c240ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c240ff Color code Preview on White Background

This is how #c240ff Color code will look on white background color. Color contrast ratio is 3.84

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.