Color: #CF3CEC

#CF3CEC Color Information

#CF3CEC is a dark color. The closest websafe version is #CF3CEC. A complement of this color would be #59EC3C, perceived brightness is 0.49, and the grayscale version is #949494.

In the HSL color space, this color has a hue angle of 290°,a saturation of 82%, and a lightness of 58%.The HSV representation shows a hue of 290°, a saturation of 75%, and a value of 93%.

In a RGB color space, #CF3CEC is composed of 81% red, 24% green and 93% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 75% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 22.21, x: 0.3293, and y: 0.1786.

Color Code #CF3CEC

#CF3CECrgb(207, 60, 236)
HEX
#CF3CEC
RGB
rgb(207, 60, 236)
HSL
hsl(290, 82%, 58%)
HSV
hsv(290, 75%, 93%)
CMYK
12%, 75%, 0%, 7%
XYZ
X: 40.95, Y: 22.21, Z: 61.21
Lab
L: 54.25, a: 73.05, b: -59.93
Name

Shades of Color #CF3CEC

Shades are created by darkening the original color #CF3CEC 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 #CF3CEC

Tints are created by lightening the original color #CF3CEC 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.

#CF3CECrgb(207, 60, 236)

About #CF3CEC Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 82%, and a lightness of 58%. The HSV representation shows a hue of 290°, a saturation of 75%, and a value of 93%.

  • HEX: #CF3CEC
  • RGB: rgb(207, 60, 236)
  • HSL: hsl(290, 82%, 58%)
  • HSV: hsv(290, 75%, 93%)
  • CMYK: 12.00% cyan, 75.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 40.95, 22.21, 61.21
  • Yxy: 22.21, 0.3293, 0.1786
  • Hunter Lab: 54.25, 73.05, -59.93
  • CIE-Lab: 54.25, 73.05, -59.93

In the XYZ color space, this color is represented as X: 40.95, Y: 22.21, Z: 61.21. The Yxy representation further refines this as Y: 22.21, x: 0.3293, and y: 0.1786.

In the Hunter Lab color space, this color is represented as L: 54.25, a: 73.05, and b: -59.93. Similarly, in the CIE-Lab color space, it is represented as L: 54.25, a: 73.05, and b: -59.93.

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

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

Analogous Colors of #CF3CEC

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

Monochromatic Colors of #CF3CEC

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

Complementary Color of #CF3CEC

The complementary color of #CF3CEC 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 #CF3CEC

/* Using HEX */
body {
  background-color: #cf3cec;
}
/* Using RGB */
body {
  background-color: rgb(207, 60, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 60, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 82%, 58%);
}
/* Text color */
p {
  color: #cf3cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf3cec;
}
/* Border color */
.box {
  border: 4px solid #cf3cec;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cf3cec;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cf3cec;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CF3CEC
On Black Background
#CF3CEC
On White Background
#CF3CEC

HTML Examples of #CF3CEC

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

Related Colors of #CF3CEC

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