#c81fbe

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

Shades of Deep Magenta #C81FBE

Tints of Deep Magenta #C81FBE

Color information

#C81FBE (or 0xC81FBE) is unknown color: approx Deep Magenta. HEX triplet: C8, 1F and BE. RGB value is (200,31,190). Sum of RGB (Red+Green+Blue) = 200+31+190=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FBE is #37E041. Grayscale: #636363. Windows color (decimal): -3661890 or 12459976. OLE color: 12459976.

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

Color convert

RGB20031190-
CMYK00.840.050.22
HSL303.55º73.16%45.29%-
HSV(B)303.55º84.5%78.43%-
XYZ33.616.9850.22-
YUV99.66178.99199.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 31 (12.5% from 255) = 7.36%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=47.51%
G=7.36%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003119000.840.050.22303.5573.1645.29
HexC81FBE054516130492d
Octal31037276012452646011155
Binary11001000111111011111001010100101101101001100001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c81fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c81fbe; }

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

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

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

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

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

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

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

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