COLOR #C613F1

HEX: #C613F1
RGB: (198,19,241)

Renk bilgisi

#C613F1 contains mainly red and blue colors. #C613F1 ‘ nin web güvenlik rengi #CC00FF (ya da #C0F) dir.

RGB renk modeli

#C613F1 color RGB value is (198,19,241).

  • kırmız ton 198;
  • yeşil ton 19;
  • mavi ton 241.
RGB:
(198,19,241)
(78%,7%,95%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 19 of 255 = 7%
B 241 of 255 = 95%

198
19
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 19 + 241 = 458 (100%)
R 198 of 458 ~ 43.23%
G 19 of 458 ~ 4.15%
B 241 of 458 ~ 52.62%

%43.23
%52.62

CMYK RENK MODELİ

#C613F1 rengi CMYK tonu (18,92,0,5).

  • camgöbeği tonu 17.84%
  • eflatun tonu 92.12%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(18,92,0,5)
C18M92Y0K5 
(18%,92%,0%,5%)
(0.18/0.92/0.00/0.05)	

CMYK yüzdeleri

%17.84
%92.12
%0
%5.49

Codes

Color #C613F1 in popluar color models

C613F1
RGB19819241
HSL288°88.80%50.98%
HSB/HSV288°92.12%94.51%
CMYK17.84%92.12%0.00%
5.49%

Color #C613F1 in popluar number systems.

HEXC613F1
Decimal19819241
Binary110001101001111110001
Octal30623361

Shades and tints

Shades of #C613F1

#C613F1
(198,19,241)
#B412DC
(180,18,220)
#A211C7
(162,17,199)
#9010B2
(144,16,178)
#7E0F9D
(126,15,157)
#6C0E88
(108,14,136)
#5A0D73
(90,13,115)
#480C5E
(72,12,94)
#360B49
(54,11,73)
#240A34
(36,10,52)
#12091F
(18,9,31)
#000000
(0,0,0)

Tints of #C613F1

#C613F1
(198,19,241)
#CB28F2
(203,40,242)
#D03DF3
(208,61,243)
#D552F4
(213,82,244)
#DA67F5
(218,103,245)
#DF7CF6
(223,124,246)
#E491F7
(228,145,247)
#E9A6F8
(233,166,248)
#EEBBF9
(238,187,249)
#F3D0FA
(243,208,250)
#F8E5FB
(248,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C613F1 color. Also use rgb(198,19,241) instead hex code.

Text Font Color

.myTextColor { color: #C613F1; }

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

This text font color is #C613F1.


Background Color

.myBgColor { background-color: #C613F1; }

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

This div background color is #C613F1.


Border color

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

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

This div border color is #C613F1.


Opacity

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

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

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

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

This text has shadow with #C613F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C613F1 on black background.


Color preview on white background

This text has color #C613F1 on white background.



Black color preview on #C613F1 background

This text has black color on #C613F1 background.


White color preview on #C613F1 background

This text has white color on #C613F1 background.