Color: #C60DC6

#C60DC6 Color Information

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

In the HSL color space, this color has a hue angle of 300°,a saturation of 88%, and a lightness of 41%.The HSV representation shows a hue of 300°, a saturation of 93%, and a value of 78%.

In a RGB color space, #C60DC6 is composed of 78% red, 5% green and 78% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 93% magenta, 0% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 16.28, x: 0.3639, and y: 0.1803.

Color Code #C60DC6

#C60DC6rgb(198, 13, 198)
HEX
#C60DC6
RGB
rgb(198, 13, 198)
HSL
hsl(300, 88%, 41%)
HSV
hsv(300, 93%, 78%)
CMYK
0%, 93%, 0%, 22%
XYZ
X: 32.86, Y: 16.28, Z: 41.16
Lab
L: 47.34, a: 76.25, b: -49.41
Name

Shades of Color #C60DC6

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

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

#C60DC6rgb(198, 13, 198)

About #C60DC6 Color Code

In the HSL color space, this color has a hue angle of 300°, a saturation of 88%, and a lightness of 41%. The HSV representation shows a hue of 300°, a saturation of 93%, and a value of 78%.

  • HEX: #C60DC6
  • RGB: rgb(198, 13, 198)
  • HSL: hsl(300, 88%, 41%)
  • HSV: hsv(300, 93%, 78%)
  • CMYK: 0.00% cyan, 93.00% magenta, 0.00% yellow, 22.00% black
  • XYZ: 32.86, 16.28, 41.16
  • Yxy: 16.28, 0.3639, 0.1803
  • Hunter Lab: 47.34, 76.25, -49.41
  • CIE-Lab: 47.34, 76.25, -49.41

In the XYZ color space, this color is represented as X: 32.86, Y: 16.28, Z: 41.16. The Yxy representation further refines this as Y: 16.28, x: 0.3639, and y: 0.1803.

In the Hunter Lab color space, this color is represented as L: 47.34, a: 76.25, and b: -49.41. Similarly, in the CIE-Lab color space, it is represented as L: 47.34, a: 76.25, and b: -49.41.

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

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

Analogous Colors of #C60DC6

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

Monochromatic Colors of #C60DC6

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

Complementary Color of #C60DC6

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

/* Using HEX */
body {
  background-color: #c60dc6;
}
/* Using RGB */
body {
  background-color: rgb(198, 13, 198);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 13, 198, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(300, 88%, 41%);
}
/* Text color */
p {
  color: #c60dc6;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c60dc6;
}
/* Border color */
.box {
  border: 4px solid #c60dc6;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c60dc6;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c60dc6;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C60DC6
On Black Background
#C60DC6
On White Background
#C60DC6

HTML Examples of #C60DC6

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

Related Colors of #C60DC6

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