crispedge.com

Color picker

Loading...

#c61fbe hex color - Red - Warm color - Information

#c61fbe hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c61fbe Color code in RGB color code model is created after adding 77.65% red color, 12.16% green color and 74.51% blue color. Hex #c61fbe Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 84% magenta, 4% yellow and 22% black.

Hex #c61fbe color code is between #cc22bb web safe hex color code and #bb11cc web safe hex color code. #cc22bb is the nearest web safe color code. You can see here many more shades of #c61fbe color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec61fbe#c61fbe
RGB Decimal198, 31, 190rgb(198, 31, 190)
RGB Percent78%, 12%, 75%rgb(78%, 12%, 75%)
CSS RGBa198, 31, 190,1rgba(198,31,190,1)
CMYK Modelcmyk(0%,84%,4%,22%)
HSL Color Space303,73% ,45%hsl(303,73% ,45%)
HSV Color Space303°, 84%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001100001111110111110
Octal30637276
Decimal19831190
Hexc61fbe

Different shades of #c61fbe color code.

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

Light Shade of #c61fbe
#e038d8
Dark Shade of #c61fbe
#9a1894
Saturated Shade of #c61fbe
#d114c8
Desaturated Shade of #c61fbe
#bb2ab4
Grey scale Shade of #c61fbe
#727272
Brighten Shade
#df38d7
Most Readable Shade
#FFFFFF

Shades of #c61fbe color code

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

#c61fbe
#b01ba8
#9a1893
#84147e
#6e1169
#580d54
#420a3f
#2c062a
#160315
#000000

Similar Color like #c61fbe color

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

#c720bf
#c821c0
#c922c1
#ca23c2
#cb24c3
#cc25c4
#cd26c5
#ce27c6
#cf28c7
#d029c8
#d12ac9
#d22bca
#d32ccb
#d42dcc
#c51ebd
#c41dbc
#c31cbb
#c21bba
#c11ab9
#c019b8
#bf18b7
#be17b6
#bd16b5
#bc15b4
#bb14b3
#ba13b2
#b912b1
#b811b0

Monochromatic Color with #c61fbe

#c61fbe
#f026e7
#1c041b
#460b44
#71126c
#9b1895

Tints of #c61fbe Color

#c61fbe
#cc37c5
#d250cc
#d969d3
#df82da
#e59be2
#ecb4e9
#f2cdf0
#f8e6f7
#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

#c61fbe
#1fc627

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

Split Complementary

#c61fbe
#6ac61f
#1fc67b

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

Analogous Color

#8b1fc6
#ad1fc6
#c61fbe
#c61f9d
#c61f7b

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

#c61fbe
#bec61f
#1fbec6

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

#c61fbe
#c67a1f
#1fc627
#1f6ac6

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

#c61fbe
#1fc627
#1fc67b
#c61f6a

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

#c61fbe Color Code Preview on Black Background Color

This is how #c61fbe Color will look on black background color. Color contrast ratio is 4.34

#c61fbe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c61fbe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c61fbe

#c61fbe color code is use for CSS Background Color

Background color for the above div is #c61fbe

HTML with inline CSS

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

#c61fbe color code is use for CSS Border Color

CSS Border color for the above div is #c61fbe

HTML with inline CSS

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

CSS Border Left color for the above div is #c61fbe

HTML with inline CSS

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

CSS Border Right color for the above div is #c61fbe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c61fbe

HTML with inline CSS

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

CSS Border Top color for the above div is #c61fbe

HTML with inline CSS

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

#c61fbe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c61fbe Color code Preview on White Background

This is how #c61fbe Color code will look on white background color. Color contrast ratio is 4.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 #c61fbe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c61fbe; }

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(198,31,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(31,198,39,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,31,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.