In the RGB color space, #C049B5 is composed of 75.2941% red, 28.6275% green, and 70.9804% blue.
In the CMYK color space, #C049B5 is composed of 0% cyan, 61.97% magenta, 5.72% yellow, and 24.71% black,
It has a hue angle of 305.5 degrees, a saturation of 48.56%, and a lightness of 51.96%.
The closest websafe color is #CC33CC.
The hexadecimal color #C049B5 has RGB values of R:192, G:73, B:181 and CMYK values of C:0, M:61.97, Y:5.72, K:24.71. It has a decimal value of 12601781.
Hexadecimal | #C049B5 | #C049B5 |
RGB Decimal | 192, 73, 181 | rgb(192, 73, 181) |
RGB Percent | 75.2941, 28.6275, 70.9804 | rgb(75.2941%, 28.6275%, 70.9804%) |
RGB Proportion | 0.7529, 0.2863, 0.7098 | rgb(0.7529, 0.2863, 0.7098) |
CMYK | 0, 61.97, 5.72, 24.71 | |
HSL | 305.5ยบ, 48.56, 51.96 | hsl(305.5, 48.56%, 51.96%) |
Websafe | CC33CC | #CC33CC |
XYZ | 32.459, 19.307, 45.731 | |
Yxy | 19.307, 0.333, 0.198 | |
CIE-LAB | 51.044, 60.506, -34.184 | |
CIE-LCH | 51.044, 69.495, 330.535 | |
CIE-LUV | 51.044, 56.317, -59.708 | |
Hunter-Lab | 43.94, 54.966, -30.949 |
Colors that go well with #C049B5.
Common HTML and CSS shortcodes for #C049B5.
<div style="color: #C049B5;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #C049B5;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #C049B5;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #C049B5 to transparent.
<div style="background: linear-gradient(#C049B5, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #C049B5 to transparent.
<div style="background: radial-gradient(#C049B5, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #C049B5 to #3FB64A.
<div style="background: linear-gradient(#C049B5, #3FB64A);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #C049B5 to #3FB64A.
<div style="background: radial-gradient(#C049B5, #3FB64A);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #C049B5; }
.background { background-color: #C049B5; }
.border { border: 1px solid #C049B5; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040203 while the lightest tint is #FEFCFE.