#C81FB6

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

Shades of Deep Magenta #C81FB6

Tints of Deep Magenta #C81FB6

Color information

#C81FB6 (or 0xC81FB6) is unknown color: approx Deep Magenta. HEX triplet: C8, 1F and B6. RGB value is (200,31,182). Sum of RGB (Red+Green+Blue) = 200+31+182=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C81FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81FB6 is #37E049. Grayscale: #626262. Windows color (decimal): -3661898 or 11935688. OLE color: 11935688.

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

Color convert

RGB20031182-
CMYK00.840.090.22
HSL306.39º73.16%45.29%-
HSV(B)306.39º84.5%78.43%-
XYZ32.7516.6445.74-
YUV98.74174.99200.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.43%
GREEN value IS 31 (12.5% from 255) = 7.51%
BLUE value IS 182 (71.48% from 255) = 44.07%
R=48.43%
G=7.51%
B=44.07%

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
Decimal2003118200.840.090.22306.3973.1645.29
HexC81FB6054916132492d
Octal310372660124112646211155
Binary110010001111110110110010101001001101101001100101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81FB6; }

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

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

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

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

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

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

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

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