COLOR #CC33FF

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

Color info

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

RGB color model

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

RGB: (204,51,255) (80%, 20%, 100%)

RGB channels and saturation

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

204
51
255

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

Portions of RGB colors in percentages

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

%40
%50

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (20,80,0,0)
C20M80Y0K0 (20%, 80%, 0%, 0%)
(0.20 / 0.80 / 0.00 / 0.00)

CMYK percentages

%20
%80
%0
%0

Codes

Color #CC33FF in popluar color models

CC 33 FF
RGB 204 51 255
HSL 285° 100.00% 60.00%
HSB/HSV 285° 80.00% 100.00%
CMYK 20.00% 80.00% 0.00%
0.00%

Color #CC33FF in popluar number systems.

HEX CC 33 FF
Decimal 204 51 255
Binary 11001100 110011 11111111
Octal 314 63 377

Shades and tints

Shades of #CC33FF

#CC33FF
(204,51,255)
#BA2FE8
(186,47,232)
#A82BD1
(168,43,209)
#9627BA
(150,39,186)
#8423A3
(132,35,163)
#721F8C
(114,31,140)
#601B75
(96,27,117)
#4E175E
(78,23,94)
#3C1347
(60,19,71)
#2A0F30
(42,15,48)
#180B19
(24,11,25)
#000000
(0,0,0)

Tints of #CC33FF

#CC33FF
(204,51,255)
#D045FF
(208,69,255)
#D457FF
(212,87,255)
#D869FF
(216,105,255)
#DC7BFF
(220,123,255)
#E08DFF
(224,141,255)
#E49FFF
(228,159,255)
#E8B1FF
(232,177,255)
#ECC3FF
(236,195,255)
#F0D5FF
(240,213,255)
#F4E7FF
(244,231,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC33FF; }

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

This text font color is #CC33FF.

Background Color

.myBgColor { background-color: #CC33FF; }

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

This div background color is #CC33FF.

Border color

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

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

This div border color is #CC33FF.

Opacity

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

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

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

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

This text has shadow with #CC33FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC33FF.

Preview

Color preview on black background

This text has color #CC33FF on black background.


Color preview on white background

This text has color #CC33FF on white background.


Black color preview on #CC33FF background

This text has black color on #CC33FF background.


White color preview on #CC33FF background

This text has white color on #CC33FF background.


Related colors

Complementary color

Complementary color for #hex is #33CC00.


I love getcolorcode.com

Triadic colors

1 #FFCC33 and #33FFCC with #CC33FF are triadic colors.

2 #FF33CC and #33CCFF with #CC33FF are triadic colors.