HEX: #C51988
RGB: (197,25,136)
#C51988 enthält hauptsächlich rote Farbe. Für #C51988 ist eine «websichere» Webfarbe #CC0099 (oder kurz #C09).
Die Farbe #C51988 wird in RGB als (197,25,136) definiert.
RGB: (197,25,136)
(77%, 10%, 53%)
R 197 von 255 = 77%
G 25 von 255 = 10%
B 136 von 255 = 53%
R + G + B ~ 47%. #C51988 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 25 + 136 = 358 (100%)
R 197 von 358 ~ 55.03%
G 25 von 358 ~ 6.98%
B 136 von 358 ~ 37.99'%
Die Farbe #C51988 wird in CMYK als (0,87,31,23) definiert.
CMYK: (0,87,31,23)
C0M87Y31K23 (0%, 87%, 31%, 23%)
(0.00 / 0.87 / 0.31 / 0.23)
Farbe #C51988 in den populären Farbmodellen.
C5 | 19 | 88 | |
---|---|---|---|
RGB | 197 | 25 | 136 |
HSL | 321° | 77.48% | 43.53% |
HSB/HSV | 321° | 87.31% | 77.25% |
CMYK | 0.00% | 87.31% | 30.96% |
22.75% |
Die Farbe #C51988 in den populären Zahlensystemen.
Hexadezimal | C5 | 19 | 88 |
Dezimal | 197 | 25 | 136 |
Binär | 11000101 | 11001 | 10001000 |
Oktal | 305 | 31 | 210 |
Dunkle Töne der Farbe #C51988
Helle Töne der Farbe #C51988
Beispiele css- und html für Elemente in der Farbe #C51988. Bitte benutzen Sie auch rgb(197,25,136) statt hex-Code.
.myTextColor { color: #C51988; }
<p style="color:#C51988">This sample text font color is #C51988.</p>
Die Farbe dieses Textes ist #C51988.
.myBgColor { background-color: #C51988; }
<div style="background-color:#C51988">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C51988.
.myBorderColor { border: 1px solid #C51988; }
<div style="border:3px solid #C51988">Div</div>
Die Grenzen von diesem div sind in Farbe #C51988.
.myOpacity80 { color: #C51988; opacity: 0.8; }
<p style="color:#C51988;opacity:0.8;">80%</p>
Text in Farbe #C51988 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C51988;}
<p style="text-shadow: 3px 3px 1px #C51988">Text here.</p>
Dieser Text hat den Schatten in Farbe #C51988.
.textShadow {text-shadow: 3px 3px 1px #C51988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C51988, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C51988 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C51988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C51988, Direction=45, Strength=4)">Text</p>
This text has shadow with #C51988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C51988;
-webkit-box-shadow: 1px 1px 3px 2px #C51988;
box-shadow: 1px 1px 3px 2px #C51988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C51988; -webkit-box-shadow: 1px 1px 3px 2px #C51988; box-shadow:1px 1px 3px 2px #C51988;">
Div content here
</div>
Dieser Text ist in der Farbe #C51988 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C51988 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C51988.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C51988.
Kontrastfarbe für #C51988 ist #3AE677.