#C216AE

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

Shades of Deep Magenta #C216AE

Tints of Deep Magenta #C216AE

Color information

#C216AE (or 0xC216AE) is unknown color: approx Deep Magenta. HEX triplet: C2, 16 and AE. RGB value is (194,22,174). Sum of RGB (Red+Green+Blue) = 194+22+174=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C216AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C216AE is #3DE951. Grayscale: #5A5A5A. Windows color (decimal): -4057426 or 11409090. OLE color: 11409090.

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

Color convert

RGB19422174-
CMYK00.890.100.24
HSL306.98º79.63%42.35%-
HSV(B)306.98º88.66%76.08%-
XYZ30.1815.141.37-
YUV90.76174.98201.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.74%
GREEN value IS 22 (8.98% from 255) = 5.64%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=49.74%
G=5.64%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942217400.890.100.24306.9879.6342.35
HexC216AE059A18133502a
Octal302262560131123046312052
Binary110000101011010101110010110011010110001001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C216AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C216AE; }

 p { color: rgb(194,22,174); }

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

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

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

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

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

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

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