#C847B0

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

Shades of Fuchsia #C847B0

Tints of Fuchsia #C847B0

Color information

#C847B0 (or 0xC847B0) is unknown color: approx Fuchsia. HEX triplet: C8, 47 and B0. RGB value is (200,71,176). Sum of RGB (Red+Green+Blue) = 200+71+176=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C847B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C847B0 is #37B84F. Grayscale: #797979. Windows color (decimal): -3651664 or 11552712. OLE color: 11552712.

HSL color Cylindrical-coordinate representation of color #C847B0: hue angle of 311.16º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C847B0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB20071176-
CMYK00.640.120.22
HSL311.16º53.97%53.14%-
HSV(B)311.16º64.5%78.43%-
XYZ33.9119.9243.13-
YUV121.54158.74183.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=44.74%
G=15.88%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007117600.640.120.22311.1653.9753.14
HexC847B0040C161373635
Octal310107260010014264676665
Binary1100100010001111011000001000000110010110100110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C847B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C847B0; }

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

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

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

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

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

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

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

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