Color: #CF539F

#CF539F Color Information

#CF539F is a light color. The closest websafe version is #CF539F. A complement of this color would be #54CF83, perceived brightness is 0.50, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 323°,a saturation of 56%, and a lightness of 57%.The HSV representation shows a hue of 323°, a saturation of 60%, and a value of 81%.

In a RGB color space, #CF539F is composed of 81% red, 33% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 23% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 22.19, x: 0.4218, and y: 0.2637.

Color Code #CF539F

#CF539Frgb(207, 83, 159)
HEX
#CF539F
RGB
rgb(207, 83, 159)
HSL
hsl(323, 56%, 57%)
HSV
hsv(323, 60%, 81%)
CMYK
0%, 60%, 23%, 19%
XYZ
X: 35.50, Y: 22.19, Z: 26.47
Lab
L: 54.22, a: 55.67, b: -15.83
Name

Shades of Color #CF539F

Shades are created by darkening the original color #CF539F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CF539F

Tints are created by lightening the original color #CF539F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CF539Frgb(207, 83, 159)

About #CF539F Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 56%, and a lightness of 57%. The HSV representation shows a hue of 323°, a saturation of 60%, and a value of 81%.

  • HEX: #CF539F
  • RGB: rgb(207, 83, 159)
  • HSL: hsl(323, 56%, 57%)
  • HSV: hsv(323, 60%, 81%)
  • CMYK: 0.00% cyan, 60.00% magenta, 23.00% yellow, 19.00% black
  • XYZ: 35.50, 22.19, 26.47
  • Yxy: 22.19, 0.4218, 0.2637
  • Hunter Lab: 54.22, 55.67, -15.83
  • CIE-Lab: 54.22, 55.67, -15.83

In the XYZ color space, this color is represented as X: 35.50, Y: 22.19, Z: 26.47. The Yxy representation further refines this as Y: 22.19, x: 0.4218, and y: 0.2637.

In the Hunter Lab color space, this color is represented as L: 54.22, a: 55.67, and b: -15.83. Similarly, in the CIE-Lab color space, it is represented as L: 54.22, a: 55.67, and b: -15.83.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CF539F

Triadic colors are three colors evenly spaced around the color wheel, including #CF539F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CF539F

Analogous colors are adjacent to #CF539F on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CF539F

Split complementary colors are two colors adjacent to the complementary color of #CF539F. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CF539F

Tetradic colors form a rectangle on the color wheel, including #CF539F. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CF539F

Monochromatic colors are variations of #CF539F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CF539F

The complementary color of #CF539F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CF539F

/* Using HEX */
body {
  background-color: #cf539f;
}
/* Using RGB */
body {
  background-color: rgb(207, 83, 159);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 83, 159, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 56%, 57%);
}
/* Text color */
p {
  color: #cf539f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf539f;
}
/* Border color */
.box {
  border: 4px solid #cf539f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cf539f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cf539f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CF539F
On Black Background
#CF539F
On White Background
#CF539F

HTML Examples of #CF539F

<!-- Using HEX -->
<div style="background-color: #cf539f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 83, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 83, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(323, 56%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cf539f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cf539f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cf539f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cf539f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cf539f; color: #fff; padding: 16px; border-radius: 8px;">
  #CF539F
</div>
#CF539F
On Black Background
#CF539F
On White Background
#CF539F

Related Colors of #CF539F

These colors are similar to #CF539F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.