COLOR #CC33EF

HEX: #CC33EF
RGB: (204,51,239)

Color info

#CC33EF contains mainly red and blue colors. Web safe color of #CC33EF is #CC33FF (or #C3F).

RGB color model

#CC33EF color RGB value is (204,51,239).

  • red value is 204;
  • green value is 51;
  • blue value is 239.
RGB:
(204,51,239)
(80%,20%,94%)

RGB channels and saturation

R 204 of 255 = 80%
G 51 of 255 = 20%
B 239 of 255 = 94%

204
51
239

R + G + B ~ 65%. #CC33EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 51 + 239 = 494 (100%)
R 204 of 494 ~ 41.3%
G 51 of 494 ~ 10.32%
B 239 of 494 ~ 48.38%

%41.3
%10.32
%48.38

CMYK color model

#CC33EF color CMYK value is (15,79,0,6).

  • cyan value is 14.64%
  • magenta value is 78.66%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(15,79,0,6)
C15M79Y0K6 
(15%,79%,0%,6%)
(0.15/0.79/0.00/0.06)	

CMYK percentages

%14.64
%78.66
%0
%6.27

Codes

Color #CC33EF in popluar color models

CC33EF
RGB20451239
HSL289°85.45%56.86%
HSB/HSV289°78.66%93.73%
CMYK14.64%78.66%0.00%
6.27%

Color #CC33EF in popluar number systems.

HEXCC33EF
Decimal20451239
Binary1100110011001111101111
Octal31463357

Shades and tints

Shades of #CC33EF

#CC33EF
(204,51,239)
#BA2FDA
(186,47,218)
#A82BC5
(168,43,197)
#9627B0
(150,39,176)
#84239B
(132,35,155)
#721F86
(114,31,134)
#601B71
(96,27,113)
#4E175C
(78,23,92)
#3C1347
(60,19,71)
#2A0F32
(42,15,50)
#180B1D
(24,11,29)
#000000
(0,0,0)

Tints of #CC33EF

#CC33EF
(204,51,239)
#D045F0
(208,69,240)
#D457F1
(212,87,241)
#D869F2
(216,105,242)
#DC7BF3
(220,123,243)
#E08DF4
(224,141,244)
#E49FF5
(228,159,245)
#E8B1F6
(232,177,246)
#ECC3F7
(236,195,247)
#F0D5F8
(240,213,248)
#F4E7F9
(244,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC33EF; }

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

This text font color is #CC33EF.


Background Color

.myBgColor { background-color: #CC33EF; }

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

This div background color is #CC33EF.


Border color

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

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

This div border color is #CC33EF.


Opacity

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

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

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

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

This text has shadow with #CC33EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC33EF on black background.


Color preview on white background

This text has color #CC33EF on white background.



Black color preview on #CC33EF background

This text has black color on #CC33EF background.


White color preview on #CC33EF background

This text has white color on #CC33EF background.