#C311AE

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

Shades of Deep Magenta #C311AE

Tints of Deep Magenta #C311AE

Color information

#C311AE (or 0xC311AE) is unknown color: approx Deep Magenta. HEX triplet: C3, 11 and AE. RGB value is (195,17,174). Sum of RGB (Red+Green+Blue) = 195+17+174=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C311AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311AE is #3CEE51. Grayscale: #575757. Windows color (decimal): -3993170 or 11407811. OLE color: 11407811.

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

Color convert

RGB19517174-
CMYK00.910.110.24
HSL307.08º83.96%41.57%-
HSV(B)307.08º91.28%76.47%-
XYZ30.3515.0641.35-
YUV88.12176.47204.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 174 (68.36% from 255) = 45.08%
R=50.52%
G=4.40%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951717400.910.110.24307.0883.9641.57
HexC311AE05BB18133542a
Octal303212560133133046312452
Binary110000111000110101110010110111011110001001100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311AE; }

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

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

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

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

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

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

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

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