#C214AD

Color #C214AD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C214AD

Tints of Deep Magenta #C214AD

Color information

#C214AD (or 0xC214AD) is unknown color: approx Deep Magenta. HEX triplet: C2, 14 and AD. RGB value is (194,20,173). Sum of RGB (Red+Green+Blue) = 194+20+173=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C214AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C214AD is #3DEB52. Grayscale: #595959. Windows color (decimal): -4057939 or 11343042. OLE color: 11343042.

HSL color Cylindrical-coordinate representation of color #C214AD: hue angle of 307.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214AD is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19420173-
CMYK00.900.110.24
HSL307.24º81.31%41.96%-
HSV(B)307.24º89.69%76.08%-
XYZ30.0414.9940.84-
YUV89.47175.15202.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 173 (67.97% from 255) = 44.70%
R=50.13%
G=5.17%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942017300.900.110.24307.2481.3141.96
HexC214AD05AB18133512a
Octal302242550132133046312152
Binary110000101010010101101010110101011110001001100111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C214AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C214AD; }

 p { color: rgb(194,20,173); }

 H1.HeaderClassName
 {
   color: #C214AD;
 }
 .AnyTagClassName
 {
   color: #C214AD;
 }
</style>
background-color css

<style>
 a { background-color: #C214AD; }

 a { background-color: rgb(194,20,173); }

 div.DivClassName
 {
   background-color: #C214AD;
 }
 .BgClassName
 {
   background-color: #C214AD;
 }
</style>
border-color css

<style>
 span { border-color: #C214AD; }

 span { border-color: rgb(194,20,173); }

 td.TdClassName
 {
   border-color: #C214AD;
 }
 .TagClassName
 {
   border-color: #C214AD;
 }
</style>