#C831BF

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

Shades of Fuchsia #C831BF

Tints of Fuchsia #C831BF

Color information

#C831BF (or 0xC831BF) is unknown color: approx Fuchsia. HEX triplet: C8, 31 and BF. RGB value is (200,49,191). Sum of RGB (Red+Green+Blue) = 200+49+191=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C831BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831BF is #37CE40. Grayscale: #6D6D6D. Windows color (decimal): -3657281 or 12530120. OLE color: 12530120.

HSL color Cylindrical-coordinate representation of color #C831BF: hue angle of 303.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C831BF is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB20049191-
CMYK00.760.040.22
HSL303.58º60.64%48.82%-
HSV(B)303.58º75.5%78.43%-
XYZ34.3218.2451-
YUV110.34173.53191.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 11.14%
BLUE value IS 191 (75% from 255) = 43.41%
R=45.45%
G=11.14%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004919100.760.040.22303.5860.6448.82
HexC831BF04C4161303d31
Octal3106127701144264607561
Binary11001000110001101111110100110010010110100110000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C831BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C831BF; }

 p { color: rgb(200,49,191); }

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

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

 a { background-color: rgb(200,49,191); }

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

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

 span { border-color: rgb(200,49,191); }

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