#C22AB3

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

Shades of Fuchsia #C22AB3

Tints of Fuchsia #C22AB3

Color information

#C22AB3 (or 0xC22AB3) is unknown color: approx Fuchsia. HEX triplet: C2, 2A and B3. RGB value is (194,42,179). Sum of RGB (Red+Green+Blue) = 194+42+179=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22AB3 is #3DD54C. Grayscale: #666666. Windows color (decimal): -4052301 or 11741890. OLE color: 11741890.

HSL color Cylindrical-coordinate representation of color #C22AB3: hue angle of 305.92º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22AB3 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB19442179-
CMYK00.780.080.24
HSL305.92º64.41%46.27%-
HSV(B)305.92º78.35%76.08%-
XYZ31.2116.3844.16-
YUV103.07170.86192.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 42 (16.80% from 255) = 10.12%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=46.75%
G=10.12%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944217900.780.080.24305.9264.4146.27
HexC22AB304E818132402e
Octal302522630116103046210056
Binary1100001010101010110011010011101000110001001100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22AB3; }

 p { color: rgb(194,42,179); }

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

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

 a { background-color: rgb(194,42,179); }

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

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

 span { border-color: rgb(194,42,179); }

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