Color: #CC26CF

#CC26CF Color Information

#CC26CF is a dark color. The closest websafe version is #CC26CF. A complement of this color would be #29CF26, perceived brightness is 0.42, and the grayscale version is #7B7B7B.

In the HSL color space, this color has a hue angle of 299°,a saturation of 69%, and a lightness of 48%.The HSV representation shows a hue of 299°, a saturation of 82%, and a value of 81%.

In a RGB color space, #CC26CF is composed of 80% red, 15% green and 81% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 82% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 18.61, x: 0.3593, and y: 0.1857.

Color Code #CC26CF

#CC26CFrgb(204, 38, 207)
HEX
#CC26CF
RGB
rgb(204, 38, 207)
HSL
hsl(299, 69%, 48%)
HSV
hsv(299, 82%, 81%)
CMYK
1%, 82%, 0%, 19%
XYZ
X: 36.01, Y: 18.61, Z: 45.59
Lab
L: 50.22, a: 74.60, b: -49.93
Name

Shades of Color #CC26CF

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

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

#CC26CFrgb(204, 38, 207)

About #CC26CF Color Code

In the HSL color space, this color has a hue angle of 299°, a saturation of 69%, and a lightness of 48%. The HSV representation shows a hue of 299°, a saturation of 82%, and a value of 81%.

  • HEX: #CC26CF
  • RGB: rgb(204, 38, 207)
  • HSL: hsl(299, 69%, 48%)
  • HSV: hsv(299, 82%, 81%)
  • CMYK: 100.00% cyan, 82.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 36.01, 18.61, 45.59
  • Yxy: 18.61, 0.3593, 0.1857
  • Hunter Lab: 50.22, 74.60, -49.93
  • CIE-Lab: 50.22, 74.60, -49.93

In the XYZ color space, this color is represented as X: 36.01, Y: 18.61, Z: 45.59. The Yxy representation further refines this as Y: 18.61, x: 0.3593, and y: 0.1857.

In the Hunter Lab color space, this color is represented as L: 50.22, a: 74.60, and b: -49.93. Similarly, in the CIE-Lab color space, it is represented as L: 50.22, a: 74.60, and b: -49.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 #CC26CF

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

Analogous Colors of #CC26CF

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

Split Complementary Colors of #CC26CF

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

Tetradic Colors of #CC26CF

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

Monochromatic Colors of #CC26CF

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

Complementary Color of #CC26CF

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

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

HTML Examples of #CC26CF

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

Related Colors of #CC26CF

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