#C117AC

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

Shades of Deep Magenta #C117AC

Tints of Deep Magenta #C117AC

Color information

#C117AC (or 0xC117AC) is unknown color: approx Deep Magenta. HEX triplet: C1, 17 and AC. RGB value is (193,23,172). Sum of RGB (Red+Green+Blue) = 193+23+172=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C117AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117AC is #3EE853. Grayscale: #5A5A5A. Windows color (decimal): -4122708 or 11278273. OLE color: 11278273.

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

Color convert

RGB19323172-
CMYK00.880.110.24
HSL307.41º78.7%42.35%-
HSV(B)307.41º88.08%75.69%-
XYZ29.7514.9340.34-
YUV90.82173.82200.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 23 (9.38% from 255) = 5.93%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=49.74%
G=5.93%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1932317200.880.110.24307.4178.742.35
HexC117AC058B181334f2a
Octal301272540130133046311752
Binary110000011011110101100010110001011110001001100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C117AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C117AC; }

 p { color: rgb(193,23,172); }

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

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

 a { background-color: rgb(193,23,172); }

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

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

 span { border-color: rgb(193,23,172); }

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