#C05ABC

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

Shades of Fuchsia #C05ABC

Tints of Fuchsia #C05ABC

Color information

#C05ABC (or 0xC05ABC) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and BC. RGB value is (192,90,188). Sum of RGB (Red+Green+Blue) = 192+90+188=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C05ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ABC is #3FA543. Grayscale: #838383. Windows color (decimal): -4171076 or 12344000. OLE color: 12344000.

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

Color convert

RGB19290188-
CMYK00.530.020.25
HSL302.35º44.74%55.29%-
HSV(B)302.35º53.12%75.29%-
XYZ34.4722.1550.04-
YUV131.67159.79171.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 188 (73.83% from 255) = 40%
R=40.85%
G=19.15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929018800.530.020.25302.3544.7455.29
HexC05ABC03521912e2d37
Octal3001322740652314565567
Binary1100000010110101011110001101011011001100101110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05ABC; }

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

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

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

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

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

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

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

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