COLOR #CC1C8A

HEX: #CC1C8A
RGB: (204,28,138)

Color info

#CC1C8A contains mainly red color. Web safe color of #CC1C8A is #CC3399 (or #C39).

RGB color model

#CC1C8A color RGB value is (204,28,138).

  • red value is 204;
  • green value is 28;
  • blue value is 138.
RGB:
(204,28,138)
(80%,11%,54%)

RGB channels and saturation

R 204 of 255 = 80%
G 28 of 255 = 11%
B 138 of 255 = 54%

204
28
138

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

Portions of RGB colors in percentages

R + G + B =
204 + 28 + 138 = 370 (100%)
R 204 of 370 ~ 55.14%
G 28 of 370 ~ 7.57%
B 138 of 370 ~ 37.3%

%55.14
%37.3

CMYK color model

#CC1C8A color CMYK value is (0,86,32,20).

  • cyan value is 0.00%
  • magenta value is 86.27%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK:
(0,86,32,20)
C0M86Y32K20 
(0%,86%,32%,20%)
(0.00/0.86/0.32/0.20)	

CMYK percentages

%0
%86.27
%32.35
%20

Codes

Color #CC1C8A in popluar color models

CC1C8A
RGB20428138
HSL323°75.86%45.49%
HSB/HSV323°86.27%80.00%
CMYK0.00%86.27%32.35%
20.00%

Color #CC1C8A in popluar number systems.

HEXCC1C8A
Decimal20428138
Binary110011001110010001010
Octal31434212

Shades and tints

Shades of #CC1C8A

#CC1C8A
(204,28,138)
#BA1A7E
(186,26,126)
#A81872
(168,24,114)
#961666
(150,22,102)
#84145A
(132,20,90)
#72124E
(114,18,78)
#601042
(96,16,66)
#4E0E36
(78,14,54)
#3C0C2A
(60,12,42)
#2A0A1E
(42,10,30)
#180812
(24,8,18)
#000000
(0,0,0)

Tints of #CC1C8A

#CC1C8A
(204,28,138)
#D03094
(208,48,148)
#D4449E
(212,68,158)
#D858A8
(216,88,168)
#DC6CB2
(220,108,178)
#E080BC
(224,128,188)
#E494C6
(228,148,198)
#E8A8D0
(232,168,208)
#ECBCDA
(236,188,218)
#F0D0E4
(240,208,228)
#F4E4EE
(244,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC1C8A; }

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

This text font color is #CC1C8A.


Background Color

.myBgColor { background-color: #CC1C8A; }

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

This div background color is #CC1C8A.


Border color

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

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

This div border color is #CC1C8A.


Opacity

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

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

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

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

This text has shadow with #CC1C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC1C8A on black background.


Color preview on white background

This text has color #CC1C8A on white background.



Black color preview on #CC1C8A background

This text has black color on #CC1C8A background.


White color preview on #CC1C8A background

This text has white color on #CC1C8A background.