COLOR #C948A7

HEX: #C948A7
RGB: (201,72,167)

Color info

#C948A7 contains mainly red and blue colors. Web safe color of #C948A7 is #CC3399 (or #C39).

RGB color model

#C948A7 color RGB value is (201,72,167).

  • red value is 201;
  • green value is 72;
  • blue value is 167.
RGB:
(201,72,167)
(79%,28%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 72 of 255 = 28%
B 167 of 255 = 65%

201
72
167

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

Portions of RGB colors in percentages

R + G + B =
201 + 72 + 167 = 440 (100%)
R 201 of 440 ~ 45.68%
G 72 of 440 ~ 16.36%
B 167 of 440 ~ 37.95%

%45.68
%16.36
%37.95

CMYK color model

#C948A7 color CMYK value is (0,64,17,21).

  • cyan value is 0.00%
  • magenta value is 64.18%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,64,17,21)
C0M64Y17K21 
(0%,64%,17%,21%)
(0.00/0.64/0.17/0.21)	

CMYK percentages

%0
%64.18
%16.92
%21.18

Codes

Color #C948A7 in popluar color models

C948A7
RGB20172167
HSL316°54.43%53.53%
HSB/HSV316°64.18%78.82%
CMYK0.00%64.18%16.92%
21.18%

Color #C948A7 in popluar number systems.

HEXC948A7
Decimal20172167
Binary11001001100100010100111
Octal311110247

Shades and tints

Shades of #C948A7

#C948A7
(201,72,167)
#B74298
(183,66,152)
#A53C89
(165,60,137)
#93367A
(147,54,122)
#81306B
(129,48,107)
#6F2A5C
(111,42,92)
#5D244D
(93,36,77)
#4B1E3E
(75,30,62)
#39182F
(57,24,47)
#271220
(39,18,32)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #C948A7

#C948A7
(201,72,167)
#CD58AF
(205,88,175)
#D168B7
(209,104,183)
#D578BF
(213,120,191)
#D988C7
(217,136,199)
#DD98CF
(221,152,207)
#E1A8D7
(225,168,215)
#E5B8DF
(229,184,223)
#E9C8E7
(233,200,231)
#EDD8EF
(237,216,239)
#F1E8F7
(241,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C948A7 color. Also use rgb(201,72,167) instead hex code.

Text Font Color

.myTextColor { color: #C948A7; }

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

This text font color is #C948A7.


Background Color

.myBgColor { background-color: #C948A7; }

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

This div background color is #C948A7.


Border color

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

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

This div border color is #C948A7.


Opacity

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

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

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

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

This text has shadow with #C948A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C948A7 on black background.


Color preview on white background

This text has color #C948A7 on white background.



Black color preview on #C948A7 background

This text has black color on #C948A7 background.


White color preview on #C948A7 background

This text has white color on #C948A7 background.