COLOR #C544D4

HEX: #C544D4
RGB: (197,68,212)

Color info

#C544D4 contains mainly red and blue colors. Web safe color of #C544D4 is #CC33CC (or #C3C).

RGB color model

#C544D4 color RGB value is (197,68,212).

  • red value is 197;
  • green value is 68;
  • blue value is 212.
RGB:
(197,68,212)
(77%,27%,83%)

RGB channels and saturation

R 197 of 255 = 77%
G 68 of 255 = 27%
B 212 of 255 = 83%

197
68
212

R + G + B ~ 62%. #C544D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 68 + 212 = 477 (100%)
R 197 of 477 ~ 41.3%
G 68 of 477 ~ 14.26%
B 212 of 477 ~ 44.44%

%41.3
%14.26
%44.44

CMYK color model

#C544D4 color CMYK value is (7,68,0,17).

  • cyan value is 7.08%
  • magenta value is 67.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(7,68,0,17)
C7M68Y0K17 
(7%,68%,0%,17%)
(0.07/0.68/0.00/0.17)	

CMYK percentages

%7.08
%67.92
%0
%16.86

Codes

Color #C544D4 in popluar color models

C544D4
RGB19768212
HSL294°62.61%54.90%
HSB/HSV294°67.92%83.14%
CMYK7.08%67.92%0.00%
16.86%

Color #C544D4 in popluar number systems.

HEXC544D4
Decimal19768212
Binary11000101100010011010100
Octal305104324

Shades and tints

Shades of #C544D4

#C544D4
(197,68,212)
#B43EC1
(180,62,193)
#A338AE
(163,56,174)
#92329B
(146,50,155)
#812C88
(129,44,136)
#702675
(112,38,117)
#5F2062
(95,32,98)
#4E1A4F
(78,26,79)
#3D143C
(61,20,60)
#2C0E29
(44,14,41)
#1B0816
(27,8,22)
#000000
(0,0,0)

Tints of #C544D4

#C544D4
(197,68,212)
#CA55D7
(202,85,215)
#CF66DA
(207,102,218)
#D477DD
(212,119,221)
#D988E0
(217,136,224)
#DE99E3
(222,153,227)
#E3AAE6
(227,170,230)
#E8BBE9
(232,187,233)
#EDCCEC
(237,204,236)
#F2DDEF
(242,221,239)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C544D4 color. Also use rgb(197,68,212) instead hex code.

Text Font Color

.myTextColor { color: #C544D4; }

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

This text font color is #C544D4.


Background Color

.myBgColor { background-color: #C544D4; }

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

This div background color is #C544D4.


Border color

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

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

This div border color is #C544D4.


Opacity

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

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

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

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

This text has shadow with #C544D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C544D4 on black background.


Color preview on white background

This text has color #C544D4 on white background.



Black color preview on #C544D4 background

This text has black color on #C544D4 background.


White color preview on #C544D4 background

This text has white color on #C544D4 background.