#C845AB

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

Shades of Fuchsia #C845AB

Tints of Fuchsia #C845AB

Color information

#C845AB (or 0xC845AB) is unknown color: approx Fuchsia. HEX triplet: C8, 45 and AB. RGB value is (200,69,171). Sum of RGB (Red+Green+Blue) = 200+69+171=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AB is #37BA54. Grayscale: #777777. Windows color (decimal): -3652181 or 11224520. OLE color: 11224520.

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

Color convert

RGB20069171-
CMYK00.660.140.22
HSL313.28º54.36%52.75%-
HSV(B)313.28º65.5%78.43%-
XYZ33.319.4840.53-
YUV119.8156.9185.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 69 (27.34% from 255) = 15.68%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=45.45%
G=15.68%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006917100.660.140.22313.2854.3652.75
HexC845AB042E161393635
Octal310105253010216264716665
Binary1100100010001011010101101000010111010110100111001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845AB; }

 p { color: rgb(200,69,171); }

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

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

 a { background-color: rgb(200,69,171); }

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

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

 span { border-color: rgb(200,69,171); }

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