COLOR #C74AD8

HEX: #C74AD8
RGB: (199,74,216)

Color info

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

RGB color model

#C74AD8 color RGB value is (199,74,216).

  • red value is 199;
  • green value is 74;
  • blue value is 216.
RGB:
(199,74,216)
(78%,29%,85%)

RGB channels and saturation

R 199 of 255 = 78%
G 74 of 255 = 29%
B 216 of 255 = 85%

199
74
216

R + G + B ~ 64%. #C74AD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 74 + 216 = 489 (100%)
R 199 of 489 ~ 40.7%
G 74 of 489 ~ 15.13%
B 216 of 489 ~ 44.17%

%40.7
%15.13
%44.17

CMYK color model

#C74AD8 color CMYK value is (8,66,0,15).

  • cyan value is 7.87%
  • magenta value is 65.74%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,66,0,15)
C8M66Y0K15 
(8%,66%,0%,15%)
(0.08/0.66/0.00/0.15)	

CMYK percentages

%7.87
%65.74
%0
%15.29

Codes

Color #C74AD8 in popluar color models

C74AD8
RGB19974216
HSL293°64.55%56.86%
HSB/HSV293°65.74%84.71%
CMYK7.87%65.74%0.00%
15.29%

Color #C74AD8 in popluar number systems.

HEXC74AD8
Decimal19974216
Binary11000111100101011011000
Octal307112330

Shades and tints

Shades of #C74AD8

#C74AD8
(199,74,216)
#B544C5
(181,68,197)
#A33EB2
(163,62,178)
#91389F
(145,56,159)
#7F328C
(127,50,140)
#6D2C79
(109,44,121)
#5B2666
(91,38,102)
#492053
(73,32,83)
#371A40
(55,26,64)
#25142D
(37,20,45)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #C74AD8

#C74AD8
(199,74,216)
#CC5ADB
(204,90,219)
#D16ADE
(209,106,222)
#D67AE1
(214,122,225)
#DB8AE4
(219,138,228)
#E09AE7
(224,154,231)
#E5AAEA
(229,170,234)
#EABAED
(234,186,237)
#EFCAF0
(239,202,240)
#F4DAF3
(244,218,243)
#F9EAF6
(249,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74AD8 color. Also use rgb(199,74,216) instead hex code.

Text Font Color

.myTextColor { color: #C74AD8; }

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

This text font color is #C74AD8.


Background Color

.myBgColor { background-color: #C74AD8; }

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

This div background color is #C74AD8.


Border color

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

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

This div border color is #C74AD8.


Opacity

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

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

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

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

This text has shadow with #C74AD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74AD8 on black background.


Color preview on white background

This text has color #C74AD8 on white background.



Black color preview on #C74AD8 background

This text has black color on #C74AD8 background.


White color preview on #C74AD8 background

This text has white color on #C74AD8 background.