COLOR #C33F7D

HEX: #C33F7D
RGB: (195,63,125)

Color info

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

RGB color model

#C33F7D color RGB value is (195,63,125).

  • red value is 195;
  • green value is 63;
  • blue value is 125.
RGB:
(195,63,125)
(76%,25%,49%)

RGB channels and saturation

R 195 of 255 = 76%
G 63 of 255 = 25%
B 125 of 255 = 49%

195
63
125

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

Portions of RGB colors in percentages

R + G + B =
195 + 63 + 125 = 383 (100%)
R 195 of 383 ~ 50.91%
G 63 of 383 ~ 16.45%
B 125 of 383 ~ 32.64%

%50.91
%16.45
%32.64

CMYK color model

#C33F7D color CMYK value is (0,68,36,24).

  • cyan value is 0.00%
  • magenta value is 67.69%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(0,68,36,24)
C0M68Y36K24 
(0%,68%,36%,24%)
(0.00/0.68/0.36/0.24)	

CMYK percentages

%0
%67.69
%35.9
%23.53

Codes

Color #C33F7D in popluar color models

C33F7D
RGB19563125
HSL332°52.38%50.59%
HSB/HSV332°67.69%76.47%
CMYK0.00%67.69%35.90%
23.53%

Color #C33F7D in popluar number systems.

HEXC33F7D
Decimal19563125
Binary110000111111111111101
Octal30377175

Shades and tints

Shades of #C33F7D

#C33F7D
(195,63,125)
#B23A72
(178,58,114)
#A13567
(161,53,103)
#90305C
(144,48,92)
#7F2B51
(127,43,81)
#6E2646
(110,38,70)
#5D213B
(93,33,59)
#4C1C30
(76,28,48)
#3B1725
(59,23,37)
#2A121A
(42,18,26)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #C33F7D

#C33F7D
(195,63,125)
#C85088
(200,80,136)
#CD6193
(205,97,147)
#D2729E
(210,114,158)
#D783A9
(215,131,169)
#DC94B4
(220,148,180)
#E1A5BF
(225,165,191)
#E6B6CA
(230,182,202)
#EBC7D5
(235,199,213)
#F0D8E0
(240,216,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C33F7D color. Also use rgb(195,63,125) instead hex code.

Text Font Color

.myTextColor { color: #C33F7D; }

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

This text font color is #C33F7D.


Background Color

.myBgColor { background-color: #C33F7D; }

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

This div background color is #C33F7D.


Border color

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

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

This div border color is #C33F7D.


Opacity

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

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

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

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

This text has shadow with #C33F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C33F7D on black background.


Color preview on white background

This text has color #C33F7D on white background.



Black color preview on #C33F7D background

This text has black color on #C33F7D background.


White color preview on #C33F7D background

This text has white color on #C33F7D background.