Color: #C11CDC

#C11CDC Color Information

#C11CDC is a dark color. The closest websafe version is #C11CDC. A complement of this color would be #36DD1D, perceived brightness is 0.39, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 292°,a saturation of 77%, and a lightness of 49%.The HSV representation shows a hue of 292°, a saturation of 87%, and a value of 86%.

In a RGB color space, #C11CDC is composed of 76% red, 11% green and 86% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 87% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 17.04, x: 0.3297, and y: 0.1655.

Color Code #C11CDC

#C11CDCrgb(193, 28, 220)
HEX
#C11CDC
RGB
rgb(193, 28, 220)
HSL
hsl(292, 77%, 49%)
HSV
hsv(292, 87%, 86%)
CMYK
12%, 87%, 0%, 14%
XYZ
X: 33.94, Y: 17.04, Z: 51.97
Lab
L: 48.31, a: 75.86, b: -60.56
Name

Shades of Color #C11CDC

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

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

#C11CDCrgb(193, 28, 220)

About #C11CDC Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 77%, and a lightness of 49%. The HSV representation shows a hue of 292°, a saturation of 87%, and a value of 86%.

  • HEX: #C11CDC
  • RGB: rgb(193, 28, 220)
  • HSL: hsl(292, 77%, 49%)
  • HSV: hsv(292, 87%, 86%)
  • CMYK: 12.00% cyan, 87.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 33.94, 17.04, 51.97
  • Yxy: 17.04, 0.3297, 0.1655
  • Hunter Lab: 48.31, 75.86, -60.56
  • CIE-Lab: 48.31, 75.86, -60.56

In the XYZ color space, this color is represented as X: 33.94, Y: 17.04, Z: 51.97. The Yxy representation further refines this as Y: 17.04, x: 0.3297, and y: 0.1655.

In the Hunter Lab color space, this color is represented as L: 48.31, a: 75.86, and b: -60.56. Similarly, in the CIE-Lab color space, it is represented as L: 48.31, a: 75.86, and b: -60.56.

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

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

Analogous Colors of #C11CDC

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

Split Complementary Colors of #C11CDC

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

Tetradic Colors of #C11CDC

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

Monochromatic Colors of #C11CDC

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

Complementary Color of #C11CDC

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

/* Using HEX */
body {
  background-color: #c11cdc;
}
/* Using RGB */
body {
  background-color: rgb(193, 28, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(193, 28, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 77%, 49%);
}
/* Text color */
p {
  color: #c11cdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c11cdc;
}
/* Border color */
.box {
  border: 4px solid #c11cdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c11cdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c11cdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C11CDC
On Black Background
#C11CDC
On White Background
#C11CDC

HTML Examples of #C11CDC

<!-- Using HEX -->
<div style="background-color: #c11cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(193, 28, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(193, 28, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(292, 77%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c11cdc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c11cdc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c11cdc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c11cdc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c11cdc; color: #fff; padding: 16px; border-radius: 8px;">
  #C11CDC
</div>
#C11CDC
On Black Background
#C11CDC
On White Background
#C11CDC

Related Colors of #C11CDC

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