Color: #C213AF

#C213AF Color Information

#C213AF is a dark color. The closest websafe version is #C213AF. A complement of this color would be #13C328, perceived brightness is 0.35, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 307°,a saturation of 82%, and a lightness of 42%.The HSV representation shows a hue of 307°, a saturation of 90%, and a value of 76%.

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

In the Yxy color space, this color is represented as Y: 15.07, x: 0.3914, and y: 0.1972.

Color Code #C213AF

#C213AFrgb(194, 19, 175)
HEX
#C213AF
RGB
rgb(194, 19, 175)
HSL
hsl(307, 82%, 42%)
HSV
hsv(307, 90%, 76%)
CMYK
0%, 90%, 10%, 24%
XYZ
X: 29.91, Y: 15.07, Z: 31.43
Lab
L: 45.73, a: 72.39, b: -38.55
Name

Shades of Color #C213AF

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

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

#C213AFrgb(194, 19, 175)

About #C213AF Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 82%, and a lightness of 42%. The HSV representation shows a hue of 307°, a saturation of 90%, and a value of 76%.

  • HEX: #C213AF
  • RGB: rgb(194, 19, 175)
  • HSL: hsl(307, 82%, 42%)
  • HSV: hsv(307, 90%, 76%)
  • CMYK: 0.00% cyan, 90.00% magenta, 10.00% yellow, 24.00% black
  • XYZ: 29.91, 15.07, 31.43
  • Yxy: 15.07, 0.3914, 0.1972
  • Hunter Lab: 45.73, 72.39, -38.55
  • CIE-Lab: 45.73, 72.39, -38.55

In the XYZ color space, this color is represented as X: 29.91, Y: 15.07, Z: 31.43. The Yxy representation further refines this as Y: 15.07, x: 0.3914, and y: 0.1972.

In the Hunter Lab color space, this color is represented as L: 45.73, a: 72.39, and b: -38.55. Similarly, in the CIE-Lab color space, it is represented as L: 45.73, a: 72.39, and b: -38.55.

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

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

Analogous Colors of #C213AF

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

Split Complementary Colors of #C213AF

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

Tetradic Colors of #C213AF

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

Monochromatic Colors of #C213AF

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

Complementary Color of #C213AF

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

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

HTML Examples of #C213AF

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

Related Colors of #C213AF

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