COLOR #C990F9

HEX: #C990F9
RGB: (201,144,249)

Renk bilgisi

#C990F9 contains mainly red and blue colors. #C990F9 ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C990F9 color RGB value is (201,144,249).

  • kırmız ton 201;
  • yeşil ton 144;
  • mavi ton 249.
RGB:
(201,144,249)
(79%,56%,98%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 144 of 255 = 56%
B 249 of 255 = 98%

201
144
249

R + G + B ~ 78%. #C990F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 144 + 249 = 594 (100%)
R 201 of 594 ~ 33.84%
G 144 of 594 ~ 24.24%
B 249 of 594 ~ 41.92%

%33.84
%24.24
%41.92

CMYK RENK MODELİ

#C990F9 rengi CMYK tonu (19,42,0,2).

  • camgöbeği tonu 19.28%
  • eflatun tonu 42.17%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(19,42,0,2)
C19M42Y0K2 
(19%,42%,0%,2%)
(0.19/0.42/0.00/0.02)	

CMYK yüzdeleri

%19.28
%42.17
%0
%2.35

Codes

Color #C990F9 in popluar color models

C990F9
RGB201144249
HSL273°89.74%77.06%
HSB/HSV273°42.17%97.65%
CMYK19.28%42.17%0.00%
2.35%

Color #C990F9 in popluar number systems.

HEXC990F9
Decimal201144249
Binary110010011001000011111001
Octal311220371

Shades and tints

Shades of #C990F9

#C990F9
(201,144,249)
#B783E3
(183,131,227)
#A576CD
(165,118,205)
#9369B7
(147,105,183)
#815CA1
(129,92,161)
#6F4F8B
(111,79,139)
#5D4275
(93,66,117)
#4B355F
(75,53,95)
#392849
(57,40,73)
#271B33
(39,27,51)
#150E1D
(21,14,29)
#000000
(0,0,0)

Tints of #C990F9

#C990F9
(201,144,249)
#CD9AF9
(205,154,249)
#D1A4F9
(209,164,249)
#D5AEF9
(213,174,249)
#D9B8F9
(217,184,249)
#DDC2F9
(221,194,249)
#E1CCF9
(225,204,249)
#E5D6F9
(229,214,249)
#E9E0F9
(233,224,249)
#EDEAF9
(237,234,249)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C990F9 color. Also use rgb(201,144,249) instead hex code.

Text Font Color

.myTextColor { color: #C990F9; }

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

This text font color is #C990F9.


Background Color

.myBgColor { background-color: #C990F9; }

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

This div background color is #C990F9.


Border color

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

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

This div border color is #C990F9.


Opacity

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

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

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

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

This text has shadow with #C990F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C990F9 on black background.


Color preview on white background

This text has color #C990F9 on white background.



Black color preview on #C990F9 background

This text has black color on #C990F9 background.


White color preview on #C990F9 background

This text has white color on #C990F9 background.