COLOR #C457C9

HEX: #C457C9
RGB: (196,87,201)

Color info

#C457C9 contains mainly red and blue colors. Web safe color of #C457C9 is #CC66CC (or #C6C).

RGB color model

#C457C9 color RGB value is (196,87,201).

  • red value is 196;
  • green value is 87;
  • blue value is 201.
RGB:
(196,87,201)
(77%,34%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 87 of 255 = 34%
B 201 of 255 = 79%

196
87
201

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

Portions of RGB colors in percentages

R + G + B =
196 + 87 + 201 = 484 (100%)
R 196 of 484 ~ 40.5%
G 87 of 484 ~ 17.98%
B 201 of 484 ~ 41.53%

%40.5
%17.98
%41.53

CMYK color model

#C457C9 color CMYK value is (2,57,0,21).

  • cyan value is 2.49%
  • magenta value is 56.72%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(2,57,0,21)
C2M57Y0K21 
(2%,57%,0%,21%)
(0.02/0.57/0.00/0.21)	

CMYK percentages

%2.49
%56.72
%0
%21.18

Codes

Color #C457C9 in popluar color models

C457C9
RGB19687201
HSL297°51.35%56.47%
HSB/HSV297°56.72%78.82%
CMYK2.49%56.72%0.00%
21.18%

Color #C457C9 in popluar number systems.

HEXC457C9
Decimal19687201
Binary11000100101011111001001
Octal304127311

Shades and tints

Shades of #C457C9

#C457C9
(196,87,201)
#B350B7
(179,80,183)
#A249A5
(162,73,165)
#914293
(145,66,147)
#803B81
(128,59,129)
#6F346F
(111,52,111)
#5E2D5D
(94,45,93)
#4D264B
(77,38,75)
#3C1F39
(60,31,57)
#2B1827
(43,24,39)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C457C9

#C457C9
(196,87,201)
#C966CD
(201,102,205)
#CE75D1
(206,117,209)
#D384D5
(211,132,213)
#D893D9
(216,147,217)
#DDA2DD
(221,162,221)
#E2B1E1
(226,177,225)
#E7C0E5
(231,192,229)
#ECCFE9
(236,207,233)
#F1DEED
(241,222,237)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C457C9 color. Also use rgb(196,87,201) instead hex code.

Text Font Color

.myTextColor { color: #C457C9; }

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

This text font color is #C457C9.


Background Color

.myBgColor { background-color: #C457C9; }

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

This div background color is #C457C9.


Border color

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

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

This div border color is #C457C9.


Opacity

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

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

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

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

This text has shadow with #C457C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C457C9 on black background.


Color preview on white background

This text has color #C457C9 on white background.



Black color preview on #C457C9 background

This text has black color on #C457C9 background.


White color preview on #C457C9 background

This text has white color on #C457C9 background.