#C811BD

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

Shades of Deep Magenta #C811BD

Tints of Deep Magenta #C811BD

Color information

#C811BD (or 0xC811BD) is unknown color: approx Deep Magenta. HEX triplet: C8, 11 and BD. RGB value is (200,17,189). Sum of RGB (Red+Green+Blue) = 200+17+189=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C811BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C811BD is #37EE42. Grayscale: #5A5A5A. Windows color (decimal): -3665475 or 12390856. OLE color: 12390856.

HSL color Cylindrical-coordinate representation of color #C811BD: hue angle of 303.61º 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 #C811BD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20017189-
CMYK00.920.060.22
HSL303.61º84.33%42.55%-
HSV(B)303.61º91.5%78.43%-
XYZ33.2116.3549.55-
YUV91.32183.13205.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 17 (7.03% from 255) = 4.19%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=49.26%
G=4.19%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001718900.920.060.22303.6184.3342.55
HexC811BD05C616130542b
Octal31021275013462646012453
Binary11001000100011011110101011100110101101001100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C811BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C811BD; }

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

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

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

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

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

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

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

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