Color: #C43158

#C43158 Color Information

#C43158 is a dark color. The closest websafe version is #C43158. A complement of this color would be #31C49D, perceived brightness is 0.38, and the grayscale version is #7B7B7B.

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

In a RGB color space, #C43158 is composed of 77% red, 19% green and 35% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 55% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 15.08, x: 0.5355, and y: 0.3030.

Color Code #C43158

#C43158rgb(196, 49, 88)
HEX
#C43158
RGB
rgb(196, 49, 88)
HSL
hsl(344, 60%, 48%)
HSV
hsv(344, 75%, 77%)
CMYK
0%, 75%, 55%, 23%
XYZ
X: 26.65, Y: 15.08, Z: 8.04
Lab
L: 45.74, a: 59.59, b: 14.43
Name

Shades of Color #C43158

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

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

#C43158rgb(196, 49, 88)

About #C43158 Color Code

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

  • HEX: #C43158
  • RGB: rgb(196, 49, 88)
  • HSL: hsl(344, 60%, 48%)
  • HSV: hsv(344, 75%, 77%)
  • CMYK: 0.00% cyan, 75.00% magenta, 55.00% yellow, 23.00% black
  • XYZ: 26.65, 15.08, 8.04
  • Yxy: 15.08, 0.5355, 0.3030
  • Hunter Lab: 45.74, 59.59, 14.43
  • CIE-Lab: 45.74, 59.59, 14.43

In the XYZ color space, this color is represented as X: 26.65, Y: 15.08, Z: 8.04. The Yxy representation further refines this as Y: 15.08, x: 0.5355, and y: 0.3030.

In the Hunter Lab color space, this color is represented as L: 45.74, a: 59.59, and b: 14.43. Similarly, in the CIE-Lab color space, it is represented as L: 45.74, a: 59.59, and b: 14.43.

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

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

Analogous Colors of #C43158

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

Split Complementary Colors of #C43158

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

Tetradic Colors of #C43158

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

Monochromatic Colors of #C43158

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

Complementary Color of #C43158

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

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

HTML Examples of #C43158

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

Related Colors of #C43158

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