COLOR #CC30D3

HEX: #CC30D3
RGB: (204,48,211)

Color info

#CC30D3 contains mainly red and blue colors. Web safe color of #CC30D3 is #CC33CC (or #C3C).

RGB color model

#CC30D3 color RGB value is (204,48,211).

  • red value is 204;
  • green value is 48;
  • blue value is 211.
RGB:
(204,48,211)
(80%,19%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 48 of 255 = 19%
B 211 of 255 = 83%

204
48
211

R + G + B ~ 61%. #CC30D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 48 + 211 = 463 (100%)
R 204 of 463 ~ 44.06%
G 48 of 463 ~ 10.37%
B 211 of 463 ~ 45.57%

%44.06
%10.37
%45.57

CMYK color model

#CC30D3 color CMYK value is (3,77,0,17).

  • cyan value is 3.32%
  • magenta value is 77.25%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,77,0,17)
C3M77Y0K17 
(3%,77%,0%,17%)
(0.03/0.77/0.00/0.17)	

CMYK percentages

%3.32
%77.25
%0
%17.25

Codes

Color #CC30D3 in popluar color models

CC30D3
RGB20448211
HSL297°64.94%50.78%
HSB/HSV297°77.25%82.75%
CMYK3.32%77.25%0.00%
17.25%

Color #CC30D3 in popluar number systems.

HEXCC30D3
Decimal20448211
Binary1100110011000011010011
Octal31460323

Shades and tints

Shades of #CC30D3

#CC30D3
(204,48,211)
#BA2CC0
(186,44,192)
#A828AD
(168,40,173)
#96249A
(150,36,154)
#842087
(132,32,135)
#721C74
(114,28,116)
#601861
(96,24,97)
#4E144E
(78,20,78)
#3C103B
(60,16,59)
#2A0C28
(42,12,40)
#180815
(24,8,21)
#000000
(0,0,0)

Tints of #CC30D3

#CC30D3
(204,48,211)
#D042D7
(208,66,215)
#D454DB
(212,84,219)
#D866DF
(216,102,223)
#DC78E3
(220,120,227)
#E08AE7
(224,138,231)
#E49CEB
(228,156,235)
#E8AEEF
(232,174,239)
#ECC0F3
(236,192,243)
#F0D2F7
(240,210,247)
#F4E4FB
(244,228,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC30D3 color. Also use rgb(204,48,211) instead hex code.

Text Font Color

.myTextColor { color: #CC30D3; }

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

This text font color is #CC30D3.


Background Color

.myBgColor { background-color: #CC30D3; }

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

This div background color is #CC30D3.


Border color

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

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

This div border color is #CC30D3.


Opacity

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

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

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

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

This text has shadow with #CC30D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC30D3 on black background.


Color preview on white background

This text has color #CC30D3 on white background.



Black color preview on #CC30D3 background

This text has black color on #CC30D3 background.


White color preview on #CC30D3 background

This text has white color on #CC30D3 background.