#c81fb5

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

Shades of Deep Magenta #C81FB5

Tints of Deep Magenta #C81FB5

Color information

#C81FB5 (or 0xC81FB5) is unknown color: approx Deep Magenta. HEX triplet: C8, 1F and B5. RGB value is (200,31,181). Sum of RGB (Red+Green+Blue) = 200+31+181=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FB5 is #37E04A. Grayscale: #626262. Windows color (decimal): -3661899 or 11870152. OLE color: 11870152.

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

Color convert

RGB20031181-
CMYK00.840.090.22
HSL306.75º73.16%45.29%-
HSV(B)306.75º84.5%78.43%-
XYZ32.6516.645.2-
YUV98.63174.49200.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 31 (12.5% from 255) = 7.52%
BLUE value IS 181 (71.09% from 255) = 43.93%
R=48.54%
G=7.52%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003118100.840.090.22306.7573.1645.29
HexC81FB5054916133492d
Octal310372650124112646311155
Binary110010001111110110101010101001001101101001100111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c81fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c81fb5; }

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

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

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

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

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

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

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

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