COLOR #CC99CC

HEX: #CC99CC RGB: (204,153,204)

Color info

#CC99CC contains red, green and blue colors in about the same proportion. #CC99CC color is web safe color. It maybe written shortly as #C9C.

RGB color model

#CC99CC color RGB value is (204,153,204).

RGB: (204,153,204) (80%, 60%, 80%)

RGB channels and saturation

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

204
153
204

R + G + B ~ 73%. #CC99CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 153 + 204 = 561 (100%)
R 204 of 561 ~ 36.36%
G 153 of 561 ~ 27.27%
B 204 of 561 ~ 36.36'%

%36.36
%27.27
%36.36

CMYK color model

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

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

CMYK: (0,25,0,20)
C0M25Y0K20 (0%, 25%, 0%, 20%)
(0.00 / 0.25 / 0.00 / 0.20)

CMYK percentages

%0
%25
%0
%20

Codes

Color #CC99CC in popluar color models

CC 99 CC
RGB 204 153 204
HSL 300° 33.33% 70.00%
HSB/HSV 300° 25.00% 80.00%
CMYK 0.00% 25.00% 0.00%
20.00%

Color #CC99CC in popluar number systems.

HEX CC 99 CC
Decimal 204 153 204
Binary 11001100 10011001 11001100
Octal 314 231 314

Shades and tints

Shades of #CC99CC

#CC99CC
(204,153,204)
#BA8CBA
(186,140,186)
#A87FA8
(168,127,168)
#967296
(150,114,150)
#846584
(132,101,132)
#725872
(114,88,114)
#604B60
(96,75,96)
#4E3E4E
(78,62,78)
#3C313C
(60,49,60)
#2A242A
(42,36,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #CC99CC

#CC99CC
(204,153,204)
#D0A2D0
(208,162,208)
#D4ABD4
(212,171,212)
#D8B4D8
(216,180,216)
#DCBDDC
(220,189,220)
#E0C6E0
(224,198,224)
#E4CFE4
(228,207,228)
#E8D8E8
(232,216,232)
#ECE1EC
(236,225,236)
#F0EAF0
(240,234,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC99CC; }

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

This text font color is #CC99CC.

Background Color

.myBgColor { background-color: #CC99CC; }

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

This div background color is #CC99CC.

Border color

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

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

This div border color is #CC99CC.

Opacity

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

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

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

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

This text has shadow with #CC99CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC99CC.

Preview

Color preview on black background

This text has color #CC99CC on black background.


Color preview on white background

This text has color #CC99CC on white background.


Black color preview on #CC99CC background

This text has black color on #CC99CC background.


White color preview on #CC99CC background

This text has white color on #CC99CC background.


Related colors

Complementary color

Complementary color for #hex is #336633.


I love getcolorcode.com

Gradients

Color #CC99CC is used in Light Grayish Magenta gradient.

Light Grayish Magenta


Triadic colors

1 #CCCC99 and #99CCCC with #CC99CC are triadic colors.

2 #CC99CC and #99CCCC with #CC99CC are triadic colors.