COLOR #CC3FCC

HEX: #CC3FCC RGB: (204,63,204)

Color info

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

RGB color model

#CC3FCC color RGB value is (204,63,204).

RGB: (204,63,204) (80%, 25%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 63 of 255 = 25%
B 204 of 255 = 80%

204
63
204

R + G + B ~ 62%. #CC3FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 63 + 204 = 471 (100%)
R 204 of 471 ~ 43.31%
G 63 of 471 ~ 13.38%
B 204 of 471 ~ 43.31'%

%43.31
%13.38
%43.31

CMYK color model

#CC3FCC color CMYK value is (0,69,0,20).

  • cyan value is 0.00%
  • magenta value is 69.12%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,69,0,20)
C0M69Y0K20 (0%, 69%, 0%, 20%)
(0.00 / 0.69 / 0.00 / 0.20)

CMYK percentages

%0
%69.12
%0
%20

Codes

Color #CC3FCC in popluar color models

CC 3F CC
RGB 204 63 204
HSL 300° 58.02% 52.35%
HSB/HSV 300° 69.12% 80.00%
CMYK 0.00% 69.12% 0.00%
20.00%

Color #CC3FCC in popluar number systems.

HEX CC 3F CC
Decimal 204 63 204
Binary 11001100 111111 11001100
Octal 314 77 314

Shades and tints

Shades of #CC3FCC

#CC3FCC
(204,63,204)
#BA3ABA
(186,58,186)
#A835A8
(168,53,168)
#963096
(150,48,150)
#842B84
(132,43,132)
#722672
(114,38,114)
#602160
(96,33,96)
#4E1C4E
(78,28,78)
#3C173C
(60,23,60)
#2A122A
(42,18,42)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #CC3FCC

#CC3FCC
(204,63,204)
#D050D0
(208,80,208)
#D461D4
(212,97,212)
#D872D8
(216,114,216)
#DC83DC
(220,131,220)
#E094E0
(224,148,224)
#E4A5E4
(228,165,228)
#E8B6E8
(232,182,232)
#ECC7EC
(236,199,236)
#F0D8F0
(240,216,240)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3FCC; }

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

This text font color is #CC3FCC.

Background Color

.myBgColor { background-color: #CC3FCC; }

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

This div background color is #CC3FCC.

Border color

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

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

This div border color is #CC3FCC.

Opacity

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

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

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

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

This text has shadow with #CC3FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC3FCC.

Preview

Color preview on black background

This text has color #CC3FCC on black background.


Color preview on white background

This text has color #CC3FCC on white background.


Black color preview on #CC3FCC background

This text has black color on #CC3FCC background.


White color preview on #CC3FCC background

This text has white color on #CC3FCC background.


Related colors

Complementary color

Complementary color for #hex is #33C033.


I love getcolorcode.com

Triadic colors

1 #CCCC3F and #3FCCCC with #CC3FCC are triadic colors.

2 #CC3FCC and #3FCCCC with #CC3FCC are triadic colors.