COLOR #CC48B9

HEX: #CC48B9
RGB: (204,72,185)

Color info

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

RGB color model

#CC48B9 color RGB value is (204,72,185).

  • red value is 204;
  • green value is 72;
  • blue value is 185.
RGB:
(204,72,185)
(80%,28%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 72 of 255 = 28%
B 185 of 255 = 73%

204
72
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 72 + 185 = 461 (100%)
R 204 of 461 ~ 44.25%
G 72 of 461 ~ 15.62%
B 185 of 461 ~ 40.13%

%44.25
%15.62
%40.13

CMYK color model

#CC48B9 color CMYK value is (0,65,9,20).

  • cyan value is 0.00%
  • magenta value is 64.71%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,65,9,20)
C0M65Y9K20 
(0%,65%,9%,20%)
(0.00/0.65/0.09/0.20)	

CMYK percentages

%0
%64.71
%9.31
%20

Codes

Color #CC48B9 in popluar color models

CC48B9
RGB20472185
HSL309°56.41%54.12%
HSB/HSV309°64.71%80.00%
CMYK0.00%64.71%9.31%
20.00%

Color #CC48B9 in popluar number systems.

HEXCC48B9
Decimal20472185
Binary11001100100100010111001
Octal314110271

Shades and tints

Shades of #CC48B9

#CC48B9
(204,72,185)
#BA42A9
(186,66,169)
#A83C99
(168,60,153)
#963689
(150,54,137)
#843079
(132,48,121)
#722A69
(114,42,105)
#602459
(96,36,89)
#4E1E49
(78,30,73)
#3C1839
(60,24,57)
#2A1229
(42,18,41)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #CC48B9

#CC48B9
(204,72,185)
#D058BF
(208,88,191)
#D468C5
(212,104,197)
#D878CB
(216,120,203)
#DC88D1
(220,136,209)
#E098D7
(224,152,215)
#E4A8DD
(228,168,221)
#E8B8E3
(232,184,227)
#ECC8E9
(236,200,233)
#F0D8EF
(240,216,239)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC48B9 color. Also use rgb(204,72,185) instead hex code.

Text Font Color

.myTextColor { color: #CC48B9; }

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

This text font color is #CC48B9.


Background Color

.myBgColor { background-color: #CC48B9; }

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

This div background color is #CC48B9.


Border color

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

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

This div border color is #CC48B9.


Opacity

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

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

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

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

This text has shadow with #CC48B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC48B9 on black background.


Color preview on white background

This text has color #CC48B9 on white background.



Black color preview on #CC48B9 background

This text has black color on #CC48B9 background.


White color preview on #CC48B9 background

This text has white color on #CC48B9 background.