COLOR #CF367D

HEX: #CF367D
RGB: (207,54,125)

Color info

#CF367D contains mainly red color. Web safe color of #CF367D is #CC3366 (or #C36).

RGB color model

#CF367D color RGB value is (207,54,125).

  • red value is 207;
  • green value is 54;
  • blue value is 125.
RGB:
(207,54,125)
(81%,21%,49%)

RGB channels and saturation

R 207 of 255 = 81%
G 54 of 255 = 21%
B 125 of 255 = 49%

207
54
125

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

Portions of RGB colors in percentages

R + G + B =
207 + 54 + 125 = 386 (100%)
R 207 of 386 ~ 53.63%
G 54 of 386 ~ 13.99%
B 125 of 386 ~ 32.38%

%53.63
%13.99
%32.38

CMYK color model

#CF367D color CMYK value is (0,74,40,19).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 39.61%
  • key color value is 18.82%
CMYK:
(0,74,40,19)
C0M74Y40K19 
(0%,74%,40%,19%)
(0.00/0.74/0.40/0.19)	

CMYK percentages

%0
%73.91
%39.61
%18.82

Codes

Color #CF367D in popluar color models

CF367D
RGB20754125
HSL332°61.45%51.18%
HSB/HSV332°73.91%81.18%
CMYK0.00%73.91%39.61%
18.82%

Color #CF367D in popluar number systems.

HEXCF367D
Decimal20754125
Binary110011111101101111101
Octal31766175

Shades and tints

Shades of #CF367D

#CF367D
(207,54,125)
#BD3272
(189,50,114)
#AB2E67
(171,46,103)
#992A5C
(153,42,92)
#872651
(135,38,81)
#752246
(117,34,70)
#631E3B
(99,30,59)
#511A30
(81,26,48)
#3F1625
(63,22,37)
#2D121A
(45,18,26)
#1B0E0F
(27,14,15)
#000000
(0,0,0)

Tints of #CF367D

#CF367D
(207,54,125)
#D34888
(211,72,136)
#D75A93
(215,90,147)
#DB6C9E
(219,108,158)
#DF7EA9
(223,126,169)
#E390B4
(227,144,180)
#E7A2BF
(231,162,191)
#EBB4CA
(235,180,202)
#EFC6D5
(239,198,213)
#F3D8E0
(243,216,224)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF367D color. Also use rgb(207,54,125) instead hex code.

Text Font Color

.myTextColor { color: #CF367D; }

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

This text font color is #CF367D.


Background Color

.myBgColor { background-color: #CF367D; }

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

This div background color is #CF367D.


Border color

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

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

This div border color is #CF367D.


Opacity

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

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

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

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

This text has shadow with #CF367D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF367D on black background.


Color preview on white background

This text has color #CF367D on white background.



Black color preview on #CF367D background

This text has black color on #CF367D background.


White color preview on #CF367D background

This text has white color on #CF367D background.