#C945B1

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

Shades of Fuchsia #C945B1

Tints of Fuchsia #C945B1

Color information

#C945B1 (or 0xC945B1) is unknown color: approx Fuchsia. HEX triplet: C9, 45 and B1. RGB value is (201,69,177). Sum of RGB (Red+Green+Blue) = 201+69+177=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C945B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945B1 is #36BA4E. Grayscale: #787878. Windows color (decimal): -3586639 or 11617737. OLE color: 11617737.

HSL color Cylindrical-coordinate representation of color #C945B1: hue angle of 310.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945B1 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20169177-
CMYK00.660.120.21
HSL310.91º55%52.94%-
HSV(B)310.91º65.67%78.82%-
XYZ34.1519.8543.63-
YUV120.78159.73185.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 69 (27.34% from 255) = 15.44%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=44.97%
G=15.44%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016917700.660.120.21310.915552.94
HexC945B1042C151373735
Octal311105261010214254676765
Binary1100100110001011011000101000010110010101100110111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945B1; }

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

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

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

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

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

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

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

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