#C311AD

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

Shades of Deep Magenta #C311AD

Tints of Deep Magenta #C311AD

Color information

#C311AD (or 0xC311AD) is unknown color: approx Deep Magenta. HEX triplet: C3, 11 and AD. RGB value is (195,17,173). Sum of RGB (Red+Green+Blue) = 195+17+173=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C311AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C311AD is #3CEE52. Grayscale: #575757. Windows color (decimal): -3993171 or 11342275. OLE color: 11342275.

HSL color Cylindrical-coordinate representation of color #C311AD: hue angle of 307.42º 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 #C311AD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19517173-
CMYK00.910.110.24
HSL307.42º83.96%41.57%-
HSV(B)307.42º91.28%76.47%-
XYZ30.2515.0240.84-
YUV88.01175.97204.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 17 (7.03% from 255) = 4.42%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=50.65%
G=4.42%
B=44.94%

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
Decimal1951717300.910.110.24307.4283.9641.57
HexC311AD05BB18133542a
Octal303212550133133046312452
Binary110000111000110101101010110111011110001001100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C311AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C311AD; }

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

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

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

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

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

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

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

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