Color: #C5519C

#C5519C Color Information

#C5519C is a dark color. The closest websafe version is #C5519C. A complement of this color would be #53C67B, perceived brightness is 0.49, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 321°,a saturation of 50%, and a lightness of 55%.The HSV representation shows a hue of 321°, a saturation of 59%, and a value of 77%.

In a RGB color space, #C5519C is composed of 77% red, 32% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 59% magenta, 21% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 20.34, x: 0.4141, and y: 0.2610.

Color Code #C5519C

#C5519Crgb(197, 81, 156)
HEX
#C5519C
RGB
rgb(197, 81, 156)
HSL
hsl(321, 50%, 55%)
HSV
hsv(321, 59%, 77%)
CMYK
0%, 59%, 21%, 23%
XYZ
X: 32.27, Y: 20.34, Z: 25.32
Lab
L: 52.22, a: 53.12, b: -17.28
Name

Shades of Color #C5519C

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

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

#C5519Crgb(197, 81, 156)

About #C5519C Color Code

In the HSL color space, this color has a hue angle of 321°, a saturation of 50%, and a lightness of 55%. The HSV representation shows a hue of 321°, a saturation of 59%, and a value of 77%.

  • HEX: #C5519C
  • RGB: rgb(197, 81, 156)
  • HSL: hsl(321, 50%, 55%)
  • HSV: hsv(321, 59%, 77%)
  • CMYK: 0.00% cyan, 59.00% magenta, 21.00% yellow, 23.00% black
  • XYZ: 32.27, 20.34, 25.32
  • Yxy: 20.34, 0.4141, 0.2610
  • Hunter Lab: 52.22, 53.12, -17.28
  • CIE-Lab: 52.22, 53.12, -17.28

In the XYZ color space, this color is represented as X: 32.27, Y: 20.34, Z: 25.32. The Yxy representation further refines this as Y: 20.34, x: 0.4141, and y: 0.2610.

In the Hunter Lab color space, this color is represented as L: 52.22, a: 53.12, and b: -17.28. Similarly, in the CIE-Lab color space, it is represented as L: 52.22, a: 53.12, and b: -17.28.

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

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

Analogous Colors of #C5519C

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

Monochromatic Colors of #C5519C

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

Complementary Color of #C5519C

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

/* Using HEX */
body {
  background-color: #c5519c;
}
/* Using RGB */
body {
  background-color: rgb(197, 81, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 81, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(321, 50%, 55%);
}
/* Text color */
p {
  color: #c5519c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5519c;
}
/* Border color */
.box {
  border: 4px solid #c5519c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5519c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5519c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5519C
On Black Background
#C5519C
On White Background
#C5519C

HTML Examples of #C5519C

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

Related Colors of #C5519C

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