Color: #C0238C

#C0238C Color Information

#C0238C is a dark color. The closest websafe version is #C0238C. A complement of this color would be #24C258, perceived brightness is 0.37, and the grayscale version is #727272.

In the HSL color space, this color has a hue angle of 320°,a saturation of 69%, and a lightness of 45%.The HSV representation shows a hue of 320°, a saturation of 82%, and a value of 75%.

In a RGB color space, #C0238C is composed of 75% red, 14% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 82% magenta, 27% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 14.52, x: 0.4451, and y: 0.2359.

Color Code #C0238C

#C0238Crgb(192, 35, 140)
HEX
#C0238C
RGB
rgb(192, 35, 140)
HSL
hsl(320, 69%, 45%)
HSV
hsv(320, 82%, 75%)
CMYK
0%, 82%, 27%, 25%
XYZ
X: 27.39, Y: 14.52, Z: 19.63
Lab
L: 44.97, a: 65.85, b: -18.79
Name

Shades of Color #C0238C

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

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

#C0238Crgb(192, 35, 140)

About #C0238C Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 69%, and a lightness of 45%. The HSV representation shows a hue of 320°, a saturation of 82%, and a value of 75%.

  • HEX: #C0238C
  • RGB: rgb(192, 35, 140)
  • HSL: hsl(320, 69%, 45%)
  • HSV: hsv(320, 82%, 75%)
  • CMYK: 0.00% cyan, 82.00% magenta, 27.00% yellow, 25.00% black
  • XYZ: 27.39, 14.52, 19.63
  • Yxy: 14.52, 0.4451, 0.2359
  • Hunter Lab: 44.97, 65.85, -18.79
  • CIE-Lab: 44.97, 65.85, -18.79

In the XYZ color space, this color is represented as X: 27.39, Y: 14.52, Z: 19.63. The Yxy representation further refines this as Y: 14.52, x: 0.4451, and y: 0.2359.

In the Hunter Lab color space, this color is represented as L: 44.97, a: 65.85, and b: -18.79. Similarly, in the CIE-Lab color space, it is represented as L: 44.97, a: 65.85, and b: -18.79.

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

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

Analogous Colors of #C0238C

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

Split Complementary Colors of #C0238C

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

Tetradic Colors of #C0238C

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

Monochromatic Colors of #C0238C

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

Complementary Color of #C0238C

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

/* Using HEX */
body {
  background-color: #c0238c;
}
/* Using RGB */
body {
  background-color: rgb(192, 35, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 35, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 69%, 45%);
}
/* Text color */
p {
  color: #c0238c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0238c;
}
/* Border color */
.box {
  border: 4px solid #c0238c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0238c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0238c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0238C
On Black Background
#C0238C
On White Background
#C0238C

HTML Examples of #C0238C

<!-- Using HEX -->
<div style="background-color: #c0238c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(192, 35, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(192, 35, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(320, 69%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c0238c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c0238c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c0238c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c0238c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c0238c; color: #fff; padding: 16px; border-radius: 8px;">
  #C0238C
</div>
#C0238C
On Black Background
#C0238C
On White Background
#C0238C

Related Colors of #C0238C

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