Color: #C632B5

#C632B5 Color Information

#C632B5 is a dark color. The closest websafe version is #C632B5. A complement of this color would be #32C843, perceived brightness is 0.43, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 307°,a saturation of 60%, and a lightness of 49%.The HSV representation shows a hue of 307°, a saturation of 75%, and a value of 78%.

In a RGB color space, #C632B5 is composed of 78% red, 20% green and 71% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 9% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 17.65, x: 0.3855, and y: 0.2096.

Color Code #C632B5

#C632B5rgb(198, 50, 181)
HEX
#C632B5
RGB
rgb(198, 50, 181)
HSL
hsl(307, 60%, 49%)
HSV
hsv(307, 75%, 78%)
CMYK
0%, 75%, 9%, 22%
XYZ
X: 32.47, Y: 17.65, Z: 34.10
Lab
L: 49.07, a: 67.36, b: -36.77
Name

Shades of Color #C632B5

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

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

#C632B5rgb(198, 50, 181)

About #C632B5 Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 60%, and a lightness of 49%. The HSV representation shows a hue of 307°, a saturation of 75%, and a value of 78%.

  • HEX: #C632B5
  • RGB: rgb(198, 50, 181)
  • HSL: hsl(307, 60%, 49%)
  • HSV: hsv(307, 75%, 78%)
  • CMYK: 0.00% cyan, 75.00% magenta, 9.00% yellow, 22.00% black
  • XYZ: 32.47, 17.65, 34.10
  • Yxy: 17.65, 0.3855, 0.2096
  • Hunter Lab: 49.07, 67.36, -36.77
  • CIE-Lab: 49.07, 67.36, -36.77

In the XYZ color space, this color is represented as X: 32.47, Y: 17.65, Z: 34.10. The Yxy representation further refines this as Y: 17.65, x: 0.3855, and y: 0.2096.

In the Hunter Lab color space, this color is represented as L: 49.07, a: 67.36, and b: -36.77. Similarly, in the CIE-Lab color space, it is represented as L: 49.07, a: 67.36, and b: -36.77.

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

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

Analogous Colors of #C632B5

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

Monochromatic Colors of #C632B5

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

Complementary Color of #C632B5

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

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

HTML Examples of #C632B5

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

Related Colors of #C632B5

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