#C851B8

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

Shades of Fuchsia #C851B8

Tints of Fuchsia #C851B8

Color information

#C851B8 (or 0xC851B8) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and B8. RGB value is (200,81,184). Sum of RGB (Red+Green+Blue) = 200+81+184=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C851B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851B8 is #37AE47. Grayscale: #808080. Windows color (decimal): -3649096 or 12079560. OLE color: 12079560.

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

Color convert

RGB20081184-
CMYK00.590.080.22
HSL308.07º51.97%55.1%-
HSV(B)308.07º59.5%78.43%-
XYZ35.4121.6247.65-
YUV128.32159.42179.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 81 (32.03% from 255) = 17.42%
BLUE value IS 184 (72.27% from 255) = 39.57%
R=43.01%
G=17.42%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008118400.590.080.22308.0751.9755.1
HexC851B803B8161343437
Octal31012127007310264646467
Binary110010001010001101110000111011100010110100110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851B8; }

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

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

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

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

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

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

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

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