#C05AC1

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

Shades of Fuchsia #C05AC1

Tints of Fuchsia #C05AC1

Color information

#C05AC1 (or 0xC05AC1) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and C1. RGB value is (192,90,193). Sum of RGB (Red+Green+Blue) = 192+90+193=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #C05AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AC1 is #3FA53E. Grayscale: #838383. Windows color (decimal): -4171071 or 12671680. OLE color: 12671680.

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

Color convert

RGB19290193-
CMYK0.010.5300.24
HSL299.42º45.37%55.49%-
HSV(B)299.42º53.37%75.69%-
XYZ35.0222.3752.92-
YUV132.24162.29170.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 90 (35.55% from 255) = 18.95%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=40.42%
G=18.95%
B=40.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192901930.010.5300.24299.4245.3755.49
HexC05AC113501812b2d37
Octal3001323011650304535567
Binary110000001011010110000011110101011000100101011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AC1; }

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

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

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

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

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

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

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

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