#c81dbe

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

Shades of Deep Magenta #C81DBE

Tints of Deep Magenta #C81DBE

Color information

#C81DBE (or 0xC81DBE) is unknown color: approx Deep Magenta. HEX triplet: C8, 1D and BE. RGB value is (200,29,190). Sum of RGB (Red+Green+Blue) = 200+29+190=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C81DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81DBE is #37E241. Grayscale: #626262. Windows color (decimal): -3662402 or 12459464. OLE color: 12459464.

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

Color convert

RGB20029190-
CMYK00.860.050.22
HSL303.51º74.67%44.9%-
HSV(B)303.51º85.5%78.43%-
XYZ33.5516.8850.2-
YUV98.48179.65200.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 29 (11.72% from 255) = 6.92%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=47.73%
G=6.92%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002919000.860.050.22303.5174.6744.9
HexC81DBE0565161304b2d
Octal31035276012652646011355
Binary11001000111011011111001010110101101101001100001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c81dbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c81dbe; }

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

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

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

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

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

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

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

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