Color: #CB127F

#CB127F Color Information

#CB127F is a dark color. The closest websafe version is #CB127F. A complement of this color would be #12CA5E, perceived brightness is 0.34, and the grayscale version is #6F6F6F.

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

In a RGB color space, #CB127F is composed of 80% red, 7% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 37% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 15.01, x: 0.4855, and y: 0.2486.

Color Code #CB127F

#CB127Frgb(203, 18, 127)
HEX
#CB127F
RGB
rgb(203, 18, 127)
HSL
hsl(325, 84%, 43%)
HSV
hsv(325, 91%, 80%)
CMYK
0%, 91%, 37%, 20%
XYZ
X: 29.31, Y: 15.01, Z: 16.05
Lab
L: 45.65, a: 70.48, b: -9.59
Name

Shades of Color #CB127F

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

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

#CB127Frgb(203, 18, 127)

About #CB127F Color Code

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

  • HEX: #CB127F
  • RGB: rgb(203, 18, 127)
  • HSL: hsl(325, 84%, 43%)
  • HSV: hsv(325, 91%, 80%)
  • CMYK: 0.00% cyan, 91.00% magenta, 37.00% yellow, 20.00% black
  • XYZ: 29.31, 15.01, 16.05
  • Yxy: 15.01, 0.4855, 0.2486
  • Hunter Lab: 45.65, 70.48, -9.59
  • CIE-Lab: 45.65, 70.48, -9.59

In the XYZ color space, this color is represented as X: 29.31, Y: 15.01, Z: 16.05. The Yxy representation further refines this as Y: 15.01, x: 0.4855, and y: 0.2486.

In the Hunter Lab color space, this color is represented as L: 45.65, a: 70.48, and b: -9.59. Similarly, in the CIE-Lab color space, it is represented as L: 45.65, a: 70.48, and b: -9.59.

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

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

Analogous Colors of #CB127F

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

Split Complementary Colors of #CB127F

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

Tetradic Colors of #CB127F

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

Monochromatic Colors of #CB127F

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

Complementary Color of #CB127F

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

/* Using HEX */
body {
  background-color: #cb127f;
}
/* Using RGB */
body {
  background-color: rgb(203, 18, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 18, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 84%, 43%);
}
/* Text color */
p {
  color: #cb127f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb127f;
}
/* Border color */
.box {
  border: 4px solid #cb127f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb127f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb127f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB127F
On Black Background
#CB127F
On White Background
#CB127F

HTML Examples of #CB127F

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

Related Colors of #CB127F

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