#C811BE

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

Shades of Deep Magenta #C811BE

Tints of Deep Magenta #C811BE

Color information

#C811BE (or 0xC811BE) is unknown color: approx Deep Magenta. HEX triplet: C8, 11 and BE. RGB value is (200,17,190). Sum of RGB (Red+Green+Blue) = 200+17+190=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 17 (7.03% from 255 or 4.18% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C811BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811BE is #37EE41. Grayscale: #5A5A5A. Windows color (decimal): -3665474 or 12456392. OLE color: 12456392.

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

Color convert

RGB20017190-
CMYK00.920.050.22
HSL303.28º84.33%42.55%-
HSV(B)303.28º91.5%78.43%-
XYZ33.3116.450.12-
YUV91.44183.63205.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 17 (7.03% from 255) = 4.18%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=49.14%
G=4.18%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001719000.920.050.22303.2884.3342.55
HexC811BE05C51612f542b
Octal31021276013452645712453
Binary11001000100011011111001011100101101101001011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C811BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C811BE; }

 p { color: rgb(200,17,190); }

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

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

 a { background-color: rgb(200,17,190); }

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

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

 span { border-color: rgb(200,17,190); }

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