COLOR #C8448C

HEX: #C8448C
RGB: (200,68,140)

Color info

#C8448C contains mainly red color. Web safe color of #C8448C is #CC3399 (or #C39).

RGB color model

#C8448C color RGB value is (200,68,140).

  • red value is 200;
  • green value is 68;
  • blue value is 140.
RGB:
(200,68,140)
(78%,27%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 68 of 255 = 27%
B 140 of 255 = 55%

200
68
140

R + G + B ~ 53%. #C8448C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 68 + 140 = 408 (100%)
R 200 of 408 ~ 49.02%
G 68 of 408 ~ 16.67%
B 140 of 408 ~ 34.31%

%49.02
%16.67
%34.31

CMYK color model

#C8448C color CMYK value is (0,66,30,22).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(0,66,30,22)
C0M66Y30K22 
(0%,66%,30%,22%)
(0.00/0.66/0.30/0.22)	

CMYK percentages

%0
%66
%30
%21.57

Codes

Color #C8448C in popluar color models

C8448C
RGB20068140
HSL327°54.55%52.55%
HSB/HSV327°66.00%78.43%
CMYK0.00%66.00%30.00%
21.57%

Color #C8448C in popluar number systems.

HEXC8448C
Decimal20068140
Binary11001000100010010001100
Octal310104214

Shades and tints

Shades of #C8448C

#C8448C
(200,68,140)
#B63E80
(182,62,128)
#A43874
(164,56,116)
#923268
(146,50,104)
#802C5C
(128,44,92)
#6E2650
(110,38,80)
#5C2044
(92,32,68)
#4A1A38
(74,26,56)
#38142C
(56,20,44)
#260E20
(38,14,32)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #C8448C

#C8448C
(200,68,140)
#CD5596
(205,85,150)
#D266A0
(210,102,160)
#D777AA
(215,119,170)
#DC88B4
(220,136,180)
#E199BE
(225,153,190)
#E6AAC8
(230,170,200)
#EBBBD2
(235,187,210)
#F0CCDC
(240,204,220)
#F5DDE6
(245,221,230)
#FAEEF0
(250,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8448C color. Also use rgb(200,68,140) instead hex code.

Text Font Color

.myTextColor { color: #C8448C; }

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

This text font color is #C8448C.


Background Color

.myBgColor { background-color: #C8448C; }

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

This div background color is #C8448C.


Border color

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

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

This div border color is #C8448C.


Opacity

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

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

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

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

This text has shadow with #C8448C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8448C on black background.


Color preview on white background

This text has color #C8448C on white background.



Black color preview on #C8448C background

This text has black color on #C8448C background.


White color preview on #C8448C background

This text has white color on #C8448C background.