COLOR #CC3399

HEX: #CC3399
RGB: (204,51,153)

Renk bilgisi

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

RGB renk modeli

#CC3399 color RGB value is (204,51,153).

  • kırmız ton 204;
  • yeşil ton 51;
  • mavi ton 153.
RGB:
(204,51,153)
(80%,20%,60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 51 of 255 = 20%
B 153 of 255 = 60%

204
51
153

R + G + B ~ 53%. #CC3399 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 51 + 153 = 408 (100%)
R 204 of 408 ~ 50%
G 51 of 408 ~ 12.5%
B 153 of 408 ~ 37.5%

%50
%12.5
%37.5

CMYK RENK MODELİ

#CC3399 rengi CMYK tonu (0,75,25,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.00%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%
CMYK:
(0,75,25,20)
C0M75Y25K20 
(0%,75%,25%,20%)
(0.00/0.75/0.25/0.20)	

CMYK yüzdeleri

%0
%75
%25
%20

Codes

Color #CC3399 in popluar color models

CC3399
RGB20451153
HSL320°60.00%50.00%
HSB/HSV320°75.00%80.00%
CMYK0.00%75.00%25.00%
20.00%

Color #CC3399 in popluar number systems.

HEXCC3399
Decimal20451153
Binary1100110011001110011001
Octal31463231

Shades and tints

Shades of #CC3399

#CC3399
(204,51,153)
#BA2F8C
(186,47,140)
#A82B7F
(168,43,127)
#962772
(150,39,114)
#842365
(132,35,101)
#721F58
(114,31,88)
#601B4B
(96,27,75)
#4E173E
(78,23,62)
#3C1331
(60,19,49)
#2A0F24
(42,15,36)
#180B17
(24,11,23)
#000000
(0,0,0)

Tints of #CC3399

#CC3399
(204,51,153)
#D045A2
(208,69,162)
#D457AB
(212,87,171)
#D869B4
(216,105,180)
#DC7BBD
(220,123,189)
#E08DC6
(224,141,198)
#E49FCF
(228,159,207)
#E8B1D8
(232,177,216)
#ECC3E1
(236,195,225)
#F0D5EA
(240,213,234)
#F4E7F3
(244,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3399; }

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

This text font color is #CC3399.


Background Color

.myBgColor { background-color: #CC3399; }

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

This div background color is #CC3399.


Border color

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

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

This div border color is #CC3399.


Opacity

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

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

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

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

This text has shadow with #CC3399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC3399 on black background.


Color preview on white background

This text has color #CC3399 on white background.



Black color preview on #CC3399 background

This text has black color on #CC3399 background.


White color preview on #CC3399 background

This text has white color on #CC3399 background.