#C111C2

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

Shades of Deep Magenta #C111C2

Tints of Deep Magenta #C111C2

Color information

#C111C2 (or 0xC111C2) is unknown color: approx Deep Magenta. HEX triplet: C1, 11 and C2. RGB value is (193,17,194). Sum of RGB (Red+Green+Blue) = 193+17+194=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #C111C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C111C2 is #3EEE3D. Grayscale: #595959. Windows color (decimal): -4124222 or 12718529. OLE color: 12718529.

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

Color convert

RGB19317194-
CMYK0.010.9100.24
HSL299.66º83.89%41.37%-
HSV(B)299.66º91.24%76.08%-
XYZ31.9315.6352.37-
YUV89.8186.81201.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 17 (7.03% from 255) = 4.21%
BLUE value IS 194 (76.17% from 255) = 48.02%
R=47.77%
G=4.21%
B=48.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193171940.010.9100.24299.6683.8941.37
HexC111C215B01812c5429
Octal30121302113303045412451
Binary110000011000111000010110110110110001001011001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C111C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C111C2; }

 p { color: rgb(193,17,194); }

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

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

 a { background-color: rgb(193,17,194); }

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

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

 span { border-color: rgb(193,17,194); }

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