Color: #C272BB

#C272BB Color Information

#C272BB is a light color. The closest websafe version is #C272BB. A complement of this color would be #70C277, perceived brightness is 0.57, and the grayscale version is #9A9A9A.

In the HSL color space, this color has a hue angle of 305°,a saturation of 40%, and a lightness of 60%.The HSV representation shows a hue of 305°, a saturation of 41%, and a value of 76%.

In a RGB color space, #C272BB is composed of 76% red, 45% green and 73% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 41% magenta, 4% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 27.08, x: 0.3636, and y: 0.2653.

Color Code #C272BB

#C272BBrgb(194, 114, 187)
HEX
#C272BB
RGB
rgb(194, 114, 187)
HSL
hsl(305, 40%, 60%)
HSV
hsv(305, 41%, 76%)
CMYK
0%, 41%, 4%, 24%
XYZ
X: 37.11, Y: 27.08, Z: 37.88
Lab
L: 59.05, a: 40.24, b: -24.88
Name

Shades of Color #C272BB

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

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

#C272BBrgb(194, 114, 187)

About #C272BB Color Code

In the HSL color space, this color has a hue angle of 305°, a saturation of 40%, and a lightness of 60%. The HSV representation shows a hue of 305°, a saturation of 41%, and a value of 76%.

  • HEX: #C272BB
  • RGB: rgb(194, 114, 187)
  • HSL: hsl(305, 40%, 60%)
  • HSV: hsv(305, 41%, 76%)
  • CMYK: 0.00% cyan, 41.00% magenta, 4.00% yellow, 24.00% black
  • XYZ: 37.11, 27.08, 37.88
  • Yxy: 27.08, 0.3636, 0.2653
  • Hunter Lab: 59.05, 40.24, -24.88
  • CIE-Lab: 59.05, 40.24, -24.88

In the XYZ color space, this color is represented as X: 37.11, Y: 27.08, Z: 37.88. The Yxy representation further refines this as Y: 27.08, x: 0.3636, and y: 0.2653.

In the Hunter Lab color space, this color is represented as L: 59.05, a: 40.24, and b: -24.88. Similarly, in the CIE-Lab color space, it is represented as L: 59.05, a: 40.24, and b: -24.88.

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

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

Analogous Colors of #C272BB

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

Split Complementary Colors of #C272BB

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

Tetradic Colors of #C272BB

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

Monochromatic Colors of #C272BB

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

Complementary Color of #C272BB

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

/* Using HEX */
body {
  background-color: #c272bb;
}
/* Using RGB */
body {
  background-color: rgb(194, 114, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 114, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(305, 40%, 60%);
}
/* Text color */
p {
  color: #c272bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c272bb;
}
/* Border color */
.box {
  border: 4px solid #c272bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c272bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c272bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C272BB
On Black Background
#C272BB
On White Background
#C272BB

HTML Examples of #C272BB

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

Related Colors of #C272BB

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