COLOR #CC3299

HEX: #CC3299
RGB: (204,50,153)

Color info

#CC3299 contains mainly red and blue colors. Web safe color of #CC3299 is #CC3399 (or #C39).

RGB color model

#CC3299 color RGB value is (204,50,153).

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

RGB channels and saturation

R 204 of 255 = 80%
G 50 of 255 = 20%
B 153 of 255 = 60%

204
50
153

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

Portions of RGB colors in percentages

R + G + B =
204 + 50 + 153 = 407 (100%)
R 204 of 407 ~ 50.12%
G 50 of 407 ~ 12.29%
B 153 of 407 ~ 37.59%

%50.12
%12.29
%37.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 75.49%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(0,75,25,20)
C0M75Y25K20 
(0%,75%,25%,20%)
(0.00/0.75/0.25/0.20)	

CMYK percentages

%0
%75.49
%25
%20

Codes

Color #CC3299 in popluar color models

CC3299
RGB20450153
HSL320°60.63%49.80%
HSB/HSV320°75.49%80.00%
CMYK0.00%75.49%25.00%
20.00%

Color #CC3299 in popluar number systems.

HEXCC3299
Decimal20450153
Binary1100110011001010011001
Octal31462231

Shades and tints

Shades of #CC3299

#CC3299
(204,50,153)
#BA2E8C
(186,46,140)
#A82A7F
(168,42,127)
#962672
(150,38,114)
#842265
(132,34,101)
#721E58
(114,30,88)
#601A4B
(96,26,75)
#4E163E
(78,22,62)
#3C1231
(60,18,49)
#2A0E24
(42,14,36)
#180A17
(24,10,23)
#000000
(0,0,0)

Tints of #CC3299

#CC3299
(204,50,153)
#D044A2
(208,68,162)
#D456AB
(212,86,171)
#D868B4
(216,104,180)
#DC7ABD
(220,122,189)
#E08CC6
(224,140,198)
#E49ECF
(228,158,207)
#E8B0D8
(232,176,216)
#ECC2E1
(236,194,225)
#F0D4EA
(240,212,234)
#F4E6F3
(244,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3299; }

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

This text font color is #CC3299.


Background Color

.myBgColor { background-color: #CC3299; }

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

This div background color is #CC3299.


Border color

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

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

This div border color is #CC3299.


Opacity

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

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

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

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

This text has shadow with #CC3299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC3299 on black background.


Color preview on white background

This text has color #CC3299 on white background.



Black color preview on #CC3299 background

This text has black color on #CC3299 background.


White color preview on #CC3299 background

This text has white color on #CC3299 background.