#C219CA

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

Shades of Deep Magenta #C219CA

Tints of Deep Magenta #C219CA

Color information

#C219CA (or 0xC219CA) is unknown color: approx Deep Magenta. HEX triplet: C2, 19 and CA. RGB value is (194,25,202). Sum of RGB (Red+Green+Blue) = 194+25+202=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C219CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CA is #3DE635. Grayscale: #5F5F5F. Windows color (decimal): -4056630 or 13244866. OLE color: 13244866.

HSL color Cylindrical-coordinate representation of color #C219CA: hue angle of 297.29º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C219CA is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19425202-
CMYK0.040.8800.21
HSL297.29º77.97%44.51%-
HSV(B)297.29º87.62%79.22%-
XYZ33.2616.4357.3-
YUV95.71187.99198.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 25 (10.16% from 255) = 5.94%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=46.08%
G=5.94%
B=47.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194252020.040.8800.21297.2977.9744.51
HexC219CA4580151294e2d
Octal30231312413002545111655
Binary11000010110011100101010010110000101011001010011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C219CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C219CA; }

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

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

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

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

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

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

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

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