#C112AE

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

Shades of Deep Magenta #C112AE

Tints of Deep Magenta #C112AE

Color information

#C112AE (or 0xC112AE) is unknown color: approx Deep Magenta. HEX triplet: C1, 12 and AE. RGB value is (193,18,174). Sum of RGB (Red+Green+Blue) = 193+18+174=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C112AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112AE is #3EED51. Grayscale: #575757. Windows color (decimal): -4123986 or 11408065. OLE color: 11408065.

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

Color convert

RGB19318174-
CMYK00.910.100.24
HSL306.51º82.94%41.37%-
HSV(B)306.51º90.67%75.69%-
XYZ29.8514.8341.33-
YUV88.11176.48202.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 18 (7.42% from 255) = 4.68%
BLUE value IS 174 (68.36% from 255) = 45.19%
R=50.13%
G=4.68%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931817400.910.100.24306.5182.9441.37
HexC112AE05BA181335329
Octal301222560133123046312351
Binary110000011001010101110010110111010110001001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C112AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C112AE; }

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

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

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

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

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

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

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

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