Color: #C6449F
#C6449F Color Information
#C6449F is a dark color. The closest websafe version is #C6449F. A complement of this color would be #44C56B, perceived brightness is 0.46, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 318°,a saturation of 53%, and a lightness of 52%.The HSV representation shows a hue of 318°, a saturation of 66%, and a value of 78%.
In a RGB color space, #C6449F is composed of 78% red, 27% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 20% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 18.81, x: 0.4146, and y: 0.2451.
Color Code #C6449F
Shades of Color #C6449F
Shades are created by darkening the original color #C6449F 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 #C6449F
Tints are created by lightening the original color #C6449F 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 #C6449F Color Code
In the HSL color space, this color has a hue angle of 318°, a saturation of 53%, and a lightness of 52%. The HSV representation shows a hue of 318°, a saturation of 66%, and a value of 78%.
- HEX: #C6449F
- RGB: rgb(198, 68, 159)
- HSL: hsl(318, 53%, 52%)
- HSV: hsv(318, 66%, 78%)
- CMYK: 0.00% cyan, 66.00% magenta, 20.00% yellow, 22.00% black
- XYZ: 31.81, 18.81, 26.11
- Yxy: 18.81, 0.4146, 0.2451
- Hunter Lab: 50.46, 59.01, -21.69
- CIE-Lab: 50.46, 59.01, -21.69
In the XYZ color space, this color is represented as X: 31.81, Y: 18.81, Z: 26.11. The Yxy representation further refines this as Y: 18.81, x: 0.4146, and y: 0.2451.
In the Hunter Lab color space, this color is represented as L: 50.46, a: 59.01, and b: -21.69. Similarly, in the CIE-Lab color space, it is represented as L: 50.46, a: 59.01, and b: -21.69.
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 #C6449F
Triadic colors are three colors evenly spaced around the color wheel, including #C6449F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C6449F
Split complementary colors are two colors adjacent to the complementary color of #C6449F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C6449F
Monochromatic colors are variations of #C6449F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C6449F
The complementary color of #C6449F 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 #C6449F
/* Using HEX */ body { background-color: #c6449f; }
/* Using RGB */ body { background-color: rgb(198, 68, 159); }
/* Using RGB with opacity */ body { background-color: rgba(198, 68, 159, 0.5); }
/* Using HSL */ body { background-color: hsl(318, 53%, 52%); }
/* Text color */ p { color: #c6449f; }
/* Box shadow */ div { box-shadow: 4px 4px #c6449f; }
/* Border color */ .box { border: 4px solid #c6449f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c6449f; }
/* Background with text */ div { background: #c6449f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C6449F
<!-- Using HEX --> <div style="background-color: #c6449f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(198, 68, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(198, 68, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(318, 53%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c6449f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c6449f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c6449f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c6449f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c6449f; color: #fff; padding: 16px; border-radius: 8px;"> #C6449F </div>
Related Colors of #C6449F
These colors are similar to #C6449F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.