COLOR #C992E6

HEX: #C992E6
RGB: (201,146,230)

Renk bilgisi

#C992E6 contains mainly red and blue colors. #C992E6 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C992E6 color RGB value is (201,146,230).

  • kırmız ton 201;
  • yeşil ton 146;
  • mavi ton 230.
RGB:
(201,146,230)
(79%,57%,90%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 146 of 255 = 57%
B 230 of 255 = 90%

201
146
230

R + G + B ~ 75%. #C992E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 146 + 230 = 577 (100%)
R 201 of 577 ~ 34.84%
G 146 of 577 ~ 25.3%
B 230 of 577 ~ 39.86%

%34.84
%25.3
%39.86

CMYK RENK MODELİ

#C992E6 rengi CMYK tonu (13,37,0,10).

  • camgöbeği tonu 12.61%
  • eflatun tonu 36.52%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(13,37,0,10)
C13M37Y0K10 
(13%,37%,0%,10%)
(0.13/0.37/0.00/0.10)	

CMYK yüzdeleri

%12.61
%36.52
%0
%9.8

Codes

Color #C992E6 in popluar color models

C992E6
RGB201146230
HSL279°62.69%73.73%
HSB/HSV279°36.52%90.20%
CMYK12.61%36.52%0.00%
9.80%

Color #C992E6 in popluar number systems.

HEXC992E6
Decimal201146230
Binary110010011001001011100110
Octal311222346

Shades and tints

Shades of #C992E6

#C992E6
(201,146,230)
#B785D2
(183,133,210)
#A578BE
(165,120,190)
#936BAA
(147,107,170)
#815E96
(129,94,150)
#6F5182
(111,81,130)
#5D446E
(93,68,110)
#4B375A
(75,55,90)
#392A46
(57,42,70)
#271D32
(39,29,50)
#15101E
(21,16,30)
#000000
(0,0,0)

Tints of #C992E6

#C992E6
(201,146,230)
#CD9BE8
(205,155,232)
#D1A4EA
(209,164,234)
#D5ADEC
(213,173,236)
#D9B6EE
(217,182,238)
#DDBFF0
(221,191,240)
#E1C8F2
(225,200,242)
#E5D1F4
(229,209,244)
#E9DAF6
(233,218,246)
#EDE3F8
(237,227,248)
#F1ECFA
(241,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C992E6 color. Also use rgb(201,146,230) instead hex code.

Text Font Color

.myTextColor { color: #C992E6; }

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

This text font color is #C992E6.


Background Color

.myBgColor { background-color: #C992E6; }

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

This div background color is #C992E6.


Border color

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

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

This div border color is #C992E6.


Opacity

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

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

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

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

This text has shadow with #C992E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C992E6 on black background.


Color preview on white background

This text has color #C992E6 on white background.



Black color preview on #C992E6 background

This text has black color on #C992E6 background.


White color preview on #C992E6 background

This text has white color on #C992E6 background.