COLOR #CC33CC

HEX: #CC33CC
RGB: (204,51,204)

Color info

#CC33CC contains mainly red and blue colors. #CC33CC color is web safe color. It maybe written shortly as #C3C.

RGB color model

#CC33CC color RGB value is (204,51,204).

  • red value is 204;
  • green value is 51;
  • blue value is 204.
RGB:
(204,51,204)
(80%,20%,80%)

RGB channels and saturation

R 204 of 255 = 80%
G 51 of 255 = 20%
B 204 of 255 = 80%

204
51
204

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

Portions of RGB colors in percentages

R + G + B =
204 + 51 + 204 = 459 (100%)
R 204 of 459 ~ 44.44%
G 51 of 459 ~ 11.11%
B 204 of 459 ~ 44.44%

%44.44
%11.11
%44.44

CMYK color model

#CC33CC color CMYK value is (0,75,0,20).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(0,75,0,20)
C0M75Y0K20 
(0%,75%,0%,20%)
(0.00/0.75/0.00/0.20)	

CMYK percentages

%0
%75
%0
%20

Codes

Color #CC33CC in popluar color models

CC33CC
RGB20451204
HSL300°60.00%50.00%
HSB/HSV300°75.00%80.00%
CMYK0.00%75.00%0.00%
20.00%

Color #CC33CC in popluar number systems.

HEXCC33CC
Decimal20451204
Binary1100110011001111001100
Octal31463314

Shades and tints

Shades of #CC33CC

#CC33CC
(204,51,204)
#BA2FBA
(186,47,186)
#A82BA8
(168,43,168)
#962796
(150,39,150)
#842384
(132,35,132)
#721F72
(114,31,114)
#601B60
(96,27,96)
#4E174E
(78,23,78)
#3C133C
(60,19,60)
#2A0F2A
(42,15,42)
#180B18
(24,11,24)
#000000
(0,0,0)

Tints of #CC33CC

#CC33CC
(204,51,204)
#D045D0
(208,69,208)
#D457D4
(212,87,212)
#D869D8
(216,105,216)
#DC7BDC
(220,123,220)
#E08DE0
(224,141,224)
#E49FE4
(228,159,228)
#E8B1E8
(232,177,232)
#ECC3EC
(236,195,236)
#F0D5F0
(240,213,240)
#F4E7F4
(244,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC33CC; }

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

This text font color is #CC33CC.


Background Color

.myBgColor { background-color: #CC33CC; }

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

This div background color is #CC33CC.


Border color

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

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

This div border color is #CC33CC.


Opacity

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

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

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

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

This text has shadow with #CC33CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC33CC on black background.


Color preview on white background

This text has color #CC33CC on white background.



Black color preview on #CC33CC background

This text has black color on #CC33CC background.


White color preview on #CC33CC background

This text has white color on #CC33CC background.