COLOR #C24DD0

HEX: #C24DD0
RGB: (194,77,208)

Color info

#C24DD0 contains mainly red and blue colors. Web safe color of #C24DD0 is #CC33CC (or #C3C).

RGB color model

#C24DD0 color RGB value is (194,77,208).

  • red value is 194;
  • green value is 77;
  • blue value is 208.
RGB:
(194,77,208)
(76%,30%,82%)

RGB channels and saturation

R 194 of 255 = 76%
G 77 of 255 = 30%
B 208 of 255 = 82%

194
77
208

R + G + B ~ 63%. #C24DD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 77 + 208 = 479 (100%)
R 194 of 479 ~ 40.5%
G 77 of 479 ~ 16.08%
B 208 of 479 ~ 43.42%

%40.5
%16.08
%43.42

CMYK color model

#C24DD0 color CMYK value is (7,63,0,18).

  • cyan value is 6.73%
  • magenta value is 62.98%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(7,63,0,18)
C7M63Y0K18 
(7%,63%,0%,18%)
(0.07/0.63/0.00/0.18)	

CMYK percentages

%6.73
%62.98
%0
%18.43

Codes

Color #C24DD0 in popluar color models

C24DD0
RGB19477208
HSL294°58.22%55.88%
HSB/HSV294°62.98%81.57%
CMYK6.73%62.98%0.00%
18.43%

Color #C24DD0 in popluar number systems.

HEXC24DD0
Decimal19477208
Binary11000010100110111010000
Octal302115320

Shades and tints

Shades of #C24DD0

#C24DD0
(194,77,208)
#B146BE
(177,70,190)
#A03FAC
(160,63,172)
#8F389A
(143,56,154)
#7E3188
(126,49,136)
#6D2A76
(109,42,118)
#5C2364
(92,35,100)
#4B1C52
(75,28,82)
#3A1540
(58,21,64)
#290E2E
(41,14,46)
#18071C
(24,7,28)
#000000
(0,0,0)

Tints of #C24DD0

#C24DD0
(194,77,208)
#C75DD4
(199,93,212)
#CC6DD8
(204,109,216)
#D17DDC
(209,125,220)
#D68DE0
(214,141,224)
#DB9DE4
(219,157,228)
#E0ADE8
(224,173,232)
#E5BDEC
(229,189,236)
#EACDF0
(234,205,240)
#EFDDF4
(239,221,244)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C24DD0 color. Also use rgb(194,77,208) instead hex code.

Text Font Color

.myTextColor { color: #C24DD0; }

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

This text font color is #C24DD0.


Background Color

.myBgColor { background-color: #C24DD0; }

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

This div background color is #C24DD0.


Border color

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

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

This div border color is #C24DD0.


Opacity

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

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

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

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

This text has shadow with #C24DD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C24DD0 on black background.


Color preview on white background

This text has color #C24DD0 on white background.



Black color preview on #C24DD0 background

This text has black color on #C24DD0 background.


White color preview on #C24DD0 background

This text has white color on #C24DD0 background.