Skip to main content Skip to docs navigation

#cf309b 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 Royal Fuchsia and its hex is #CA2C92 Nearest Color Name

Color Hue/Base color: Violet

Hex #cf309b Color code in RGB color code model is created after adding 81.18% red color, 18.82% green color and 60.78% blue color. Hex #cf309b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 77% magenta, 25% yellow and 18.82% black.

Hex #cf309b color code is between #cc3399 web safe hex color code and #dd22aa web safe hex color code. #cc3399 is the nearest web safe color code. You can see here many more shades of #cf309b color code.

RGB Chart

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

Color Table

Hex Color Code cf309b #cf309b
RGB Decimal 207, 48, 155 207, 48, 155
RGB Percent 81%, 19%, 61% rgb(81%, 19%, 61%)
CSS RGBa 207, 48, 155,1 rgba(207,48,155,1)
CMYK Model cmyk(0%,77%,25%,18.82%)
HSL Color Space 320,62% ,50% hsl(320,62% ,50%)
HSV Color Space 320°, 77%, 81%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001111 00110000 10011011
Octal 317 60 233
Decimal 207 48 155
Hex cf 30 9b

Different shades of #cf309b color code.

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

Darkest of #cf309b
#53133e
Darker of #cf309b
#7c1d5d
Dark of #cf309b
#a6267c
Base of #cf309b
#cf309b
Light of #cf309b
#d959af
Lighter
#e283c3
Lightest
#ecacd7

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

#cf309b
#30cf64

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

Split Complementary

#cf309b
#4ccf30
#30cfb3

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

Analogous Color

#a630cf
#c130cf
#cf309b
#cf3066
#cf3c30

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

#cf309b
#309bcf
#9bcf30

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

#cf309b
#9bcf30
#30cf64
#6430cf

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

#cf309b
#cfb330
#30cf64
#304ccf

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

#290a1f
#53133e
#7c1d5d
#a6267c
#cf309b
#d959af
#e283c3
#ecacd7
#f5d6eb

Tints of #cf309b Color

#cf309b
#d447a6
#d95eb1
#df75bc
#e48cc7
#e9a3d2
#efbadd
#f4d1e8
#f9e8f3
#ffffff

Shades of #cf309b color code

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

#cf309b
#b82a89
#a12578
#8a2067
#731a56
#5c1544
#451033
#2e0a22
#170511
#000000

Tones

#cf309b
#b54a92
#9c6389
#827d81
#808080

Tones

Similar Color like #cf309b color

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

#d0319c
#d1329d
#d2339e
#d3349f
#d435a0
#d536a1
#d637a2
#d738a3
#d839a4
#d93aa5
#da3ba6
#db3ca7
#dc3da8
#dd3ea9
#ce2f9a
#cd2e99
#cc2d98
#cb2c97
#ca2b96
#c92a95
#c82994
#c72893
#c62792
#c52691
#c42590
#c3248f
#c2238e
#c1228d

Download this Dark Violet

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

#cf309b Color Code Preview on Black Background Color

This is how #cf309b Color will look on black background color. Color contrast ratio is 4.55

#cf309b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf309b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf309b

#cf309b color code is use for CSS Background Color

Background color for the above div is #cf309b

HTML with inline CSS

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

#cf309b color code is use for CSS Border Color

CSS Border color for the above div is #cf309b

HTML with inline CSS

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

CSS Border Left color for the above div is #cf309b

HTML with inline CSS

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

CSS Border Right color for the above div is #cf309b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf309b

HTML with inline CSS

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

CSS Border Top color for the above div is #cf309b

HTML with inline CSS

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

#cf309b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf309b Color code Preview on White Background

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

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