HEX: #CC479A
RGB: (204,71,154)
#CC479A enthält hauptsächlich rote und blaue Farbe. Für #CC479A ist eine «websichere» Webfarbe #CC3399 (oder kurz #C39).
Die Farbe #CC479A wird in RGB als (204,71,154) definiert.
RGB: (204,71,154) (80%,28%,60%)
R 204 von 255 = 80%
G 71 von 255 = 28%
B 154 von 255 = 60%
R + G + B ~ 56%. #CC479A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
204 + 71 + 154 = 429 (100%)
R 204 von 429 ~ 47.55%
G 71 von 429 ~ 16.55%
B 154 von 429 ~ 35.9%
Die Farbe #CC479A wird in CMYK als (0,65,25,20) definiert.
CMYK: (0,65,25,20) C0M65Y25K20 (0%,65%,25%,20%) (0.00/0.65/0.25/0.20)
CC | 47 | 9A | |
---|---|---|---|
RGB | 204 | 71 | 154 |
HSL | 323° | 56.60% | 53.92% |
HSB/HSV | 323° | 65.20% | 80.00% |
CMYK | 0.00% | 65.20% | 24.51% |
20.00% |
Hexadezimal | CC | 47 | 9A |
Dezimal | 204 | 71 | 154 |
Binär | 11001100 | 1000111 | 10011010 |
Oktal | 314 | 107 | 232 |
Beispiele css- und html für Elemente in der Farbe #CC479A. Bitte benutzen Sie auch rgb(204,71,154) statt hex-Code.
.myTextColor { color: #CC479A; }
<p style="color:#CC479A">This sample text font color is #CC479A.</p>
Die Farbe dieses Textes ist #CC479A.
.myBgColor { background-color: #CC479A; }
<div style="background-color:#CC479A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC479A.
.myBorderColor { border: 1px solid #CC479A; }
<div style="border:3px solid #CC479A">Div</div>
Die Grenzen von diesem div sind in Farbe #CC479A.
.myOpacity80 { color: #CC479A; opacity: 0.8; }
<p style="color:#CC479A;opacity:0.8;">80%</p>
Text in Farbe #CC479A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC479A;}
<p style="text-shadow: 3px 3px 1px #CC479A">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC479A.
.textShadow {text-shadow: 3px 3px 1px #CC479A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC479A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC479A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC479A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC479A, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC479A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #CC479A; -webkit-box-shadow: 1px 1px 3px 2px #CC479A; box-shadow: 1px 1px 3px 2px #CC479A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #CC479A; -webkit-box-shadow: 1px 1px 3px 2px #CC479A; box-shadow:1px 1px 3px 2px #CC479A;">
Div content here</div>
Dieser Text ist in der Farbe #CC479A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC479A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC479A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC479A.