COLOR #CC57C7

HEX: #CC57C7
RGB: (204,87,199)

Color info

#CC57C7 contains mainly red and blue colors. Web safe color of #CC57C7 is #CC66CC (or #C6C).

RGB color model

#CC57C7 color RGB value is (204,87,199).

  • red value is 204;
  • green value is 87;
  • blue value is 199.
RGB:
(204,87,199)
(80%,34%,78%)

RGB channels and saturation

R 204 of 255 = 80%
G 87 of 255 = 34%
B 199 of 255 = 78%

204
87
199

R + G + B ~ 64%. #CC57C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 87 + 199 = 490 (100%)
R 204 of 490 ~ 41.63%
G 87 of 490 ~ 17.76%
B 199 of 490 ~ 40.61%

%41.63
%17.76
%40.61

CMYK color model

#CC57C7 color CMYK value is (0,57,2,20).

  • cyan value is 0.00%
  • magenta value is 57.35%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(0,57,2,20)
C0M57Y2K20 
(0%,57%,2%,20%)
(0.00/0.57/0.02/0.20)	

CMYK percentages

%0
%57.35
%2.45
%20

Codes

Color #CC57C7 in popluar color models

CC57C7
RGB20487199
HSL303°53.42%57.06%
HSB/HSV303°57.35%80.00%
CMYK0.00%57.35%2.45%
20.00%

Color #CC57C7 in popluar number systems.

HEXCC57C7
Decimal20487199
Binary11001100101011111000111
Octal314127307

Shades and tints

Shades of #CC57C7

#CC57C7
(204,87,199)
#BA50B5
(186,80,181)
#A849A3
(168,73,163)
#964291
(150,66,145)
#843B7F
(132,59,127)
#72346D
(114,52,109)
#602D5B
(96,45,91)
#4E2649
(78,38,73)
#3C1F37
(60,31,55)
#2A1825
(42,24,37)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #CC57C7

#CC57C7
(204,87,199)
#D066CC
(208,102,204)
#D475D1
(212,117,209)
#D884D6
(216,132,214)
#DC93DB
(220,147,219)
#E0A2E0
(224,162,224)
#E4B1E5
(228,177,229)
#E8C0EA
(232,192,234)
#ECCFEF
(236,207,239)
#F0DEF4
(240,222,244)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC57C7; }

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

This text font color is #CC57C7.


Background Color

.myBgColor { background-color: #CC57C7; }

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

This div background color is #CC57C7.


Border color

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

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

This div border color is #CC57C7.


Opacity

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

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

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

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

This text has shadow with #CC57C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC57C7 on black background.


Color preview on white background

This text has color #CC57C7 on white background.



Black color preview on #CC57C7 background

This text has black color on #CC57C7 background.


White color preview on #CC57C7 background

This text has white color on #CC57C7 background.