Color: #C7129B
#C7129B Color Information
#C7129B is a dark color. The closest websafe version is #C7129B. A complement of this color would be #13C940, perceived brightness is 0.34, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 315°,a saturation of 83%, and a lightness of 43%.The HSV representation shows a hue of 315°, a saturation of 91%, and a value of 78%.
In a RGB color space, #C7129B is composed of 78% red, 7% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 91% magenta, 22% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 15.13, x: 0.4309, and y: 0.2186.
Color Code #C7129B
Shades of Color #C7129B
Shades are created by darkening the original color #C7129B 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 #C7129B
Tints are created by lightening the original color #C7129B 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 #C7129B Color Code
In the HSL color space, this color has a hue angle of 315°, a saturation of 83%, and a lightness of 43%. The HSV representation shows a hue of 315°, a saturation of 91%, and a value of 78%.
- HEX: #C7129B
- RGB: rgb(199, 18, 155)
- HSL: hsl(315, 83%, 43%)
- HSV: hsv(315, 91%, 78%)
- CMYK: 0.00% cyan, 91.00% magenta, 22.00% yellow, 22.00% black
- XYZ: 29.83, 15.13, 24.26
- Yxy: 15.13, 0.4309, 0.2186
- Hunter Lab: 45.81, 71.74, -26.42
- CIE-Lab: 45.81, 71.74, -26.42
In the XYZ color space, this color is represented as X: 29.83, Y: 15.13, Z: 24.26. The Yxy representation further refines this as Y: 15.13, x: 0.4309, and y: 0.2186.
In the Hunter Lab color space, this color is represented as L: 45.81, a: 71.74, and b: -26.42. Similarly, in the CIE-Lab color space, it is represented as L: 45.81, a: 71.74, and b: -26.42.
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 #C7129B
Triadic colors are three colors evenly spaced around the color wheel, including #C7129B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C7129B
Split complementary colors are two colors adjacent to the complementary color of #C7129B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C7129B
Monochromatic colors are variations of #C7129B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C7129B
The complementary color of #C7129B 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 #C7129B
/* Using HEX */ body { background-color: #c7129b; }
/* Using RGB */ body { background-color: rgb(199, 18, 155); }
/* Using RGB with opacity */ body { background-color: rgba(199, 18, 155, 0.5); }
/* Using HSL */ body { background-color: hsl(315, 83%, 43%); }
/* Text color */ p { color: #c7129b; }
/* Box shadow */ div { box-shadow: 4px 4px #c7129b; }
/* Border color */ .box { border: 4px solid #c7129b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c7129b; }
/* Background with text */ div { background: #c7129b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C7129B
<!-- Using HEX --> <div style="background-color: #c7129b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 18, 155); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 18, 155, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(315, 83%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c7129b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c7129b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c7129b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c7129b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c7129b; color: #fff; padding: 16px; border-radius: 8px;"> #C7129B </div>
Related Colors of #C7129B
These colors are similar to #C7129B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.