COLOR #CE4582

HEX: #CE4582
RGB: (206,69,130)

Color info

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

RGB color model

#CE4582 color RGB value is (206,69,130).

  • red value is 206;
  • green value is 69;
  • blue value is 130.
RGB:
(206,69,130)
(81%,27%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 69 of 255 = 27%
B 130 of 255 = 51%

206
69
130

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

Portions of RGB colors in percentages

R + G + B =
206 + 69 + 130 = 405 (100%)
R 206 of 405 ~ 50.86%
G 69 of 405 ~ 17.04%
B 130 of 405 ~ 32.1%

%50.86
%17.04
%32.1

CMYK color model

#CE4582 color CMYK value is (0,67,37,19).

  • cyan value is 0.00%
  • magenta value is 66.50%
  • yellow value is 36.89%
  • key color value is 19.22%
CMYK:
(0,67,37,19)
C0M67Y37K19 
(0%,67%,37%,19%)
(0.00/0.67/0.37/0.19)	

CMYK percentages

%0
%66.5
%36.89
%19.22

Codes

Color #CE4582 in popluar color models

CE4582
RGB20669130
HSL333°58.30%53.92%
HSB/HSV333°66.50%80.78%
CMYK0.00%66.50%36.89%
19.22%

Color #CE4582 in popluar number systems.

HEXCE4582
Decimal20669130
Binary11001110100010110000010
Octal316105202

Shades and tints

Shades of #CE4582

#CE4582
(206,69,130)
#BC3F77
(188,63,119)
#AA396C
(170,57,108)
#983361
(152,51,97)
#862D56
(134,45,86)
#74274B
(116,39,75)
#622140
(98,33,64)
#501B35
(80,27,53)
#3E152A
(62,21,42)
#2C0F1F
(44,15,31)
#1A0914
(26,9,20)
#000000
(0,0,0)

Tints of #CE4582

#CE4582
(206,69,130)
#D2558D
(210,85,141)
#D66598
(214,101,152)
#DA75A3
(218,117,163)
#DE85AE
(222,133,174)
#E295B9
(226,149,185)
#E6A5C4
(230,165,196)
#EAB5CF
(234,181,207)
#EEC5DA
(238,197,218)
#F2D5E5
(242,213,229)
#F6E5F0
(246,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE4582 color. Also use rgb(206,69,130) instead hex code.

Text Font Color

.myTextColor { color: #CE4582; }

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

This text font color is #CE4582.


Background Color

.myBgColor { background-color: #CE4582; }

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

This div background color is #CE4582.


Border color

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

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

This div border color is #CE4582.


Opacity

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

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

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

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

This text has shadow with #CE4582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE4582 on black background.


Color preview on white background

This text has color #CE4582 on white background.



Black color preview on #CE4582 background

This text has black color on #CE4582 background.


White color preview on #CE4582 background

This text has white color on #CE4582 background.