#C214C2

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

Shades of Deep Magenta #C214C2

Tints of Deep Magenta #C214C2

Color information

#C214C2 (or 0xC214C2) is unknown color: approx Deep Magenta. HEX triplet: C2, 14 and C2. RGB value is (194,20,194). Sum of RGB (Red+Green+Blue) = 194+20+194=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C214C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214C2 is #3DEB3D. Grayscale: #5B5B5B. Windows color (decimal): -4057918 or 12719298. OLE color: 12719298.

HSL color Cylindrical-coordinate representation of color #C214C2: hue angle of 300º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214C2 is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19420194-
CMYK00.9000.24
HSL300º81.31%41.96%-
HSV(B)300º89.69%76.08%-
XYZ32.2415.8652.4-
YUV91.86185.65200.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 20 (8.20% from 255) = 4.90%
BLUE value IS 194 (76.17% from 255) = 47.55%
R=47.55%
G=4.90%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942019400.9000.2430081.3141.96
HexC214C205A01812c512a
Octal30224302013203045412152
Binary110000101010011000010010110100110001001011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C214C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C214C2; }

 p { color: rgb(194,20,194); }

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

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

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

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

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

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

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