Color: #CA16BB

#CA16BB Color Information

#CA16BB is a dark color. The closest websafe version is #CA16BB. A complement of this color would be #16CA25, perceived brightness is 0.37, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 305°,a saturation of 80%, and a lightness of 44%.The HSV representation shows a hue of 305°, a saturation of 89%, and a value of 79%.

In a RGB color space, #CA16BB is composed of 79% red, 9% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 89% magenta, 7% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 16.73, x: 0.3844, and y: 0.1939.

Color Code #CA16BB

#CA16BBrgb(202, 22, 187)
HEX
#CA16BB
RGB
rgb(202, 22, 187)
HSL
hsl(305, 80%, 44%)
HSV
hsv(305, 89%, 79%)
CMYK
0%, 89%, 7%, 21%
XYZ
X: 33.17, Y: 16.73, Z: 36.39
Lab
L: 47.92, a: 74.86, b: -42.03
Name

Shades of Color #CA16BB

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

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

#CA16BBrgb(202, 22, 187)

About #CA16BB Color Code

In the HSL color space, this color has a hue angle of 305°, a saturation of 80%, and a lightness of 44%. The HSV representation shows a hue of 305°, a saturation of 89%, and a value of 79%.

  • HEX: #CA16BB
  • RGB: rgb(202, 22, 187)
  • HSL: hsl(305, 80%, 44%)
  • HSV: hsv(305, 89%, 79%)
  • CMYK: 0.00% cyan, 89.00% magenta, 7.00% yellow, 21.00% black
  • XYZ: 33.17, 16.73, 36.39
  • Yxy: 16.73, 0.3844, 0.1939
  • Hunter Lab: 47.92, 74.86, -42.03
  • CIE-Lab: 47.92, 74.86, -42.03

In the XYZ color space, this color is represented as X: 33.17, Y: 16.73, Z: 36.39. The Yxy representation further refines this as Y: 16.73, x: 0.3844, and y: 0.1939.

In the Hunter Lab color space, this color is represented as L: 47.92, a: 74.86, and b: -42.03. Similarly, in the CIE-Lab color space, it is represented as L: 47.92, a: 74.86, and b: -42.03.

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

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

Analogous Colors of #CA16BB

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

Split Complementary Colors of #CA16BB

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

Tetradic Colors of #CA16BB

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

Monochromatic Colors of #CA16BB

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

Complementary Color of #CA16BB

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

/* Using HEX */
body {
  background-color: #ca16bb;
}
/* Using RGB */
body {
  background-color: rgb(202, 22, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 22, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(305, 80%, 44%);
}
/* Text color */
p {
  color: #ca16bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca16bb;
}
/* Border color */
.box {
  border: 4px solid #ca16bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca16bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca16bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA16BB
On Black Background
#CA16BB
On White Background
#CA16BB

HTML Examples of #CA16BB

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

Related Colors of #CA16BB

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