#C05AB4

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

Shades of Fuchsia #C05AB4

Tints of Fuchsia #C05AB4

Color information

#C05AB4 (or 0xC05AB4) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and B4. RGB value is (192,90,180). Sum of RGB (Red+Green+Blue) = 192+90+180=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AB4 is #3FA54B. Grayscale: #828282. Windows color (decimal): -4171084 or 11819712. OLE color: 11819712.

HSL color Cylindrical-coordinate representation of color #C05AB4: hue angle of 307.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AB4 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19290180-
CMYK00.530.060.25
HSL307.06º44.74%55.29%-
HSV(B)307.06º53.12%75.29%-
XYZ33.6321.8145.62-
YUV130.76155.79171.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=41.56%
G=19.48%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929018000.530.060.25307.0644.7455.29
HexC05AB40356191332d37
Octal3001322640656314635567
Binary11000000101101010110100011010111011001100110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AB4; }

 p { color: rgb(192,90,180); }

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

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

 a { background-color: rgb(192,90,180); }

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

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

 span { border-color: rgb(192,90,180); }

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