HEX: #C393C1
RGB: (195,147,193)
#C393C1 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C393C1 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C393C1 wird in RGB als (195,147,193) definiert.
RGB: (195,147,193) (76%,58%,76%)
R 195 von 255 = 76%
G 147 von 255 = 58%
B 193 von 255 = 76%
R + G + B ~ 70%. #C393C1 ziemlich helle Farbe.
R + G + B =
195 + 147 + 193 = 535 (100%)
R 195 von 535 ~ 36.45%
G 147 von 535 ~ 27.48%
B 193 von 535 ~ 36.07%
Die Farbe #C393C1 wird in CMYK als (0,25,1,24) definiert.
CMYK: (0,25,1,24) C0M25Y1K24 (0%,25%,1%,24%) (0.00/0.25/0.01/0.24)
C3 | 93 | C1 | |
---|---|---|---|
RGB | 195 | 147 | 193 |
HSL | 303° | 28.57% | 67.06% |
HSB/HSV | 303° | 24.62% | 76.47% |
CMYK | 0.00% | 24.62% | 1.03% |
23.53% |
Hexadezimal | C3 | 93 | C1 |
Dezimal | 195 | 147 | 193 |
Binär | 11000011 | 10010011 | 11000001 |
Oktal | 303 | 223 | 301 |
Beispiele css- und html für Elemente in der Farbe #C393C1. Bitte benutzen Sie auch rgb(195,147,193) statt hex-Code.
.myTextColor { color: #C393C1; }
<p style="color:#C393C1">This sample text font color is #C393C1.</p>
Die Farbe dieses Textes ist #C393C1.
.myBgColor { background-color: #C393C1; }
<div style="background-color:#C393C1">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C393C1.
.myBorderColor { border: 1px solid #C393C1; }
<div style="border:3px solid #C393C1">Div</div>
Die Grenzen von diesem div sind in Farbe #C393C1.
.myOpacity80 { color: #C393C1; opacity: 0.8; }
<p style="color:#C393C1;opacity:0.8;">80%</p>
Text in Farbe #C393C1 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C393C1;}
<p style="text-shadow: 3px 3px 1px #C393C1">Text here.</p>
Dieser Text hat den Schatten in Farbe #C393C1.
.textShadow {text-shadow: 3px 3px 1px #C393C1, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C393C1, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C393C1 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C393C1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C393C1, Direction=45, Strength=4)">Text</p>
This text has shadow with #C393C1 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C393C1; -webkit-box-shadow: 1px 1px 3px 2px #C393C1; box-shadow: 1px 1px 3px 2px #C393C1; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C393C1; -webkit-box-shadow: 1px 1px 3px 2px #C393C1; box-shadow:1px 1px 3px 2px #C393C1;">
Div content here</div>
Dieser Text ist in der Farbe #C393C1 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C393C1 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C393C1.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C393C1.