Color: #C25AAF

#C25AAF Color Information

#C25AAF is a light color. The closest websafe version is #C25AAF. A complement of this color would be #5BC26E, perceived brightness is 0.51, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 311°,a saturation of 46%, and a lightness of 56%.The HSV representation shows a hue of 311°, a saturation of 54%, and a value of 76%.

In a RGB color space, #C25AAF is composed of 76% red, 35% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 10% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 21.93, x: 0.3823, and y: 0.2495.

Color Code #C25AAF

#C25AAFrgb(194, 90, 175)
HEX
#C25AAF
RGB
rgb(194, 90, 175)
HSL
hsl(311, 46%, 56%)
HSV
hsv(311, 54%, 76%)
CMYK
0%, 54%, 10%, 24%
XYZ
X: 33.60, Y: 21.93, Z: 32.36
Lab
L: 53.95, a: 50.31, b: -25.78
Name

Shades of Color #C25AAF

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

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

#C25AAFrgb(194, 90, 175)

About #C25AAF Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 46%, and a lightness of 56%. The HSV representation shows a hue of 311°, a saturation of 54%, and a value of 76%.

  • HEX: #C25AAF
  • RGB: rgb(194, 90, 175)
  • HSL: hsl(311, 46%, 56%)
  • HSV: hsv(311, 54%, 76%)
  • CMYK: 0.00% cyan, 54.00% magenta, 10.00% yellow, 24.00% black
  • XYZ: 33.60, 21.93, 32.36
  • Yxy: 21.93, 0.3823, 0.2495
  • Hunter Lab: 53.95, 50.31, -25.78
  • CIE-Lab: 53.95, 50.31, -25.78

In the XYZ color space, this color is represented as X: 33.60, Y: 21.93, Z: 32.36. The Yxy representation further refines this as Y: 21.93, x: 0.3823, and y: 0.2495.

In the Hunter Lab color space, this color is represented as L: 53.95, a: 50.31, and b: -25.78. Similarly, in the CIE-Lab color space, it is represented as L: 53.95, a: 50.31, and b: -25.78.

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

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

Analogous Colors of #C25AAF

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

Monochromatic Colors of #C25AAF

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

Complementary Color of #C25AAF

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

/* Using HEX */
body {
  background-color: #c25aaf;
}
/* Using RGB */
body {
  background-color: rgb(194, 90, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 90, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 46%, 56%);
}
/* Text color */
p {
  color: #c25aaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c25aaf;
}
/* Border color */
.box {
  border: 4px solid #c25aaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c25aaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c25aaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C25AAF
On Black Background
#C25AAF
On White Background
#C25AAF

HTML Examples of #C25AAF

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

Related Colors of #C25AAF

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