COLOR #C370B2

HEX: #C370B2
RGB: (195,112,178)

Renk bilgisi

#C370B2 contains mainly red and blue colors. #C370B2 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C370B2 color RGB value is (195,112,178).

  • kırmız ton 195;
  • yeşil ton 112;
  • mavi ton 178.
RGB:
(195,112,178)
(76%,44%,70%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 112 of 255 = 44%
B 178 of 255 = 70%

195
112
178

R + G + B ~ 63%. #C370B2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 112 + 178 = 485 (100%)
R 195 of 485 ~ 40.21%
G 112 of 485 ~ 23.09%
B 178 of 485 ~ 36.7%

%40.21
%23.09
%36.7

CMYK RENK MODELİ

#C370B2 rengi CMYK tonu (0,43,9,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.56%
  • sarı tonu 8.72%
  • ana renk tonu 23.53%
CMYK:
(0,43,9,24)
C0M43Y9K24 
(0%,43%,9%,24%)
(0.00/0.43/0.09/0.24)	

CMYK yüzdeleri

%0
%42.56
%8.72
%23.53

Codes

Color #C370B2 in popluar color models

C370B2
RGB195112178
HSL312°40.89%60.20%
HSB/HSV312°42.56%76.47%
CMYK0.00%42.56%8.72%
23.53%

Color #C370B2 in popluar number systems.

HEXC370B2
Decimal195112178
Binary11000011111000010110010
Octal303160262

Shades and tints

Shades of #C370B2

#C370B2
(195,112,178)
#B266A2
(178,102,162)
#A15C92
(161,92,146)
#905282
(144,82,130)
#7F4872
(127,72,114)
#6E3E62
(110,62,98)
#5D3452
(93,52,82)
#4C2A42
(76,42,66)
#3B2032
(59,32,50)
#2A1622
(42,22,34)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #C370B2

#C370B2
(195,112,178)
#C87DB9
(200,125,185)
#CD8AC0
(205,138,192)
#D297C7
(210,151,199)
#D7A4CE
(215,164,206)
#DCB1D5
(220,177,213)
#E1BEDC
(225,190,220)
#E6CBE3
(230,203,227)
#EBD8EA
(235,216,234)
#F0E5F1
(240,229,241)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C370B2 color. Also use rgb(195,112,178) instead hex code.

Text Font Color

.myTextColor { color: #C370B2; }

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

This text font color is #C370B2.


Background Color

.myBgColor { background-color: #C370B2; }

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

This div background color is #C370B2.


Border color

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

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

This div border color is #C370B2.


Opacity

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

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

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

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

This text has shadow with #C370B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C370B2 on black background.


Color preview on white background

This text has color #C370B2 on white background.



Black color preview on #C370B2 background

This text has black color on #C370B2 background.


White color preview on #C370B2 background

This text has white color on #C370B2 background.