#C316AE

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

Shades of Deep Magenta #C316AE

Tints of Deep Magenta #C316AE

Color information

#C316AE (or 0xC316AE) is unknown color: approx Deep Magenta. HEX triplet: C3, 16 and AE. RGB value is (195,22,174). Sum of RGB (Red+Green+Blue) = 195+22+174=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C316AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C316AE is #3CE951. Grayscale: #5A5A5A. Windows color (decimal): -3991890 or 11409091. OLE color: 11409091.

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

Color convert

RGB19522174-
CMYK00.890.110.24
HSL307.28º79.72%42.55%-
HSV(B)307.28º88.72%76.47%-
XYZ30.4315.2341.38-
YUV91.06174.81202.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=49.87%
G=5.63%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952217400.890.110.24307.2879.7242.55
HexC316AE059B18133502b
Octal303262560131133046312053
Binary110000111011010101110010110011011110001001100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C316AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C316AE; }

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

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

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

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

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

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

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

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