COLOR #C849D7

HEX: #C849D7
RGB: (200,73,215)

Color info

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

RGB color model

#C849D7 color RGB value is (200,73,215).

  • red value is 200;
  • green value is 73;
  • blue value is 215.
RGB:
(200,73,215)
(78%,29%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 73 of 255 = 29%
B 215 of 255 = 84%

200
73
215

R + G + B ~ 64%. #C849D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 73 + 215 = 488 (100%)
R 200 of 488 ~ 40.98%
G 73 of 488 ~ 14.96%
B 215 of 488 ~ 44.06%

%40.98
%14.96
%44.06

CMYK color model

#C849D7 color CMYK value is (7,66,0,16).

  • cyan value is 6.98%
  • magenta value is 66.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,66,0,16)
C7M66Y0K16 
(7%,66%,0%,16%)
(0.07/0.66/0.00/0.16)	

CMYK percentages

%6.98
%66.05
%0
%15.69

Codes

Color #C849D7 in popluar color models

C849D7
RGB20073215
HSL294°63.96%56.47%
HSB/HSV294°66.05%84.31%
CMYK6.98%66.05%0.00%
15.69%

Color #C849D7 in popluar number systems.

HEXC849D7
Decimal20073215
Binary11001000100100111010111
Octal310111327

Shades and tints

Shades of #C849D7

#C849D7
(200,73,215)
#B643C4
(182,67,196)
#A43DB1
(164,61,177)
#92379E
(146,55,158)
#80318B
(128,49,139)
#6E2B78
(110,43,120)
#5C2565
(92,37,101)
#4A1F52
(74,31,82)
#38193F
(56,25,63)
#26132C
(38,19,44)
#140D19
(20,13,25)
#000000
(0,0,0)

Tints of #C849D7

#C849D7
(200,73,215)
#CD59DA
(205,89,218)
#D269DD
(210,105,221)
#D779E0
(215,121,224)
#DC89E3
(220,137,227)
#E199E6
(225,153,230)
#E6A9E9
(230,169,233)
#EBB9EC
(235,185,236)
#F0C9EF
(240,201,239)
#F5D9F2
(245,217,242)
#FAE9F5
(250,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C849D7 color. Also use rgb(200,73,215) instead hex code.

Text Font Color

.myTextColor { color: #C849D7; }

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

This text font color is #C849D7.


Background Color

.myBgColor { background-color: #C849D7; }

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

This div background color is #C849D7.


Border color

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

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

This div border color is #C849D7.


Opacity

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

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

Text with #C849D7 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 #C849D7;}

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

This text has shadow with #C849D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C849D7 on black background.


Color preview on white background

This text has color #C849D7 on white background.



Black color preview on #C849D7 background

This text has black color on #C849D7 background.


White color preview on #C849D7 background

This text has white color on #C849D7 background.