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