#c419d1

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

Shades of Deep Magenta #C419D1

Tints of Deep Magenta #C419D1

Color information

#C419D1 (or 0xC419D1) is unknown color: approx Deep Magenta. HEX triplet: C4, 19 and D1. RGB value is (196,25,209). Sum of RGB (Red+Green+Blue) = 196+25+209=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #C419D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C419D1 is #3BE62E. Grayscale: #606060. Windows color (decimal): -3925551 or 13703620. OLE color: 13703620.

HSL color Cylindrical-coordinate representation of color #C419D1: hue angle of 295.76º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C419D1 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19625209-
CMYK0.060.8800.18
HSL295.76º78.63%45.88%-
HSV(B)295.76º88.04%81.96%-
XYZ34.6217.0361.78-
YUV97.1191.15198.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 25 (10.16% from 255) = 5.81%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=45.58%
G=5.81%
B=48.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196252090.060.8800.18295.7678.6345.88
HexC419D16580121284f2e
Octal30431321613002245011756
Binary11000100110011101000111010110000100101001010001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c419d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c419d1; }

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

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

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

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

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

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

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

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