#C419C6

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

Shades of Deep Magenta #C419C6

Tints of Deep Magenta #C419C6

Color information

#C419C6 (or 0xC419C6) is unknown color: approx Deep Magenta. HEX triplet: C4, 19 and C6. RGB value is (196,25,198). Sum of RGB (Red+Green+Blue) = 196+25+198=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #C419C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419C6 is #3BE639. Grayscale: #5F5F5F. Windows color (decimal): -3925562 or 12982724. OLE color: 12982724.

HSL color Cylindrical-coordinate representation of color #C419C6: hue angle of 299.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419C6 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19625198-
CMYK0.010.8700.22
HSL299.31º77.58%43.73%-
HSV(B)299.31º87.37%77.65%-
XYZ33.3116.5154.86-
YUV95.85185.65199.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 25 (10.16% from 255) = 5.97%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=46.78%
G=5.97%
B=47.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196251980.010.8700.22299.3177.5843.73
HexC419C615701612b4e2c
Octal30431306112702645311654
Binary110001001100111000110110101110101101001010111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C419C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C419C6; }

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

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

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

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

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

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

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

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