COLOR #CC59EE

HEX: #CC59EE RGB: (204,89,238)

Color info

#CC59EE contains mainly red and blue colors. Web safe color of #CC59EE is #CC66FF (or #C6F).

RGB color model

#CC59EE color RGB value is (204,89,238).

RGB: (204,89,238) (80%, 35%, 93%)

RGB channels and saturation

R 204 of 255 = 80%
G 89 of 255 = 35%
B 238 of 255 = 93%

204
89
238

R + G + B ~ 69%. #CC59EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 89 + 238 = 531 (100%)
R 204 of 531 ~ 38.42%
G 89 of 531 ~ 16.76%
B 238 of 531 ~ 44.82'%

%38.42
%16.76
%44.82

CMYK color model

#CC59EE color CMYK value is (14,63,0,7).

  • cyan value is 14.29%
  • magenta value is 62.61%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (14,63,0,7)
C14M63Y0K7 (14%, 63%, 0%, 7%)
(0.14 / 0.63 / 0.00 / 0.07)

CMYK percentages

%14.29
%62.61
%0
%6.67

Codes

Color #CC59EE in popluar color models

CC 59 EE
RGB 204 89 238
HSL 286° 81.42% 64.12%
HSB/HSV 286° 62.61% 93.33%
CMYK 14.29% 62.61% 0.00%
6.67%

Color #CC59EE in popluar number systems.

HEX CC 59 EE
Decimal 204 89 238
Binary 11001100 1011001 11101110
Octal 314 131 356

Shades and tints

Shades of #CC59EE

#CC59EE
(204,89,238)
#BA51D9
(186,81,217)
#A849C4
(168,73,196)
#9641AF
(150,65,175)
#84399A
(132,57,154)
#723185
(114,49,133)
#602970
(96,41,112)
#4E215B
(78,33,91)
#3C1946
(60,25,70)
#2A1131
(42,17,49)
#18091C
(24,9,28)
#000000
(0,0,0)

Tints of #CC59EE

#CC59EE
(204,89,238)
#D068EF
(208,104,239)
#D477F0
(212,119,240)
#D886F1
(216,134,241)
#DC95F2
(220,149,242)
#E0A4F3
(224,164,243)
#E4B3F4
(228,179,244)
#E8C2F5
(232,194,245)
#ECD1F6
(236,209,246)
#F0E0F7
(240,224,247)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC59EE; }

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

This text font color is #CC59EE.

Background Color

.myBgColor { background-color: #CC59EE; }

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

This div background color is #CC59EE.

Border color

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

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

This div border color is #CC59EE.

Opacity

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

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

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

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

This text has shadow with #CC59EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC59EE.

Preview

Color preview on black background

This text has color #CC59EE on black background.


Color preview on white background

This text has color #CC59EE on white background.


Black color preview on #CC59EE background

This text has black color on #CC59EE background.


White color preview on #CC59EE background

This text has white color on #CC59EE background.


Related colors

Complementary color

Complementary color for #hex is #33A611.


I love getcolorcode.com

Triadic colors

1 #EECC59 and #59EECC with #CC59EE are triadic colors.

2 #EE59CC and #59CCEE with #CC59EE are triadic colors.