#C045AB

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

Shades of Fuchsia #C045AB

Tints of Fuchsia #C045AB

Color information

#C045AB (or 0xC045AB) is unknown color: approx Fuchsia. HEX triplet: C0, 45 and AB. RGB value is (192,69,171). Sum of RGB (Red+Green+Blue) = 192+69+171=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C045AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045AB is #3FBA54. Grayscale: #757575. Windows color (decimal): -4176469 or 11224512. OLE color: 11224512.

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

Color convert

RGB19269171-
CMYK00.640.110.25
HSL310.24º49.4%51.18%-
HSV(B)310.24º64.06%75.29%-
XYZ31.2218.440.43-
YUV117.4158.25181.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 69 (27.34% from 255) = 15.97%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=44.44%
G=15.97%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926917100.640.110.25310.2449.451.18
HexC045AB040B191363133
Octal300105253010013314666163
Binary1100000010001011010101101000000101111001100110110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045AB; }

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

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

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

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

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

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

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

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