#C845AF

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

Shades of Fuchsia #C845AF

Tints of Fuchsia #C845AF

Color information

#C845AF (or 0xC845AF) is unknown color: approx Fuchsia. HEX triplet: C8, 45 and AF. RGB value is (200,69,175). Sum of RGB (Red+Green+Blue) = 200+69+175=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AF is #37BA50. Grayscale: #777777. Windows color (decimal): -3652177 or 11486664. OLE color: 11486664.

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

Color convert

RGB20069175-
CMYK00.660.120.22
HSL311.45º54.36%52.75%-
HSV(B)311.45º65.5%78.43%-
XYZ33.6919.6342.57-
YUV120.25158.9184.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=45.05%
G=15.54%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006917500.660.120.22311.4554.3652.75
HexC845AF042C161373635
Octal310105257010214264676665
Binary1100100010001011010111101000010110010110100110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845AF; }

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

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

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

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

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

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

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

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