#C045B0

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

Shades of Fuchsia #C045B0

Tints of Fuchsia #C045B0

Color information

#C045B0 (or 0xC045B0) is unknown color: approx Fuchsia. HEX triplet: C0, 45 and B0. RGB value is (192,69,176). Sum of RGB (Red+Green+Blue) = 192+69+176=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C045B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045B0 is #3FBA4F. Grayscale: #757575. Windows color (decimal): -4176464 or 11552192. OLE color: 11552192.

HSL color Cylindrical-coordinate representation of color #C045B0: hue angle of 307.8º 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 #C045B0 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19269176-
CMYK00.640.080.25
HSL307.8º49.4%51.18%-
HSV(B)307.8º64.06%75.29%-
XYZ31.718.642.99-
YUV117.98160.75180.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=43.94%
G=15.79%
B=40.27%

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
Decimal1926917600.640.080.25307.849.451.18
HexC045B00408191343133
Octal300105260010010314646163
Binary1100000010001011011000001000000100011001100110100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045B0; }

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

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

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

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

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

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

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

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