#C112AC

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

Shades of Deep Magenta #C112AC

Tints of Deep Magenta #C112AC

Color information

#C112AC (or 0xC112AC) is unknown color: approx Deep Magenta. HEX triplet: C1, 12 and AC. RGB value is (193,18,172). Sum of RGB (Red+Green+Blue) = 193+18+172=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C112AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112AC is #3EED53. Grayscale: #575757. Windows color (decimal): -4123988 or 11276993. OLE color: 11276993.

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

Color convert

RGB19318172-
CMYK00.910.110.24
HSL307.2º82.94%41.37%-
HSV(B)307.2º90.67%75.69%-
XYZ29.6614.7540.31-
YUV87.88175.48202.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=50.39%
G=4.70%
B=44.91%

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
Decimal1931817200.910.110.24307.282.9441.37
HexC112AC05BB181335329
Octal301222540133133046312351
Binary110000011001010101100010110111011110001001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C112AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C112AC; }

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

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

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

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

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

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

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

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