#C209AE

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

Shades of Deep Magenta #C209AE

Tints of Deep Magenta #C209AE

Color information

#C209AE (or 0xC209AE) is unknown color: approx Deep Magenta. HEX triplet: C2, 09 and AE. RGB value is (194,9,174). Sum of RGB (Red+Green+Blue) = 194+9+174=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C209AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C209AE is #3DF651. Grayscale: #525252. Windows color (decimal): -4060754 or 11405762. OLE color: 11405762.

HSL color Cylindrical-coordinate representation of color #C209AE: hue angle of 306.49º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C209AE is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB1949174-
CMYK00.950.100.24
HSL306.49º91.13%39.8%-
HSV(B)306.49º95.36%76.08%-
XYZ29.9914.7241.31-
YUV83.12179.29207.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 9 (3.91% from 255) = 2.39%
BLUE value IS 174 (68.36% from 255) = 46.15%
R=51.46%
G=2.39%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194917400.950.100.24306.4991.1339.8
HexC29AE05FA181325b28
Octal302112560137123046213350
Binary11000010100110101110010111111010110001001100101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C209AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C209AE; }

 p { color: rgb(194,9,174); }

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

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

 a { background-color: rgb(194,9,174); }

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

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

 span { border-color: rgb(194,9,174); }

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