COLOR #CD5F8D

HEX: #CD5F8D
RGB: (205,95,141)

Color info

#CD5F8D contains mainly red color. Web safe color of #CD5F8D is #CC6699 (or #C69).

RGB color model

#CD5F8D color RGB value is (205,95,141).

  • red value is 205;
  • green value is 95;
  • blue value is 141.
RGB:
(205,95,141)
(80%,37%,55%)

RGB channels and saturation

R 205 of 255 = 80%
G 95 of 255 = 37%
B 141 of 255 = 55%

205
95
141

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

Portions of RGB colors in percentages

R + G + B =
205 + 95 + 141 = 441 (100%)
R 205 of 441 ~ 46.49%
G 95 of 441 ~ 21.54%
B 141 of 441 ~ 31.97%

%46.49
%21.54
%31.97

CMYK color model

#CD5F8D color CMYK value is (0,54,31,20).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 31.22%
  • key color value is 19.61%
CMYK:
(0,54,31,20)
C0M54Y31K20 
(0%,54%,31%,20%)
(0.00/0.54/0.31/0.20)	

CMYK percentages

%0
%53.66
%31.22
%19.61

Codes

Color #CD5F8D in popluar color models

CD5F8D
RGB20595141
HSL335°52.38%58.82%
HSB/HSV335°53.66%80.39%
CMYK0.00%53.66%31.22%
19.61%

Color #CD5F8D in popluar number systems.

HEXCD5F8D
Decimal20595141
Binary11001101101111110001101
Octal315137215

Shades and tints

Shades of #CD5F8D

#CD5F8D
(205,95,141)
#BB5781
(187,87,129)
#A94F75
(169,79,117)
#974769
(151,71,105)
#853F5D
(133,63,93)
#733751
(115,55,81)
#612F45
(97,47,69)
#4F2739
(79,39,57)
#3D1F2D
(61,31,45)
#2B1721
(43,23,33)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #CD5F8D

#CD5F8D
(205,95,141)
#D16D97
(209,109,151)
#D57BA1
(213,123,161)
#D989AB
(217,137,171)
#DD97B5
(221,151,181)
#E1A5BF
(225,165,191)
#E5B3C9
(229,179,201)
#E9C1D3
(233,193,211)
#EDCFDD
(237,207,221)
#F1DDE7
(241,221,231)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CD5F8D color. Also use rgb(205,95,141) instead hex code.

Text Font Color

.myTextColor { color: #CD5F8D; }

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

This text font color is #CD5F8D.


Background Color

.myBgColor { background-color: #CD5F8D; }

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

This div background color is #CD5F8D.


Border color

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

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

This div border color is #CD5F8D.


Opacity

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

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

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

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

This text has shadow with #CD5F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CD5F8D on black background.


Color preview on white background

This text has color #CD5F8D on white background.



Black color preview on #CD5F8D background

This text has black color on #CD5F8D background.


White color preview on #CD5F8D background

This text has white color on #CD5F8D background.