#C419AE

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

Shades of Deep Magenta #C419AE

Tints of Deep Magenta #C419AE

Color information

#C419AE (or 0xC419AE) is unknown color: approx Deep Magenta. HEX triplet: C4, 19 and AE. RGB value is (196,25,174). Sum of RGB (Red+Green+Blue) = 196+25+174=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AE is #3BE651. Grayscale: #5C5C5C. Windows color (decimal): -3925586 or 11409860. OLE color: 11409860.

HSL color Cylindrical-coordinate representation of color #C419AE: hue angle of 307.72º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419AE is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19625174-
CMYK00.870.110.23
HSL307.72º77.38%43.33%-
HSV(B)307.72º87.24%76.86%-
XYZ30.7515.4941.41-
YUV93.12173.65201.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.62%
GREEN value IS 25 (10.16% from 255) = 6.33%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=49.62%
G=6.33%
B=44.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962517400.870.110.23307.7277.3843.33
HexC419AE057B171344d2b
Octal304312560127132746411553
Binary110001001100110101110010101111011101111001101001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C419AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C419AE; }

 p { color: rgb(196,25,174); }

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

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

 a { background-color: rgb(196,25,174); }

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

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

 span { border-color: rgb(196,25,174); }

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