#C41EC1

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

Shades of Deep Magenta #C41EC1

Tints of Deep Magenta #C41EC1

Color information

#C41EC1 (or 0xC41EC1) is unknown color: approx Deep Magenta. HEX triplet: C4, 1E and C1. RGB value is (196,30,193). Sum of RGB (Red+Green+Blue) = 196+30+193=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41EC1 is #3BE13E. Grayscale: #616161. Windows color (decimal): -3924287 or 12656324. OLE color: 12656324.

HSL color Cylindrical-coordinate representation of color #C41EC1: hue angle of 301.08º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41EC1 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19630193-
CMYK00.850.020.23
HSL301.08º73.45%44.31%-
HSV(B)301.08º84.69%76.86%-
XYZ32.8516.5151.91-
YUV98.22181.5197.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 30 (12.11% from 255) = 7.16%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=46.78%
G=7.16%
B=46.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963019300.850.020.23301.0873.4544.31
HexC41EC105521712d492c
Octal30436301012522745511154
Binary1100010011110110000010101010110101111001011011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41EC1; }

 p { color: rgb(196,30,193); }

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

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

 a { background-color: rgb(196,30,193); }

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

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

 span { border-color: rgb(196,30,193); }

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