#C22AB1

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

Shades of Fuchsia #C22AB1

Tints of Fuchsia #C22AB1

Color information

#C22AB1 (or 0xC22AB1) is unknown color: approx Fuchsia. HEX triplet: C2, 2A and B1. RGB value is (194,42,177). Sum of RGB (Red+Green+Blue) = 194+42+177=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AB1 is #3DD54E. Grayscale: #666666. Windows color (decimal): -4052303 or 11610818. OLE color: 11610818.

HSL color Cylindrical-coordinate representation of color #C22AB1: hue angle of 306.71º 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 #C22AB1 is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19442177-
CMYK00.780.090.24
HSL306.71º64.41%46.27%-
HSV(B)306.71º78.35%76.08%-
XYZ31.0116.343.11-
YUV102.84169.86193.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 42 (16.80% from 255) = 10.17%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=46.97%
G=10.17%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944217700.780.090.24306.7164.4146.27
HexC22AB104E918133402e
Octal302522610116113046310056
Binary1100001010101010110001010011101001110001001100111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22AB1; }

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

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

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

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

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

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

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

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