#C419C2

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

Shades of Deep Magenta #C419C2

Tints of Deep Magenta #C419C2

Color information

#C419C2 (or 0xC419C2) is unknown color: approx Deep Magenta. HEX triplet: C4, 19 and C2. RGB value is (196,25,194). Sum of RGB (Red+Green+Blue) = 196+25+194=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C419C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C2 is #3BE63D. Grayscale: #5E5E5E. Windows color (decimal): -3925566 or 12720580. OLE color: 12720580.

HSL color Cylindrical-coordinate representation of color #C419C2: hue angle of 300.7º 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 #C419C2 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19625194-
CMYK00.870.010.23
HSL300.7º77.38%43.33%-
HSV(B)300.7º87.24%76.86%-
XYZ32.8516.3352.46-
YUV95.4183.65199.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 25 (10.16% from 255) = 6.02%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=47.23%
G=6.02%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962519400.870.010.23300.777.3843.33
HexC419C205711712d4d2b
Octal30431302012712745511553
Binary110001001100111000010010101111101111001011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C419C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C419C2; }

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

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

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

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

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

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

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

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