COLOR #C492E0

HEX: #C492E0
RGB: (196,146,224)

Renk bilgisi

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

RGB renk modeli

#C492E0 color RGB value is (196,146,224).

  • kırmız ton 196;
  • yeşil ton 146;
  • mavi ton 224.
RGB:
(196,146,224)
(77%,57%,88%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 146 of 255 = 57%
B 224 of 255 = 88%

196
146
224

R + G + B ~ 74%. #C492E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 146 + 224 = 566 (100%)
R 196 of 566 ~ 34.63%
G 146 of 566 ~ 25.8%
B 224 of 566 ~ 39.58%

%34.63
%25.8
%39.58

CMYK RENK MODELİ

#C492E0 rengi CMYK tonu (13,35,0,12).

  • camgöbeği tonu 12.50%
  • eflatun tonu 34.82%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(13,35,0,12)
C13M35Y0K12 
(13%,35%,0%,12%)
(0.13/0.35/0.00/0.12)	

CMYK yüzdeleri

%12.5
%34.82
%0
%12.16

Codes

Color #C492E0 in popluar color models

C492E0
RGB196146224
HSL278°55.71%72.55%
HSB/HSV278°34.82%87.84%
CMYK12.50%34.82%0.00%
12.16%

Color #C492E0 in popluar number systems.

HEXC492E0
Decimal196146224
Binary110001001001001011100000
Octal304222340

Shades and tints

Shades of #C492E0

#C492E0
(196,146,224)
#B385CC
(179,133,204)
#A278B8
(162,120,184)
#916BA4
(145,107,164)
#805E90
(128,94,144)
#6F517C
(111,81,124)
#5E4468
(94,68,104)
#4D3754
(77,55,84)
#3C2A40
(60,42,64)
#2B1D2C
(43,29,44)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #C492E0

#C492E0
(196,146,224)
#C99BE2
(201,155,226)
#CEA4E4
(206,164,228)
#D3ADE6
(211,173,230)
#D8B6E8
(216,182,232)
#DDBFEA
(221,191,234)
#E2C8EC
(226,200,236)
#E7D1EE
(231,209,238)
#ECDAF0
(236,218,240)
#F1E3F2
(241,227,242)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C492E0 color. Also use rgb(196,146,224) instead hex code.

Text Font Color

.myTextColor { color: #C492E0; }

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

This text font color is #C492E0.


Background Color

.myBgColor { background-color: #C492E0; }

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

This div background color is #C492E0.


Border color

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

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

This div border color is #C492E0.


Opacity

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

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

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

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

This text has shadow with #C492E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C492E0 on black background.


Color preview on white background

This text has color #C492E0 on white background.



Black color preview on #C492E0 background

This text has black color on #C492E0 background.


White color preview on #C492E0 background

This text has white color on #C492E0 background.