COLOR #CC41DC

HEX: #CC41DC
RGB: (204,65,220)

Color info

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

RGB color model

#CC41DC color RGB value is (204,65,220).

  • red value is 204;
  • green value is 65;
  • blue value is 220.
RGB:
(204,65,220)
(80%,25%,86%)

RGB channels and saturation

R 204 of 255 = 80%
G 65 of 255 = 25%
B 220 of 255 = 86%

204
65
220

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

Portions of RGB colors in percentages

R + G + B =
204 + 65 + 220 = 489 (100%)
R 204 of 489 ~ 41.72%
G 65 of 489 ~ 13.29%
B 220 of 489 ~ 44.99%

%41.72
%13.29
%44.99

CMYK color model

#CC41DC color CMYK value is (7,70,0,14).

  • cyan value is 7.27%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(7,70,0,14)
C7M70Y0K14 
(7%,70%,0%,14%)
(0.07/0.70/0.00/0.14)	

CMYK percentages

%7.27
%70.45
%0
%13.73

Codes

Color #CC41DC in popluar color models

CC41DC
RGB20465220
HSL294°68.89%55.88%
HSB/HSV294°70.45%86.27%
CMYK7.27%70.45%0.00%
13.73%

Color #CC41DC in popluar number systems.

HEXCC41DC
Decimal20465220
Binary11001100100000111011100
Octal314101334

Shades and tints

Shades of #CC41DC

#CC41DC
(204,65,220)
#BA3CC8
(186,60,200)
#A837B4
(168,55,180)
#9632A0
(150,50,160)
#842D8C
(132,45,140)
#722878
(114,40,120)
#602364
(96,35,100)
#4E1E50
(78,30,80)
#3C193C
(60,25,60)
#2A1428
(42,20,40)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #CC41DC

#CC41DC
(204,65,220)
#D052DF
(208,82,223)
#D463E2
(212,99,226)
#D874E5
(216,116,229)
#DC85E8
(220,133,232)
#E096EB
(224,150,235)
#E4A7EE
(228,167,238)
#E8B8F1
(232,184,241)
#ECC9F4
(236,201,244)
#F0DAF7
(240,218,247)
#F4EBFA
(244,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC41DC color. Also use rgb(204,65,220) instead hex code.

Text Font Color

.myTextColor { color: #CC41DC; }

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

This text font color is #CC41DC.


Background Color

.myBgColor { background-color: #CC41DC; }

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

This div background color is #CC41DC.


Border color

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

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

This div border color is #CC41DC.


Opacity

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

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

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

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

This text has shadow with #CC41DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC41DC on black background.


Color preview on white background

This text has color #CC41DC on white background.



Black color preview on #CC41DC background

This text has black color on #CC41DC background.


White color preview on #CC41DC background

This text has white color on #CC41DC background.