COLOR #C390C2

HEX: #C390C2
RGB: (195,144,194)

Renk bilgisi

#C390C2 contains red, green and blue colors in about the same proportion. #C390C2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C390C2 color RGB value is (195,144,194).

  • kırmız ton 195;
  • yeşil ton 144;
  • mavi ton 194.
RGB:
(195,144,194)
(76%,56%,76%)

RGB bağlantıları ve doygunluk

R 195 of 255 = 76%
G 144 of 255 = 56%
B 194 of 255 = 76%

195
144
194

R + G + B ~ 69%. #C390C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
195 + 144 + 194 = 533 (100%)
R 195 of 533 ~ 36.59%
G 144 of 533 ~ 27.02%
B 194 of 533 ~ 36.4%

%36.59
%27.02
%36.4

CMYK RENK MODELİ

#C390C2 rengi CMYK tonu (0,26,1,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.15%
  • sarı tonu 0.51%
  • ana renk tonu 23.53%
CMYK:
(0,26,1,24)
C0M26Y1K24 
(0%,26%,1%,24%)
(0.00/0.26/0.01/0.24)	

CMYK yüzdeleri

%0
%26.15
%0.51
%23.53

Codes

Color #C390C2 in popluar color models

C390C2
RGB195144194
HSL301°29.82%66.47%
HSB/HSV301°26.15%76.47%
CMYK0.00%26.15%0.51%
23.53%

Color #C390C2 in popluar number systems.

HEXC390C2
Decimal195144194
Binary110000111001000011000010
Octal303220302

Shades and tints

Shades of #C390C2

#C390C2
(195,144,194)
#B283B1
(178,131,177)
#A176A0
(161,118,160)
#90698F
(144,105,143)
#7F5C7E
(127,92,126)
#6E4F6D
(110,79,109)
#5D425C
(93,66,92)
#4C354B
(76,53,75)
#3B283A
(59,40,58)
#2A1B29
(42,27,41)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #C390C2

#C390C2
(195,144,194)
#C89AC7
(200,154,199)
#CDA4CC
(205,164,204)
#D2AED1
(210,174,209)
#D7B8D6
(215,184,214)
#DCC2DB
(220,194,219)
#E1CCE0
(225,204,224)
#E6D6E5
(230,214,229)
#EBE0EA
(235,224,234)
#F0EAEF
(240,234,239)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C390C2 color. Also use rgb(195,144,194) instead hex code.

Text Font Color

.myTextColor { color: #C390C2; }

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

This text font color is #C390C2.


Background Color

.myBgColor { background-color: #C390C2; }

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

This div background color is #C390C2.


Border color

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

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

This div border color is #C390C2.


Opacity

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

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

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

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

This text has shadow with #C390C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C390C2 on black background.


Color preview on white background

This text has color #C390C2 on white background.



Black color preview on #C390C2 background

This text has black color on #C390C2 background.


White color preview on #C390C2 background

This text has white color on #C390C2 background.