#C104AE

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

Shades of Deep Magenta #C104AE

Tints of Deep Magenta #C104AE

Color information

#C104AE (or 0xC104AE) is unknown color: approx Deep Magenta. HEX triplet: C1, 04 and AE. RGB value is (193,4,174). Sum of RGB (Red+Green+Blue) = 193+4+174=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C104AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C104AE is #3EFB51. Grayscale: #4F4F4F. Windows color (decimal): -4127570 or 11404481. OLE color: 11404481.

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

Color convert

RGB1934174-
CMYK00.980.100.24
HSL306.03º95.94%38.63%-
HSV(B)306.03º97.93%75.69%-
XYZ29.6814.4841.28-
YUV79.89181.12208.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=52.02%
G=1.08%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193417400.980.100.24306.0395.9438.63
HexC14AE062A181326027
Octal30142560142123046214047
Binary1100000110010101110011000101010110001001100101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C104AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C104AE; }

 p { color: rgb(193,4,174); }

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

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

 a { background-color: rgb(193,4,174); }

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

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

 span { border-color: rgb(193,4,174); }

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