Color: #CF619C

#CF619C Color Information

#CF619C is a light color. The closest websafe version is #CF619C. A complement of this color would be #63CF95, perceived brightness is 0.54, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 328°,a saturation of 53%, and a lightness of 60%.The HSV representation shows a hue of 328°, a saturation of 53%, and a value of 81%.

In a RGB color space, #CF619C is composed of 81% red, 38% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 53% magenta, 25% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 24.47, x: 0.4213, and y: 0.2819.

Color Code #CF619C

#CF619Crgb(207, 97, 156)
HEX
#CF619C
RGB
rgb(207, 97, 156)
HSL
hsl(328, 53%, 60%)
HSV
hsv(328, 53%, 81%)
CMYK
0%, 53%, 25%, 19%
XYZ
X: 36.57, Y: 24.47, Z: 25.77
Lab
L: 56.55, a: 49.19, b: -10.60
Name

Shades of Color #CF619C

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

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

#CF619Crgb(207, 97, 156)

About #CF619C Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 53%, and a lightness of 60%. The HSV representation shows a hue of 328°, a saturation of 53%, and a value of 81%.

  • HEX: #CF619C
  • RGB: rgb(207, 97, 156)
  • HSL: hsl(328, 53%, 60%)
  • HSV: hsv(328, 53%, 81%)
  • CMYK: 0.00% cyan, 53.00% magenta, 25.00% yellow, 19.00% black
  • XYZ: 36.57, 24.47, 25.77
  • Yxy: 24.47, 0.4213, 0.2819
  • Hunter Lab: 56.55, 49.19, -10.60
  • CIE-Lab: 56.55, 49.19, -10.60

In the XYZ color space, this color is represented as X: 36.57, Y: 24.47, Z: 25.77. The Yxy representation further refines this as Y: 24.47, x: 0.4213, and y: 0.2819.

In the Hunter Lab color space, this color is represented as L: 56.55, a: 49.19, and b: -10.60. Similarly, in the CIE-Lab color space, it is represented as L: 56.55, a: 49.19, and b: -10.60.

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

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

Analogous Colors of #CF619C

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

Monochromatic Colors of #CF619C

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

Complementary Color of #CF619C

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

/* Using HEX */
body {
  background-color: #cf619c;
}
/* Using RGB */
body {
  background-color: rgb(207, 97, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 97, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 53%, 60%);
}
/* Text color */
p {
  color: #cf619c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf619c;
}
/* Border color */
.box {
  border: 4px solid #cf619c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cf619c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cf619c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CF619C
On Black Background
#CF619C
On White Background
#CF619C

HTML Examples of #CF619C

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

Related Colors of #CF619C

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