COLOR #C51AE4

HEX: #C51AE4
RGB: (197,26,228)

Renk bilgisi

#C51AE4 contains mainly red and blue colors. #C51AE4 ‘ nin web güvenlik rengi #CC00CC (ya da #C0C) dir.

RGB renk modeli

#C51AE4 color RGB value is (197,26,228).

  • kırmız ton 197;
  • yeşil ton 26;
  • mavi ton 228.
RGB:
(197,26,228)
(77%,10%,89%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 26 of 255 = 10%
B 228 of 255 = 89%

197
26
228

R + G + B ~ 59%. #C51AE4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 26 + 228 = 451 (100%)
R 197 of 451 ~ 43.68%
G 26 of 451 ~ 5.76%
B 228 of 451 ~ 50.55%

%43.68
%50.55

CMYK RENK MODELİ

#C51AE4 rengi CMYK tonu (14,89,0,11).

  • camgöbeği tonu 13.60%
  • eflatun tonu 88.60%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(14,89,0,11)
C14M89Y0K11 
(14%,89%,0%,11%)
(0.14/0.89/0.00/0.11)	

CMYK yüzdeleri

%13.6
%88.6
%0
%10.59

Codes

Color #C51AE4 in popluar color models

C51AE4
RGB19726228
HSL291°79.53%49.80%
HSB/HSV291°88.60%89.41%
CMYK13.60%88.60%0.00%
10.59%

Color #C51AE4 in popluar number systems.

HEXC51AE4
Decimal19726228
Binary110001011101011100100
Octal30532344

Shades and tints

Shades of #C51AE4

#C51AE4
(197,26,228)
#B418D0
(180,24,208)
#A316BC
(163,22,188)
#9214A8
(146,20,168)
#811294
(129,18,148)
#701080
(112,16,128)
#5F0E6C
(95,14,108)
#4E0C58
(78,12,88)
#3D0A44
(61,10,68)
#2C0830
(44,8,48)
#1B061C
(27,6,28)
#000000
(0,0,0)

Tints of #C51AE4

#C51AE4
(197,26,228)
#CA2EE6
(202,46,230)
#CF42E8
(207,66,232)
#D456EA
(212,86,234)
#D96AEC
(217,106,236)
#DE7EEE
(222,126,238)
#E392F0
(227,146,240)
#E8A6F2
(232,166,242)
#EDBAF4
(237,186,244)
#F2CEF6
(242,206,246)
#F7E2F8
(247,226,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C51AE4 color. Also use rgb(197,26,228) instead hex code.

Text Font Color

.myTextColor { color: #C51AE4; }

<p style="color:#C51AE4">This sample text font color is #C51AE4.</p>

This text font color is #C51AE4.


Background Color

.myBgColor { background-color: #C51AE4; }

<div style="background-color:#C51AE4">Inner text</div>

This div background color is #C51AE4.


Border color

.myBorderColor { border: 1px solid #C51AE4; }

<div style="border:3px solid #C51AE4">Div</div>

This div border color is #C51AE4.


Opacity

.myOpacity80 { color: #C51AE4; opacity: 0.8; }

<p style="color:#C51AE4;opacity:0.8;">80%</p>

Text with #C51AE4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C51AE4;}

<p style="text-shadow: 3px 3px 1px #C51AE4">Text here.</p>

This text has shadow with #C51AE4 color.

.textShadow {text-shadow: 3px 3px 1px #C51AE4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C51AE4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C51AE4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C51AE4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C51AE4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C51AE4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C51AE4;
  -webkit-box-shadow:	1px 1px 3px 2px #C51AE4;
  box-shadow:		1px 1px 3px 2px #C51AE4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C51AE4;
-webkit-box-shadow: 1px 1px 3px 2px #C51AE4;
box-shadow:1px 1px 3px 2px #C51AE4;">
Div content here</div>
This div box has shadow with color #C51AE4.

Preview

Color preview on black background

This text has color #C51AE4 on black background.


Color preview on white background

This text has color #C51AE4 on white background.



Black color preview on #C51AE4 background

This text has black color on #C51AE4 background.


White color preview on #C51AE4 background

This text has white color on #C51AE4 background.