Color: #CA44CF

#CA44CF Color Information

#CA44CF is a dark color. The closest websafe version is #CA44CF. A complement of this color would be #49CF44, perceived brightness is 0.49, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 298°,a saturation of 59%, and a lightness of 54%.The HSV representation shows a hue of 298°, a saturation of 100%, and a value of 100%.

In a RGB color space, #CA44CF is composed of 79% red, 27% green and 81% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 67% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 21.07, x: 0.3551, and y: 0.2027.

Color Code #CA44CF

HEX
#CA44CF
RGB
rgb(202, 68, 207)
HSL
hsl(298, 59%, 54%)
HSV
hsv(298, 67%, 81%)
CMYK
2%, 67%, 0%, 19%
XYZ
X: 36.91, Y: 21.07, Z: 45.95
Lab
L: 53.02, a: 65.53, b: -45.53
Name

Shades of Color #CA44CF

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

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

About #CA44CF Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 59%, and a lightness of 54%. The HSV representation shows a hue of 298°, a saturation of 67%, and a value of 81%.

  • HEX: #CA44CF
  • RGB: rgb(202, 68, 207)
  • HSL: hsl(298, 59%, 54%)
  • HSV: hsv(298, 67%, 81%)
  • CMYK: 2.00% cyan, 67.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 36.91, 21.07, 45.95
  • Yxy: 21.07, 0.3551, 0.2027
  • Hunter Lab: 53.02, 65.53, -45.53
  • CIE-Lab: 53.02, 65.53, -45.53

In the XYZ color space, this color is represented as X: 36.91, Y: 21.07, Z: 45.95. The Yxy representation further refines this as Y: 21.07, x: 0.3551, and y: 0.2027.

In the Hunter Lab color space, this color is represented as L: 53.02, a: 65.53, and b: -45.53. Similarly, in the CIE-Lab color space, it is represented as L: 53.02, a: 65.53, and b: -45.53.

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

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

Analogous Colors of #CA44CF

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

Monochromatic Colors of #CA44CF

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

Complementary Color of #CA44CF

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

/* Using HEX */
body {
  background-color: #ca44cf;
}
/* Using RGB */
body {
  background-color: rgb(202, 68, 207);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 68, 207, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(298, 59%, 54%);
}
/* Text color */
p {
  color: #ca44cf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca44cf;
}

HTML Examples of #CA44CF

<!-- Using HEX -->
<div style="background-color: #ca44cf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 68, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 68, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(298, 59%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ca44cf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ca44cf; width: 100px; height: 100px;"></div>

Related Colors of #CA44CF

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