COLOR #C363B5

HEX: #C363B5
RGB: (195,99,181)

Renk bilgisi

#C363B5 contains mainly red and blue colors. #C363B5 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#C363B5 color RGB value is (195,99,181).

  • kırmız ton 195;
  • yeşil ton 99;
  • mavi ton 181.
RGB:
(195,99,181)
(76%,39%,71%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 99 of 255 = 39%
B 181 of 255 = 71%

195
99
181

R + G + B ~ 62%. #C363B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 99 + 181 = 475 (100%)
R 195 of 475 ~ 41.05%
G 99 of 475 ~ 20.84%
B 181 of 475 ~ 38.11%

%41.05
%20.84
%38.11

CMYK RENK MODELİ

#C363B5 rengi CMYK tonu (0,49,7,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.23%
  • sarı tonu 7.18%
  • ana renk tonu 23.53%
CMYK:
(0,49,7,24)
C0M49Y7K24 
(0%,49%,7%,24%)
(0.00/0.49/0.07/0.24)	

CMYK yüzdeleri

%0
%49.23
%7.18
%23.53

Codes

Color #C363B5 in popluar color models

C363B5
RGB19599181
HSL309°44.44%57.65%
HSB/HSV309°49.23%76.47%
CMYK0.00%49.23%7.18%
23.53%

Color #C363B5 in popluar number systems.

HEXC363B5
Decimal19599181
Binary11000011110001110110101
Octal303143265

Shades and tints

Shades of #C363B5

#C363B5
(195,99,181)
#B25AA5
(178,90,165)
#A15195
(161,81,149)
#904885
(144,72,133)
#7F3F75
(127,63,117)
#6E3665
(110,54,101)
#5D2D55
(93,45,85)
#4C2445
(76,36,69)
#3B1B35
(59,27,53)
#2A1225
(42,18,37)
#190915
(25,9,21)
#000000
(0,0,0)

Tints of #C363B5

#C363B5
(195,99,181)
#C871BB
(200,113,187)
#CD7FC1
(205,127,193)
#D28DC7
(210,141,199)
#D79BCD
(215,155,205)
#DCA9D3
(220,169,211)
#E1B7D9
(225,183,217)
#E6C5DF
(230,197,223)
#EBD3E5
(235,211,229)
#F0E1EB
(240,225,235)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C363B5 color. Also use rgb(195,99,181) instead hex code.

Text Font Color

.myTextColor { color: #C363B5; }

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

This text font color is #C363B5.


Background Color

.myBgColor { background-color: #C363B5; }

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

This div background color is #C363B5.


Border color

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

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

This div border color is #C363B5.


Opacity

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

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

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

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

This text has shadow with #C363B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C363B5 on black background.


Color preview on white background

This text has color #C363B5 on white background.



Black color preview on #C363B5 background

This text has black color on #C363B5 background.


White color preview on #C363B5 background

This text has white color on #C363B5 background.