#C219DA

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

Shades of Deep Magenta #C219DA

Tints of Deep Magenta #C219DA

Color information

#C219DA (or 0xC219DA) is unknown color: approx Deep Magenta. HEX triplet: C2, 19 and DA. RGB value is (194,25,218). Sum of RGB (Red+Green+Blue) = 194+25+218=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #C219DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219DA is #3DE625. Grayscale: #606060. Windows color (decimal): -4056614 or 14293442. OLE color: 14293442.

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

Color convert

RGB19425218-
CMYK0.110.8900.15
HSL292.54º79.42%47.65%-
HSV(B)292.54º88.53%85.49%-
XYZ35.2517.2367.8-
YUV97.53195.99196.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 25 (10.16% from 255) = 5.72%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=44.39%
G=5.72%
B=49.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194252180.110.8900.15292.5479.4247.65
HexC219DAB590F1254f30
Octal302313321313101744511760
Binary11000010110011101101010111011001011111001001011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C219DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C219DA; }

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

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

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

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

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

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

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

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