#CA32AC

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

Shades of Fuchsia #CA32AC

Tints of Fuchsia #CA32AC

Color information

#CA32AC (or 0xCA32AC) is unknown color: approx Fuchsia. HEX triplet: CA, 32 and AC. RGB value is (202,50,172). Sum of RGB (Red+Green+Blue) = 202+50+172=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32AC is #35CD53. Grayscale: #6D6D6D. Windows color (decimal): -3525972 or 11285194. OLE color: 11285194.

HSL color Cylindrical-coordinate representation of color #CA32AC: hue angle of 311.84º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32AC is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20250172-
CMYK00.750.150.21
HSL311.84º60.32%49.41%-
HSV(B)311.84º75.25%79.22%-
XYZ32.9417.8240.73-
YUV109.36163.36194.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 50 (19.92% from 255) = 11.79%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=47.64%
G=11.79%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025017200.750.150.21311.8460.3249.41
HexCA32AC04BF151383c31
Octal31262254011317254707461
Binary110010101100101010110001001011111110101100111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32AC; }

 p { color: rgb(202,50,172); }

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

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

 a { background-color: rgb(202,50,172); }

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

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

 span { border-color: rgb(202,50,172); }

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