#C045B1

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

Shades of Fuchsia #C045B1

Tints of Fuchsia #C045B1

Color information

#C045B1 (or 0xC045B1) is unknown color: approx Fuchsia. HEX triplet: C0, 45 and B1. RGB value is (192,69,177). Sum of RGB (Red+Green+Blue) = 192+69+177=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C045B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045B1 is #3FBA4E. Grayscale: #757575. Windows color (decimal): -4176463 or 11617728. OLE color: 11617728.

HSL color Cylindrical-coordinate representation of color #C045B1: hue angle of 307.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045B1 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19269177-
CMYK00.640.080.25
HSL307.32º49.4%51.18%-
HSV(B)307.32º64.06%75.29%-
XYZ31.818.6443.52-
YUV118.09161.25180.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=43.84%
G=15.75%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926917700.640.080.25307.3249.451.18
HexC045B10408191333133
Octal300105261010010314636163
Binary1100000010001011011000101000000100011001100110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045B1; }

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

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

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

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

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

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

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

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