#C845B1

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

Shades of Fuchsia #C845B1

Tints of Fuchsia #C845B1

Color information

#C845B1 (or 0xC845B1) is unknown color: approx Fuchsia. HEX triplet: C8, 45 and B1. RGB value is (200,69,177). Sum of RGB (Red+Green+Blue) = 200+69+177=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C845B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845B1 is #37BA4E. Grayscale: #787878. Windows color (decimal): -3652175 or 11617736. OLE color: 11617736.

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

Color convert

RGB20069177-
CMYK00.660.120.22
HSL310.53º54.36%52.75%-
HSV(B)310.53º65.5%78.43%-
XYZ33.8819.7143.61-
YUV120.48159.9184.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 69 (27.34% from 255) = 15.47%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=44.84%
G=15.47%
B=39.69%

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
Decimal2006917700.660.120.22310.5354.3652.75
HexC845B1042C161373635
Octal310105261010214264676665
Binary1100100010001011011000101000010110010110100110111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C845B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C845B1; }

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

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

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

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

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

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

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

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