Color: #CC3BBD

#CC3BBD Color Information

#CC3BBD is a dark color. The closest websafe version is #CC3BBD. A complement of this color would be #3CCD4B, perceived brightness is 0.46, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 306°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 306°, a saturation of 71%, and a value of 80%.

In a RGB color space, #CC3BBD is composed of 80% red, 23% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 7% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.66, x: 0.3813, and y: 0.2124.

Color Code #CC3BBD

#CC3BBDrgb(204, 59, 189)
HEX
#CC3BBD
RGB
rgb(204, 59, 189)
HSL
hsl(306, 59%, 52%)
HSV
hsv(306, 71%, 80%)
CMYK
0%, 71%, 7%, 20%
XYZ
X: 35.30, Y: 19.66, Z: 37.61
Lab
L: 51.45, a: 66.96, b: -37.63
Name

Shades of Color #CC3BBD

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

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

#CC3BBDrgb(204, 59, 189)

About #CC3BBD Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 306°, a saturation of 71%, and a value of 80%.

  • HEX: #CC3BBD
  • RGB: rgb(204, 59, 189)
  • HSL: hsl(306, 59%, 52%)
  • HSV: hsv(306, 71%, 80%)
  • CMYK: 0.00% cyan, 71.00% magenta, 7.00% yellow, 20.00% black
  • XYZ: 35.30, 19.66, 37.61
  • Yxy: 19.66, 0.3813, 0.2124
  • Hunter Lab: 51.45, 66.96, -37.63
  • CIE-Lab: 51.45, 66.96, -37.63

In the XYZ color space, this color is represented as X: 35.30, Y: 19.66, Z: 37.61. The Yxy representation further refines this as Y: 19.66, x: 0.3813, and y: 0.2124.

In the Hunter Lab color space, this color is represented as L: 51.45, a: 66.96, and b: -37.63. Similarly, in the CIE-Lab color space, it is represented as L: 51.45, a: 66.96, and b: -37.63.

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

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

Analogous Colors of #CC3BBD

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

Split Complementary Colors of #CC3BBD

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

Tetradic Colors of #CC3BBD

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

Monochromatic Colors of #CC3BBD

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

Complementary Color of #CC3BBD

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

/* Using HEX */
body {
  background-color: #cc3bbd;
}
/* Using RGB */
body {
  background-color: rgb(204, 59, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 59, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 59%, 52%);
}
/* Text color */
p {
  color: #cc3bbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc3bbd;
}
/* Border color */
.box {
  border: 4px solid #cc3bbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc3bbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc3bbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC3BBD
On Black Background
#CC3BBD
On White Background
#CC3BBD

HTML Examples of #CC3BBD

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

Related Colors of #CC3BBD

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