COLOR #C749BB

HEX: #C749BB RGB: (199,73,187)

Color info

#C749BB contains mainly red and blue colors. Web safe color of #C749BB is #CC33CC (or #C3C).

RGB color model

#C749BB color RGB value is (199,73,187).

RGB: (199,73,187) (78%, 29%, 73%)

RGB channels and saturation

R 199 of 255 = 78%
G 73 of 255 = 29%
B 187 of 255 = 73%

199
73
187

R + G + B ~ 60%. #C749BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 199 + 73 + 187 = 459 (100%)
R 199 of 459 ~ 43.36%
G 73 of 459 ~ 15.9%
B 187 of 459 ~ 40.74'%

%43.36
%15.9
%40.74

CMYK color model

#C749BB color CMYK value is (0,63,6,22).

  • cyan value is 0.00%
  • magenta value is 63.32%
  • yellow value is 6.03%
  • key color value is 21.96%

CMYK: (0,63,6,22)
C0M63Y6K22 (0%, 63%, 6%, 22%)
(0.00 / 0.63 / 0.06 / 0.22)

CMYK percentages

%0
%63.32
%6.03
%21.96

Codes

Color #C749BB in popluar color models

C7 49 BB
RGB 199 73 187
HSL 306° 52.94% 53.33%
HSB/HSV 306° 63.32% 78.04%
CMYK 0.00% 63.32% 6.03%
21.96%

Color #C749BB in popluar number systems.

HEX C7 49 BB
Decimal 199 73 187
Binary 11000111 1001001 10111011
Octal 307 111 273

Shades and tints

Shades of #C749BB

#C749BB
(199,73,187)
#B543AA
(181,67,170)
#A33D99
(163,61,153)
#913788
(145,55,136)
#7F3177
(127,49,119)
#6D2B66
(109,43,102)
#5B2555
(91,37,85)
#491F44
(73,31,68)
#371933
(55,25,51)
#251322
(37,19,34)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #C749BB

#C749BB
(199,73,187)
#CC59C1
(204,89,193)
#D169C7
(209,105,199)
#D679CD
(214,121,205)
#DB89D3
(219,137,211)
#E099D9
(224,153,217)
#E5A9DF
(229,169,223)
#EAB9E5
(234,185,229)
#EFC9EB
(239,201,235)
#F4D9F1
(244,217,241)
#F9E9F7
(249,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C749BB color. Also use rgb(199,73,187) instead hex code.

Text Font Color

.myTextColor { color: #C749BB; }

<p style="color:#C749BB">This sample text font color is #C749BB.</p>

This text font color is #C749BB.

Background Color

.myBgColor { background-color: #C749BB; }

<div style="background-color:#C749BB">Inner text</div>

This div background color is #C749BB.

Border color

.myBorderColor { border: 1px solid #C749BB; }

<div style="border:3px solid #C749BB">Div</div>

This div border color is #C749BB.

Opacity

.myOpacity80 { color: #C749BB; opacity: 0.8; }

<p style="color:#C749BB;opacity:0.8;">80%</p>

Text with #C749BB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C749BB;}

<p style="text-shadow: 3px 3px 1px #C749BB">Text here.</p>

This text has shadow with #C749BB color.


.textShadow {text-shadow: 3px 3px 1px #C749BB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C749BB, 5px 5px 20px red">Text here.</p>

This text has shadow with #C749BB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C749BB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C749BB, Direction=45, Strength=4)">Text</p>

This text has shadow with #C749BB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C749BB;
-webkit-box-shadow: 1px 1px 3px 2px #C749BB;
box-shadow: 1px 1px 3px 2px #C749BB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C749BB; -webkit-box-shadow: 1px 1px 3px 2px #C749BB; box-shadow:1px 1px 3px 2px #C749BB;">
Div content here
</div>

This div box has shadow with color #C749BB.

Preview

Color preview on black background

This text has color #C749BB on black background.


Color preview on white background

This text has color #C749BB on white background.


Black color preview on #C749BB background

This text has black color on #C749BB background.


White color preview on #C749BB background

This text has white color on #C749BB background.


Related colors

Complementary color

Complementary color for #hex is #38B644.


I love getcolorcode.com

Triadic colors

1 #BBC749 and #49BBC7 with #C749BB are triadic colors.

2 #BB49C7 and #49C7BB with #C749BB are triadic colors.