HEX: #CC00CC
RGB: (204,0,204)
#CC00CC contains only red and blue colors. #CC00CC color is web safe color. It maybe written shortly as #C0C.
#CC00CC color RGB value is (204,0,204).
RGB: (204,0,204)
(80%, 0%, 80%)
R 204 of 255 = 80%
G 0 of 255 = 0%
B 204 of 255 = 80%
R + G + B ~ 53%. #CC00CC is middle color (not dark and not light).
R + G + B = 204 + 0 + 204 = 408 (100%)
R 204 of 408 ~ 50%
G 0 of 408 ~ 0%
B 204 of 408 ~ 50'%
#CC00CC color CMYK value is (0,100,0,20).
CMYK: (0,100,0,20)
C0M100Y0K20 (0%, 100%, 0%, 20%)
(0.00 / 1.00 / 0.00 / 0.20)
Color #CC00CC in popluar color models
CC | 00 | CC | |
---|---|---|---|
RGB | 204 | 0 | 204 |
HSL | 300° | 100.00% | 40.00% |
HSB/HSV | 300° | 100.00% | 80.00% |
CMYK | 0.00% | 100.00% | 0.00% |
20.00% |
Color #CC00CC in popluar number systems.
HEX | CC | 00 | CC |
Decimal | 204 | 0 | 204 |
Binary | 11001100 | 0 | 11001100 |
Octal | 314 | 0 | 314 |
Shades of #CC00CC
Tints of #CC00CC
Examples of css and html codes for elements with #CC00CC color. Also use rgb(204,0,204) instead hex code.
.myTextColor { color: #CC00CC; }
<p style="color:#CC00CC">This sample text font color is #CC00CC.</p>
This text font color is #CC00CC.
.myBgColor { background-color: #CC00CC; }
<div style="background-color:#CC00CC">Inner text</div>
This div background color is #CC00CC.
.myBorderColor { border: 1px solid #CC00CC; }
<div style="border:3px solid #CC00CC">Div</div>
This div border color is #CC00CC.
.myOpacity80 { color: #CC00CC; opacity: 0.8; }
<p style="color:#CC00CC;opacity:0.8;">80%</p>
Text with #CC00CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC00CC;}
<p style="text-shadow: 3px 3px 1px #CC00CC">Text here.</p>
This text has shadow with #CC00CC color.
.textShadow {text-shadow: 3px 3px 1px #CC00CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC00CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #CC00CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC00CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC00CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC00CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC00CC;
-webkit-box-shadow: 1px 1px 3px 2px #CC00CC;
box-shadow: 1px 1px 3px 2px #CC00CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC00CC; -webkit-box-shadow: 1px 1px 3px 2px #CC00CC; box-shadow:1px 1px 3px 2px #CC00CC;">
Div content here
</div>
This text has color #CC00CC on black background.
This text has color #CC00CC on white background.
This text has black color on #CC00CC background.
This text has white color on #CC00CC background.
Complementary color for #hex is #33FF33.
Color #CC00CC is used in Deep Magenta gradient.
Deep Magenta