#C846B0

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

Shades of Fuchsia #C846B0

Tints of Fuchsia #C846B0

Color information

#C846B0 (or 0xC846B0) is unknown color: approx Fuchsia. HEX triplet: C8, 46 and B0. RGB value is (200,70,176). Sum of RGB (Red+Green+Blue) = 200+70+176=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 176 (69.14% from 255 or 39.46% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C846B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C846B0 is #37B94F. Grayscale: #787878. Windows color (decimal): -3651920 or 11552456. OLE color: 11552456.

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

Color convert

RGB20070176-
CMYK00.650.120.22
HSL311.08º54.17%52.94%-
HSV(B)311.08º65%78.43%-
XYZ33.8519.7943.11-
YUV120.95159.07184.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 176 (69.14% from 255) = 39.46%
R=44.84%
G=15.70%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007017600.650.120.22311.0854.1752.94
HexC846B0041C161373635
Octal310106260010114264676665
Binary1100100010001101011000001000001110010110100110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C846B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C846B0; }

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

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

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

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

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

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

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

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