HEX: #C13380
RGB: (193,51,128)
#C13380 enthält hauptsächlich rote Farbe. Für #C13380 ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #C13380 wird in RGB als (193,51,128) definiert.
RGB: (193,51,128)
(76%, 20%, 50%)
R 193 von 255 = 76%
G 51 von 255 = 20%
B 128 von 255 = 50%
R + G + B ~ 49%. #C13380 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 193 + 51 + 128 = 372 (100%)
R 193 von 372 ~ 51.88%
G 51 von 372 ~ 13.71%
B 128 von 372 ~ 34.41'%
Die Farbe #C13380 wird in CMYK als (0,74,34,24) definiert.
CMYK: (0,74,34,24)
C0M74Y34K24 (0%, 74%, 34%, 24%)
(0.00 / 0.74 / 0.34 / 0.24)
Farbe #C13380 in den populären Farbmodellen.
C1 | 33 | 80 | |
---|---|---|---|
RGB | 193 | 51 | 128 |
HSL | 327° | 58.20% | 47.84% |
HSB/HSV | 327° | 73.58% | 75.69% |
CMYK | 0.00% | 73.58% | 33.68% |
24.31% |
Die Farbe #C13380 in den populären Zahlensystemen.
Hexadezimal | C1 | 33 | 80 |
Dezimal | 193 | 51 | 128 |
Binär | 11000001 | 110011 | 10000000 |
Oktal | 301 | 63 | 200 |
Dunkle Töne der Farbe #C13380
Helle Töne der Farbe #C13380
Beispiele css- und html für Elemente in der Farbe #C13380. Bitte benutzen Sie auch rgb(193,51,128) statt hex-Code.
.myTextColor { color: #C13380; }
<p style="color:#C13380">This sample text font color is #C13380.</p>
Die Farbe dieses Textes ist #C13380.
.myBgColor { background-color: #C13380; }
<div style="background-color:#C13380">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C13380.
.myBorderColor { border: 1px solid #C13380; }
<div style="border:3px solid #C13380">Div</div>
Die Grenzen von diesem div sind in Farbe #C13380.
.myOpacity80 { color: #C13380; opacity: 0.8; }
<p style="color:#C13380;opacity:0.8;">80%</p>
Text in Farbe #C13380 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C13380;}
<p style="text-shadow: 3px 3px 1px #C13380">Text here.</p>
Dieser Text hat den Schatten in Farbe #C13380.
.textShadow {text-shadow: 3px 3px 1px #C13380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C13380, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C13380 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C13380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C13380, Direction=45, Strength=4)">Text</p>
This text has shadow with #C13380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C13380;
-webkit-box-shadow: 1px 1px 3px 2px #C13380;
box-shadow: 1px 1px 3px 2px #C13380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C13380; -webkit-box-shadow: 1px 1px 3px 2px #C13380; box-shadow:1px 1px 3px 2px #C13380;">
Div content here
</div>
Dieser Text ist in der Farbe #C13380 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C13380 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C13380.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C13380.
Kontrastfarbe für #hex ist #3ECC7F.