COLOR #C464F1

HEX: #C464F1
RGB: (196,100,241)

Renk bilgisi

#C464F1 contains mainly red and blue colors. #C464F1 ‘ nin web güvenlik rengi #CC66FF (ya da #C6F) dir.

RGB renk modeli

#C464F1 color RGB value is (196,100,241).

  • kırmız ton 196;
  • yeşil ton 100;
  • mavi ton 241.
RGB:
(196,100,241)
(77%,39%,95%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 100 of 255 = 39%
B 241 of 255 = 95%

196
100
241

R + G + B ~ 70%. #C464F1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 100 + 241 = 537 (100%)
R 196 of 537 ~ 36.5%
G 100 of 537 ~ 18.62%
B 241 of 537 ~ 44.88%

%36.5
%18.62
%44.88

CMYK RENK MODELİ

#C464F1 rengi CMYK tonu (19,59,0,5).

  • camgöbeği tonu 18.67%
  • eflatun tonu 58.51%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(19,59,0,5)
C19M59Y0K5 
(19%,59%,0%,5%)
(0.19/0.59/0.00/0.05)	

CMYK yüzdeleri

%18.67
%58.51
%0
%5.49

Codes

Color #C464F1 in popluar color models

C464F1
RGB196100241
HSL281°83.43%66.86%
HSB/HSV281°58.51%94.51%
CMYK18.67%58.51%0.00%
5.49%

Color #C464F1 in popluar number systems.

HEXC464F1
Decimal196100241
Binary11000100110010011110001
Octal304144361

Shades and tints

Shades of #C464F1

#C464F1
(196,100,241)
#B35BDC
(179,91,220)
#A252C7
(162,82,199)
#9149B2
(145,73,178)
#80409D
(128,64,157)
#6F3788
(111,55,136)
#5E2E73
(94,46,115)
#4D255E
(77,37,94)
#3C1C49
(60,28,73)
#2B1334
(43,19,52)
#1A0A1F
(26,10,31)
#000000
(0,0,0)

Tints of #C464F1

#C464F1
(196,100,241)
#C972F2
(201,114,242)
#CE80F3
(206,128,243)
#D38EF4
(211,142,244)
#D89CF5
(216,156,245)
#DDAAF6
(221,170,246)
#E2B8F7
(226,184,247)
#E7C6F8
(231,198,248)
#ECD4F9
(236,212,249)
#F1E2FA
(241,226,250)
#F6F0FB
(246,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C464F1 color. Also use rgb(196,100,241) instead hex code.

Text Font Color

.myTextColor { color: #C464F1; }

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

This text font color is #C464F1.


Background Color

.myBgColor { background-color: #C464F1; }

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

This div background color is #C464F1.


Border color

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

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

This div border color is #C464F1.


Opacity

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

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

Text with #C464F1 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 #C464F1;}

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

This text has shadow with #C464F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C464F1 on black background.


Color preview on white background

This text has color #C464F1 on white background.



Black color preview on #C464F1 background

This text has black color on #C464F1 background.


White color preview on #C464F1 background

This text has white color on #C464F1 background.