#C112E2

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

Shades of Deep Magenta #C112E2

Tints of Deep Magenta #C112E2

Color information

#C112E2 (or 0xC112E2) is unknown color: approx Deep Magenta. HEX triplet: C1, 12 and E2. RGB value is (193,18,226). Sum of RGB (Red+Green+Blue) = 193+18+226=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 18 (7.42% from 255 or 4.12% from 437); Blue value is 226 (88.67% from 255 or 51.72% from 437); Max value from RGB is 226 - color contains mainly: blue. Hex color #C112E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112E2 is #3EED1D. Grayscale: #5D5D5D. Windows color (decimal): -4123934 or 14815937. OLE color: 14815937.

HSL color Cylindrical-coordinate representation of color #C112E2: hue angle of 290.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C112E2 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19318226-
CMYK0.150.9200.11
HSL290.48º85.25%47.84%-
HSV(B)290.48º92.04%88.63%-
XYZ35.9417.2673.39-
YUV94.04202.48198.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 18 (7.42% from 255) = 4.12%
BLUE value IS 226 (88.67% from 255) = 51.72%
R=44.16%
G=4.12%
B=51.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal193182260.150.9200.11290.4885.2547.84
HexC112E2F5C0B1225530
Octal301223421713401344212560
Binary11000001100101110001011111011100010111001000101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C112E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C112E2; }

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

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

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

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

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

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

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

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