Color: #C0047D
#C0047D Color Information
#C0047D is a dark color. The closest websafe version is #C0047D. A complement of this color would be #04BE45, perceived brightness is 0.29, and the grayscale version is #626262.
In the HSL color space, this color has a hue angle of 321°,a saturation of 96%, and a lightness of 38%.The HSV representation shows a hue of 321°, a saturation of 98%, and a value of 75%.
In a RGB color space, #C0047D is composed of 75% red, 2% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 35% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 13.06, x: 0.4772, and y: 0.2400.
Color Code #C0047D
Shades of Color #C0047D
Shades are created by darkening the original color #C0047D 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 #C0047D
Tints are created by lightening the original color #C0047D 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.
About #C0047D Color Code
In the HSL color space, this color has a hue angle of 321°, a saturation of 96%, and a lightness of 38%. The HSV representation shows a hue of 321°, a saturation of 98%, and a value of 75%.
- HEX: #C0047D
- RGB: rgb(192, 4, 125)
- HSL: hsl(321, 96%, 38%)
- HSV: hsv(321, 98%, 75%)
- CMYK: 0.00% cyan, 98.00% magenta, 35.00% yellow, 25.00% black
- XYZ: 25.97, 13.06, 15.39
- Yxy: 13.06, 0.4772, 0.2400
- Hunter Lab: 42.85, 69.22, -12.80
- CIE-Lab: 42.85, 69.22, -12.80
In the XYZ color space, this color is represented as X: 25.97, Y: 13.06, Z: 15.39. The Yxy representation further refines this as Y: 13.06, x: 0.4772, and y: 0.2400.
In the Hunter Lab color space, this color is represented as L: 42.85, a: 69.22, and b: -12.80. Similarly, in the CIE-Lab color space, it is represented as L: 42.85, a: 69.22, and b: -12.80.
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 #C0047D
Triadic colors are three colors evenly spaced around the color wheel, including #C0047D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C0047D
Split complementary colors are two colors adjacent to the complementary color of #C0047D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C0047D
Monochromatic colors are variations of #C0047D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C0047D
The complementary color of #C0047D 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 #C0047D
/* Using HEX */ body { background-color: #c0047d; }
/* Using RGB */ body { background-color: rgb(192, 4, 125); }
/* Using RGB with opacity */ body { background-color: rgba(192, 4, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(321, 96%, 38%); }
/* Text color */ p { color: #c0047d; }
/* Box shadow */ div { box-shadow: 4px 4px #c0047d; }
/* Border color */ .box { border: 4px solid #c0047d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c0047d; }
/* Background with text */ div { background: #c0047d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C0047D
<!-- Using HEX --> <div style="background-color: #c0047d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(192, 4, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(192, 4, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(321, 96%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c0047d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c0047d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c0047d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c0047d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c0047d; color: #fff; padding: 16px; border-radius: 8px;"> #C0047D </div>
Related Colors of #C0047D
These colors are similar to #C0047D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.