#C013AE

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

Shades of Deep Magenta #C013AE

Tints of Deep Magenta #C013AE

Color information

#C013AE (or 0xC013AE) is unknown color: approx Deep Magenta. HEX triplet: C0, 13 and AE. RGB value is (192,19,174). Sum of RGB (Red+Green+Blue) = 192+19+174=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C013AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C013AE is #3FEC51. Grayscale: #575757. Windows color (decimal): -4189266 or 11408320. OLE color: 11408320.

HSL color Cylindrical-coordinate representation of color #C013AE: hue angle of 306.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C013AE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19219174-
CMYK00.900.090.25
HSL306.24º81.99%41.37%-
HSV(B)306.24º90.1%75.29%-
XYZ29.6114.7341.33-
YUV88.4176.31201.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 19 (7.81% from 255) = 4.94%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=49.87%
G=4.94%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921917400.900.090.25306.2481.9941.37
HexC013AE05A9191325229
Octal300232560132113146212251
Binary110000001001110101110010110101001110011001100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C013AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C013AE; }

 p { color: rgb(192,19,174); }

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

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

 a { background-color: rgb(192,19,174); }

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

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

 span { border-color: rgb(192,19,174); }

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