COLOR #CC58EA

HEX: #CC58EA
RGB: (204,88,234)

Color info

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

RGB color model

#CC58EA color RGB value is (204,88,234).

  • red value is 204;
  • green value is 88;
  • blue value is 234.
RGB:
(204,88,234)
(80%,35%,92%)

RGB channels and saturation

R 204 of 255 = 80%
G 88 of 255 = 35%
B 234 of 255 = 92%

204
88
234

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

Portions of RGB colors in percentages

R + G + B =
204 + 88 + 234 = 526 (100%)
R 204 of 526 ~ 38.78%
G 88 of 526 ~ 16.73%
B 234 of 526 ~ 44.49%

%38.78
%16.73
%44.49

CMYK color model

#CC58EA color CMYK value is (13,62,0,8).

  • cyan value is 12.82%
  • magenta value is 62.39%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(13,62,0,8)
C13M62Y0K8 
(13%,62%,0%,8%)
(0.13/0.62/0.00/0.08)	

CMYK percentages

%12.82
%62.39
%0
%8.24

Codes

Color #CC58EA in popluar color models

CC58EA
RGB20488234
HSL288°77.66%63.14%
HSB/HSV288°62.39%91.76%
CMYK12.82%62.39%0.00%
8.24%

Color #CC58EA in popluar number systems.

HEXCC58EA
Decimal20488234
Binary11001100101100011101010
Octal314130352

Shades and tints

Shades of #CC58EA

#CC58EA
(204,88,234)
#BA50D5
(186,80,213)
#A848C0
(168,72,192)
#9640AB
(150,64,171)
#843896
(132,56,150)
#723081
(114,48,129)
#60286C
(96,40,108)
#4E2057
(78,32,87)
#3C1842
(60,24,66)
#2A102D
(42,16,45)
#180818
(24,8,24)
#000000
(0,0,0)

Tints of #CC58EA

#CC58EA
(204,88,234)
#D067EB
(208,103,235)
#D476EC
(212,118,236)
#D885ED
(216,133,237)
#DC94EE
(220,148,238)
#E0A3EF
(224,163,239)
#E4B2F0
(228,178,240)
#E8C1F1
(232,193,241)
#ECD0F2
(236,208,242)
#F0DFF3
(240,223,243)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC58EA; }

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

This text font color is #CC58EA.


Background Color

.myBgColor { background-color: #CC58EA; }

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

This div background color is #CC58EA.


Border color

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

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

This div border color is #CC58EA.


Opacity

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

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

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

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

This text has shadow with #CC58EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC58EA on black background.


Color preview on white background

This text has color #CC58EA on white background.



Black color preview on #CC58EA background

This text has black color on #CC58EA background.


White color preview on #CC58EA background

This text has white color on #CC58EA background.