COLOR #CC3366

HEX: #CC3366
RGB: (204,51,102)

Renk bilgisi

#CC3366 contains mainly red color. #CC3366 color is web safe color. It maybe written shortly as #C36.

RGB renk modeli

#CC3366 color RGB value is (204,51,102).

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

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 51 of 255 = 20%
B 102 of 255 = 40%

204
51
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 51 + 102 = 357 (100%)
R 204 of 357 ~ 57.14%
G 51 of 357 ~ 14.29%
B 102 of 357 ~ 28.57%

%57.14
%14.29
%28.57

CMYK RENK MODELİ

#CC3366 rengi CMYK tonu (0,75,50,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 75.00%
  • sarı tonu 50.00%
  • ana renk tonu 20.00%
CMYK:
(0,75,50,20)
C0M75Y50K20 
(0%,75%,50%,20%)
(0.00/0.75/0.50/0.20)	

CMYK yüzdeleri

%0
%75
%50
%20

Codes

Color #CC3366 in popluar color models

CC3366
RGB20451102
HSL340°60.00%50.00%
HSB/HSV340°75.00%80.00%
CMYK0.00%75.00%50.00%
20.00%

Color #CC3366 in popluar number systems.

HEXCC3366
Decimal20451102
Binary110011001100111100110
Octal31463146

Shades and tints

Shades of #CC3366

#CC3366
(204,51,102)
#BA2F5D
(186,47,93)
#A82B54
(168,43,84)
#96274B
(150,39,75)
#842342
(132,35,66)
#721F39
(114,31,57)
#601B30
(96,27,48)
#4E1727
(78,23,39)
#3C131E
(60,19,30)
#2A0F15
(42,15,21)
#180B0C
(24,11,12)
#000000
(0,0,0)

Tints of #CC3366

#CC3366
(204,51,102)
#D04573
(208,69,115)
#D45780
(212,87,128)
#D8698D
(216,105,141)
#DC7B9A
(220,123,154)
#E08DA7
(224,141,167)
#E49FB4
(228,159,180)
#E8B1C1
(232,177,193)
#ECC3CE
(236,195,206)
#F0D5DB
(240,213,219)
#F4E7E8
(244,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC3366; }

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

This text font color is #CC3366.


Background Color

.myBgColor { background-color: #CC3366; }

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

This div background color is #CC3366.


Border color

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

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

This div border color is #CC3366.


Opacity

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

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

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

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

This text has shadow with #CC3366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC3366 on black background.


Color preview on white background

This text has color #CC3366 on white background.



Black color preview on #CC3366 background

This text has black color on #CC3366 background.


White color preview on #CC3366 background

This text has white color on #CC3366 background.