#C05ABF

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

Shades of Fuchsia #C05ABF

Tints of Fuchsia #C05ABF

Color information

#C05ABF (or 0xC05ABF) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and BF. RGB value is (192,90,191). Sum of RGB (Red+Green+Blue) = 192+90+191=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C05ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ABF is #3FA540. Grayscale: #838383. Windows color (decimal): -4171073 or 12540608. OLE color: 12540608.

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

Color convert

RGB19290191-
CMYK00.530.010.25
HSL300.59º44.74%55.29%-
HSV(B)300.59º53.12%75.29%-
XYZ34.822.2851.76-
YUV132.01161.29170.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 191 (75% from 255) = 40.38%
R=40.59%
G=19.03%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929019100.530.010.25300.5944.7455.29
HexC05ABF03511912d2d37
Octal3001322770651314555567
Binary110000001011010101111110110101111001100101101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05ABF; }

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

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

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

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

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

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

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

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