Color: #CB3A95
#CB3A95 Color Information
#CB3A95 is a dark color. The closest websafe version is #CB3A95. A complement of this color would be #3ACB6F, perceived brightness is 0.44, and the grayscale version is #838383.
In the HSL color space, this color has a hue angle of 322°,a saturation of 58%, and a lightness of 51%.The HSV representation shows a hue of 322°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CB3A95 is composed of 80% red, 23% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 71% magenta, 27% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 18.14, x: 0.4390, and y: 0.2491.
Color Code #CB3A95
Shades of Color #CB3A95
Shades are created by darkening the original color #CB3A95 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 #CB3A95
Tints are created by lightening the original color #CB3A95 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 #CB3A95 Color Code
In the HSL color space, this color has a hue angle of 322°, a saturation of 58%, and a lightness of 51%. The HSV representation shows a hue of 322°, a saturation of 71%, and a value of 80%.
- HEX: #CB3A95
- RGB: rgb(203, 58, 149)
- HSL: hsl(322, 58%, 51%)
- HSV: hsv(322, 71%, 80%)
- CMYK: 0.00% cyan, 71.00% magenta, 27.00% yellow, 20.00% black
- XYZ: 31.97, 18.14, 22.71
- Yxy: 18.14, 0.4390, 0.2491
- Hunter Lab: 49.67, 63.02, -16.86
- CIE-Lab: 49.67, 63.02, -16.86
In the XYZ color space, this color is represented as X: 31.97, Y: 18.14, Z: 22.71. The Yxy representation further refines this as Y: 18.14, x: 0.4390, and y: 0.2491.
In the Hunter Lab color space, this color is represented as L: 49.67, a: 63.02, and b: -16.86. Similarly, in the CIE-Lab color space, it is represented as L: 49.67, a: 63.02, and b: -16.86.
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 #CB3A95
Triadic colors are three colors evenly spaced around the color wheel, including #CB3A95. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CB3A95
Monochromatic colors are variations of #CB3A95, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CB3A95
The complementary color of #CB3A95 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 #CB3A95
/* Using HEX */ body { background-color: #cb3a95; }
/* Using RGB */ body { background-color: rgb(203, 58, 149); }
/* Using RGB with opacity */ body { background-color: rgba(203, 58, 149, 0.5); }
/* Using HSL */ body { background-color: hsl(322, 58%, 51%); }
/* Text color */ p { color: #cb3a95; }
/* Box shadow */ div { box-shadow: 4px 4px #cb3a95; }
HTML Examples of #CB3A95
<!-- Using HEX --> <div style="background-color: #cb3a95; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 58, 149); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 58, 149, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(322, 58%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cb3a95;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cb3a95; width: 100px; height: 100px;"></div>
Related Colors of #CB3A95
These colors are similar to #CB3A95, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.