Color: #C60CCD

#C60CCD Color Information

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

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

In a RGB color space, #C60CCD is composed of 78% red, 5% green and 80% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 94% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 16.53, x: 0.3547, and y: 0.1750.

Color Code #C60CCD

#C60CCDrgb(198, 12, 205)
HEX
#C60CCD
RGB
rgb(198, 12, 205)
HSL
hsl(298, 89%, 43%)
HSV
hsv(298, 94%, 80%)
CMYK
3%, 94%, 0%, 20%
XYZ
X: 33.50, Y: 16.53, Z: 44.42
Lab
L: 47.66, a: 77.11, b: -52.93
Name

Shades of Color #C60CCD

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

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

#C60CCDrgb(198, 12, 205)

About #C60CCD Color Code

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

  • HEX: #C60CCD
  • RGB: rgb(198, 12, 205)
  • HSL: hsl(298, 89%, 43%)
  • HSV: hsv(298, 94%, 80%)
  • CMYK: 3.00% cyan, 94.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 33.50, 16.53, 44.42
  • Yxy: 16.53, 0.3547, 0.1750
  • Hunter Lab: 47.66, 77.11, -52.93
  • CIE-Lab: 47.66, 77.11, -52.93

In the XYZ color space, this color is represented as X: 33.50, Y: 16.53, Z: 44.42. The Yxy representation further refines this as Y: 16.53, x: 0.3547, and y: 0.1750.

In the Hunter Lab color space, this color is represented as L: 47.66, a: 77.11, and b: -52.93. Similarly, in the CIE-Lab color space, it is represented as L: 47.66, a: 77.11, and b: -52.93.

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

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

Analogous Colors of #C60CCD

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

Split Complementary Colors of #C60CCD

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

Tetradic Colors of #C60CCD

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

Monochromatic Colors of #C60CCD

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

Complementary Color of #C60CCD

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

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

HTML Examples of #C60CCD

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

Related Colors of #C60CCD

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