#C413E2

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

Shades of Deep Magenta #C413E2

Tints of Deep Magenta #C413E2

Color information

#C413E2 (or 0xC413E2) is unknown color: approx Deep Magenta. HEX triplet: C4, 13 and E2. RGB value is (196,19,226). Sum of RGB (Red+Green+Blue) = 196+19+226=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 19 (7.81% from 255 or 4.31% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #C413E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C413E2 is #3BEC1D. Grayscale: #5E5E5E. Windows color (decimal): -3927070 or 14816196. OLE color: 14816196.

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

Color convert

RGB19619226-
CMYK0.130.9200.11
HSL291.3º84.49%48.04%-
HSV(B)291.3º91.59%88.63%-
XYZ36.7317.6973.43-
YUV95.52201.64199.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 19 (7.81% from 255) = 4.31%
BLUE value IS 226 (88.67% from 255) = 51.25%
R=44.44%
G=4.31%
B=51.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal196192260.130.9200.11291.384.4948.04
HexC413E2D5C0B1235430
Octal304233421513401344312460
Binary11000100100111110001011011011100010111001000111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C413E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C413E2; }

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

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

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

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

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

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

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

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