Color: #CF287C
#CF287C Color Information
#CF287C is a dark color. The closest websafe version is #CF287C. A complement of this color would be #27CE7A, perceived brightness is 0.39, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 330°,a saturation of 68%, and a lightness of 48%.The HSV representation shows a hue of 330°, a saturation of 81%, and a value of 81%.
In a RGB color space, #CF287C is composed of 81% red, 16% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 40% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 16.63, x: 0.4906, and y: 0.2639.
Color Code #CF287C
Shades of Color #CF287C
Shades are created by darkening the original color #CF287C 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 #CF287C
Tints are created by lightening the original color #CF287C 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 #CF287C Color Code
In the HSL color space, this color has a hue angle of 330°, a saturation of 68%, and a lightness of 48%. The HSV representation shows a hue of 330°, a saturation of 81%, and a value of 81%.
- HEX: #CF287C
- RGB: rgb(207, 40, 124)
- HSL: hsl(330, 68%, 48%)
- HSV: hsv(330, 81%, 81%)
- CMYK: 0.00% cyan, 81.00% magenta, 40.00% yellow, 19.00% black
- XYZ: 30.91, 16.63, 15.47
- Yxy: 16.63, 0.4906, 0.2639
- Hunter Lab: 47.79, 67.26, -4.49
- CIE-Lab: 47.79, 67.26, -4.49
In the XYZ color space, this color is represented as X: 30.91, Y: 16.63, Z: 15.47. The Yxy representation further refines this as Y: 16.63, x: 0.4906, and y: 0.2639.
In the Hunter Lab color space, this color is represented as L: 47.79, a: 67.26, and b: -4.49. Similarly, in the CIE-Lab color space, it is represented as L: 47.79, a: 67.26, and b: -4.49.
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 #CF287C
Triadic colors are three colors evenly spaced around the color wheel, including #CF287C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #CF287C
Split complementary colors are two colors adjacent to the complementary color of #CF287C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #CF287C
Monochromatic colors are variations of #CF287C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CF287C
The complementary color of #CF287C 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 #CF287C
/* Using HEX */ body { background-color: #cf287c; }
/* Using RGB */ body { background-color: rgb(207, 40, 124); }
/* Using RGB with opacity */ body { background-color: rgba(207, 40, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(330, 68%, 48%); }
/* Text color */ p { color: #cf287c; }
/* Box shadow */ div { box-shadow: 4px 4px #cf287c; }
/* Border color */ .box { border: 4px solid #cf287c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #cf287c; }
/* Background with text */ div { background: #cf287c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #CF287C
<!-- Using HEX --> <div style="background-color: #cf287c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(207, 40, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(207, 40, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(330, 68%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cf287c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cf287c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #cf287c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #cf287c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #cf287c; color: #fff; padding: 16px; border-radius: 8px;"> #CF287C </div>
Related Colors of #CF287C
These colors are similar to #CF287C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.