COLOR #C70F8A

HEX: #C70F8A
RGB: (199,15,138)

Color info

#C70F8A contains mainly red color. Web safe color of #C70F8A is #CC0099 (or #C09).

RGB color model

#C70F8A color RGB value is (199,15,138).

  • red value is 199;
  • green value is 15;
  • blue value is 138.
RGB:
(199,15,138)
(78%,6%,54%)

RGB channels and saturation

R 199 of 255 = 78%
G 15 of 255 = 6%
B 138 of 255 = 54%

199
15
138

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

Portions of RGB colors in percentages

R + G + B =
199 + 15 + 138 = 352 (100%)
R 199 of 352 ~ 56.53%
G 15 of 352 ~ 4.26%
B 138 of 352 ~ 39.2%

%56.53
%39.2

CMYK color model

#C70F8A color CMYK value is (0,92,31,22).

  • cyan value is 0.00%
  • magenta value is 92.46%
  • yellow value is 30.65%
  • key color value is 21.96%
CMYK:
(0,92,31,22)
C0M92Y31K22 
(0%,92%,31%,22%)
(0.00/0.92/0.31/0.22)	

CMYK percentages

%0
%92.46
%30.65
%21.96

Codes

Color #C70F8A in popluar color models

C70F8A
RGB19915138
HSL320°85.98%41.96%
HSB/HSV320°92.46%78.04%
CMYK0.00%92.46%30.65%
21.96%

Color #C70F8A in popluar number systems.

HEXC70F8A
Decimal19915138
Binary11000111111110001010
Octal30717212

Shades and tints

Shades of #C70F8A

#C70F8A
(199,15,138)
#B50E7E
(181,14,126)
#A30D72
(163,13,114)
#910C66
(145,12,102)
#7F0B5A
(127,11,90)
#6D0A4E
(109,10,78)
#5B0942
(91,9,66)
#490836
(73,8,54)
#37072A
(55,7,42)
#25061E
(37,6,30)
#130512
(19,5,18)
#000000
(0,0,0)

Tints of #C70F8A

#C70F8A
(199,15,138)
#CC2494
(204,36,148)
#D1399E
(209,57,158)
#D64EA8
(214,78,168)
#DB63B2
(219,99,178)
#E078BC
(224,120,188)
#E58DC6
(229,141,198)
#EAA2D0
(234,162,208)
#EFB7DA
(239,183,218)
#F4CCE4
(244,204,228)
#F9E1EE
(249,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C70F8A color. Also use rgb(199,15,138) instead hex code.

Text Font Color

.myTextColor { color: #C70F8A; }

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

This text font color is #C70F8A.


Background Color

.myBgColor { background-color: #C70F8A; }

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

This div background color is #C70F8A.


Border color

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

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

This div border color is #C70F8A.


Opacity

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

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

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

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

This text has shadow with #C70F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C70F8A on black background.


Color preview on white background

This text has color #C70F8A on white background.



Black color preview on #C70F8A background

This text has black color on #C70F8A background.


White color preview on #C70F8A background

This text has white color on #C70F8A background.