#C41AE2

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

Shades of Deep Magenta #C41AE2

Tints of Deep Magenta #C41AE2

Color information

#C41AE2 (or 0xC41AE2) is unknown color: approx Deep Magenta. HEX triplet: C4, 1A and E2. RGB value is (196,26,226). Sum of RGB (Red+Green+Blue) = 196+26+226=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 226 (88.67% from 255 or 50.45% from 448); Max value from RGB is 226 - color contains mainly: blue. Hex color #C41AE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41AE2 is #3BE51D. Grayscale: #636363. Windows color (decimal): -3925278 or 14817988. OLE color: 14817988.

HSL color Cylindrical-coordinate representation of color #C41AE2: hue angle of 291º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41AE2 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19626226-
CMYK0.130.8800.11
HSL291º79.37%49.41%-
HSV(B)291º88.5%88.63%-
XYZ36.8617.9773.48-
YUV99.63199.32196.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 26 (10.55% from 255) = 5.80%
BLUE value IS 226 (88.67% from 255) = 50.45%
R=43.75%
G=5.80%
B=50.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal196262260.130.8800.1129179.3749.41
HexC41AE2D580B1234f31
Octal304323421513001344311761
Binary11000100110101110001011011011000010111001000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41AE2; }

 p { color: rgb(196,26,226); }

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

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

 a { background-color: rgb(196,26,226); }

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

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

 span { border-color: rgb(196,26,226); }

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