COLOR #FF33CC

HEX: #FF33CC
RGB: (255,51,204)

Color info

#FF33CC contains mainly red and blue colors. #FF33CC color is web safe color. It maybe written shortly as #F3C.

RGB color model

#FF33CC color RGB value is (255,51,204).

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

RGB channels and saturation

R 255 of 255 = 100%
G 51 of 255 = 20%
B 204 of 255 = 80%

255
51
204

R + G + B ~ 67%. #FF33CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 51 + 204 = 510 (100%)
R 255 of 510 ~ 50%
G 51 of 510 ~ 10%
B 204 of 510 ~ 40%

%50
%10
%40

CMYK color model

#FF33CC color CMYK value is (0,80,20,0).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK:
(0,80,20,0)
C0M80Y20K0 
(0%,80%,20%,0%)
(0.00/0.80/0.20/0.00)	

CMYK percentages

%0
%80
%20
%0

Codes

Color #FF33CC in popluar color models

FF33CC
RGB25551204
HSL315°100.00%60.00%
HSB/HSV315°80.00%100.00%
CMYK0.00%80.00%20.00%
0.00%

Color #FF33CC in popluar number systems.

HEXFF33CC
Decimal25551204
Binary1111111111001111001100
Octal37763314

Shades and tints

Shades of #FF33CC

#FF33CC
(255,51,204)
#E82FBA
(232,47,186)
#D12BA8
(209,43,168)
#BA2796
(186,39,150)
#A32384
(163,35,132)
#8C1F72
(140,31,114)
#751B60
(117,27,96)
#5E174E
(94,23,78)
#47133C
(71,19,60)
#300F2A
(48,15,42)
#190B18
(25,11,24)
#000000
(0,0,0)

Tints of #FF33CC

#FF33CC
(255,51,204)
#FF45D0
(255,69,208)
#FF57D4
(255,87,212)
#FF69D8
(255,105,216)
#FF7BDC
(255,123,220)
#FF8DE0
(255,141,224)
#FF9FE4
(255,159,228)
#FFB1E8
(255,177,232)
#FFC3EC
(255,195,236)
#FFD5F0
(255,213,240)
#FFE7F4
(255,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF33CC; }

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

This text font color is #FF33CC.


Background Color

.myBgColor { background-color: #FF33CC; }

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

This div background color is #FF33CC.


Border color

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

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

This div border color is #FF33CC.


Opacity

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

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

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

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

This text has shadow with #FF33CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF33CC on black background.


Color preview on white background

This text has color #FF33CC on white background.



Black color preview on #FF33CC background

This text has black color on #FF33CC background.


White color preview on #FF33CC background

This text has white color on #FF33CC background.