#C851B0

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

Shades of Fuchsia #C851B0

Tints of Fuchsia #C851B0

Color information

#C851B0 (or 0xC851B0) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and B0. RGB value is (200,81,176). Sum of RGB (Red+Green+Blue) = 200+81+176=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851B0 is #37AE4F. Grayscale: #7F7F7F. Windows color (decimal): -3649104 or 11555272. OLE color: 11555272.

HSL color Cylindrical-coordinate representation of color #C851B0: hue angle of 312.1º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851B0 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB20081176-
CMYK00.590.120.22
HSL312.1º51.97%55.1%-
HSV(B)312.1º59.5%78.43%-
XYZ34.621.343.36-
YUV127.41155.42179.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=43.76%
G=17.72%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008117600.590.120.22312.151.9755.1
HexC851B003BC161383437
Octal31012126007314264706467
Binary110010001010001101100000111011110010110100111000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851B0; }

 p { color: rgb(200,81,176); }

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

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

 a { background-color: rgb(200,81,176); }

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

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

 span { border-color: rgb(200,81,176); }

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