#CA32C2

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

Shades of Fuchsia #CA32C2

Tints of Fuchsia #CA32C2

Color information

#CA32C2 (or 0xCA32C2) is unknown color: approx Fuchsia. HEX triplet: CA, 32 and C2. RGB value is (202,50,194). Sum of RGB (Red+Green+Blue) = 202+50+194=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32C2 is #35CD3D. Grayscale: #6F6F6F. Windows color (decimal): -3525950 or 12726986. OLE color: 12726986.

HSL color Cylindrical-coordinate representation of color #CA32C2: hue angle of 303.16º 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 #CA32C2 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20250194-
CMYK00.750.040.21
HSL303.16º60.32%49.41%-
HSV(B)303.16º75.25%79.22%-
XYZ35.2418.7352.8-
YUV111.86174.36192.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 50 (19.92% from 255) = 11.21%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=45.29%
G=11.21%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025019400.750.040.21303.1660.3249.41
HexCA32C204B41512f3c31
Octal3126230201134254577461
Binary11001010110010110000100100101110010101100101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32C2; }

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

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

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

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

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

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

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

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