#C11FDF

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

Shades of Deep Magenta #C11FDF

Tints of Deep Magenta #C11FDF

Color information

#C11FDF (or 0xC11FDF) is unknown color: approx Deep Magenta. HEX triplet: C1, 1F and DF. RGB value is (193,31,223). Sum of RGB (Red+Green+Blue) = 193+31+223=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C11FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C11FDF is #3EE020. Grayscale: #646464. Windows color (decimal): -4120609 or 14622657. OLE color: 14622657.

HSL color Cylindrical-coordinate representation of color #C11FDF: hue angle of 290.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C11FDF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19331223-
CMYK0.130.8600.13
HSL290.62º75.59%49.8%-
HSV(B)290.62º86.1%87.45%-
XYZ35.817.6571.33-
YUV101.33196.67193.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 31 (12.5% from 255) = 6.94%
BLUE value IS 223 (87.5% from 255) = 49.89%
R=43.18%
G=6.94%
B=49.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193312230.130.8600.13290.6275.5949.8
HexC11FDFD560D1234c32
Octal301373371512601544311462
Binary11000001111111101111111011010110011011001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11FDF; }

 p { color: rgb(193,31,223); }

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

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

 a { background-color: rgb(193,31,223); }

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

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

 span { border-color: rgb(193,31,223); }

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