#c711bf

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

Shades of Deep Magenta #C711BF

Tints of Deep Magenta #C711BF

Color information

#C711BF (or 0xC711BF) is unknown color: approx Deep Magenta. HEX triplet: C7, 11 and BF. RGB value is (199,17,191). Sum of RGB (Red+Green+Blue) = 199+17+191=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BF is #38EE40. Grayscale: #5A5A5A. Windows color (decimal): -3731009 or 12521927. OLE color: 12521927.

HSL color Cylindrical-coordinate representation of color #C711BF: hue angle of 302.64º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711BF is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19917191-
CMYK00.910.040.22
HSL302.64º84.26%42.35%-
HSV(B)302.64º91.46%78.04%-
XYZ33.1616.350.69-
YUV91.25184.3204.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 17 (7.03% from 255) = 4.18%
BLUE value IS 191 (75% from 255) = 46.93%
R=48.89%
G=4.18%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991719100.910.040.22302.6484.2642.35
HexC711BF05B41612f542a
Octal30721277013342645712452
Binary11000111100011011111101011011100101101001011111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c711bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c711bf; }

 p { color: rgb(199,17,191); }

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

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

 a { background-color: rgb(199,17,191); }

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

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

 span { border-color: rgb(199,17,191); }

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