COLOR #C377CC

HEX: #C377CC
RGB: (195,119,204)

Renk bilgisi

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

RGB renk modeli

#C377CC color RGB value is (195,119,204).

  • kırmız ton 195;
  • yeşil ton 119;
  • mavi ton 204.
RGB:
(195,119,204)
(76%,47%,80%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 119 of 255 = 47%
B 204 of 255 = 80%

195
119
204

R + G + B ~ 68%. #C377CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 119 + 204 = 518 (100%)
R 195 of 518 ~ 37.64%
G 119 of 518 ~ 22.97%
B 204 of 518 ~ 39.38%

%37.64
%22.97
%39.38

CMYK RENK MODELİ

#C377CC rengi CMYK tonu (4,42,0,20).

  • camgöbeği tonu 4.41%
  • eflatun tonu 41.67%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(4,42,0,20)
C4M42Y0K20 
(4%,42%,0%,20%)
(0.04/0.42/0.00/0.20)	

CMYK yüzdeleri

%4.41
%41.67
%0
%20

Codes

Color #C377CC in popluar color models

C377CC
RGB195119204
HSL294°45.45%63.33%
HSB/HSV294°41.67%80.00%
CMYK4.41%41.67%0.00%
20.00%

Color #C377CC in popluar number systems.

HEXC377CC
Decimal195119204
Binary11000011111011111001100
Octal303167314

Shades and tints

Shades of #C377CC

#C377CC
(195,119,204)
#B26DBA
(178,109,186)
#A163A8
(161,99,168)
#905996
(144,89,150)
#7F4F84
(127,79,132)
#6E4572
(110,69,114)
#5D3B60
(93,59,96)
#4C314E
(76,49,78)
#3B273C
(59,39,60)
#2A1D2A
(42,29,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C377CC

#C377CC
(195,119,204)
#C883D0
(200,131,208)
#CD8FD4
(205,143,212)
#D29BD8
(210,155,216)
#D7A7DC
(215,167,220)
#DCB3E0
(220,179,224)
#E1BFE4
(225,191,228)
#E6CBE8
(230,203,232)
#EBD7EC
(235,215,236)
#F0E3F0
(240,227,240)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C377CC color. Also use rgb(195,119,204) instead hex code.

Text Font Color

.myTextColor { color: #C377CC; }

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

This text font color is #C377CC.


Background Color

.myBgColor { background-color: #C377CC; }

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

This div background color is #C377CC.


Border color

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

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

This div border color is #C377CC.


Opacity

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

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

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

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

This text has shadow with #C377CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C377CC on black background.


Color preview on white background

This text has color #C377CC on white background.



Black color preview on #C377CC background

This text has black color on #C377CC background.


White color preview on #C377CC background

This text has white color on #C377CC background.