COLOR #CC48D1

HEX: #CC48D1
RGB: (204,72,209)

Color info

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

RGB color model

#CC48D1 color RGB value is (204,72,209).

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

RGB channels and saturation

R 204 of 255 = 80%
G 72 of 255 = 28%
B 209 of 255 = 82%

204
72
209

R + G + B ~ 63%. #CC48D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 72 + 209 = 485 (100%)
R 204 of 485 ~ 42.06%
G 72 of 485 ~ 14.85%
B 209 of 485 ~ 43.09%

%42.06
%14.85
%43.09

CMYK color model

#CC48D1 color CMYK value is (2,66,0,18).

  • cyan value is 2.39%
  • magenta value is 65.55%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(2,66,0,18)
C2M66Y0K18 
(2%,66%,0%,18%)
(0.02/0.66/0.00/0.18)	

CMYK percentages

%2.39
%65.55
%0
%18.04

Codes

Color #CC48D1 in popluar color models

CC48D1
RGB20472209
HSL298°59.83%55.10%
HSB/HSV298°65.55%81.96%
CMYK2.39%65.55%0.00%
18.04%

Color #CC48D1 in popluar number systems.

HEXCC48D1
Decimal20472209
Binary11001100100100011010001
Octal314110321

Shades and tints

Shades of #CC48D1

#CC48D1
(204,72,209)
#BA42BE
(186,66,190)
#A83CAB
(168,60,171)
#963698
(150,54,152)
#843085
(132,48,133)
#722A72
(114,42,114)
#60245F
(96,36,95)
#4E1E4C
(78,30,76)
#3C1839
(60,24,57)
#2A1226
(42,18,38)
#180C13
(24,12,19)
#000000
(0,0,0)

Tints of #CC48D1

#CC48D1
(204,72,209)
#D058D5
(208,88,213)
#D468D9
(212,104,217)
#D878DD
(216,120,221)
#DC88E1
(220,136,225)
#E098E5
(224,152,229)
#E4A8E9
(228,168,233)
#E8B8ED
(232,184,237)
#ECC8F1
(236,200,241)
#F0D8F5
(240,216,245)
#F4E8F9
(244,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC48D1; }

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

This text font color is #CC48D1.


Background Color

.myBgColor { background-color: #CC48D1; }

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

This div background color is #CC48D1.


Border color

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

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

This div border color is #CC48D1.


Opacity

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

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

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

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

This text has shadow with #CC48D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC48D1 on black background.


Color preview on white background

This text has color #CC48D1 on white background.



Black color preview on #CC48D1 background

This text has black color on #CC48D1 background.


White color preview on #CC48D1 background

This text has white color on #CC48D1 background.