#CA33B2

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

Shades of Fuchsia #CA33B2

Tints of Fuchsia #CA33B2

Color information

#CA33B2 (or 0xCA33B2) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and B2. RGB value is (202,51,178). Sum of RGB (Red+Green+Blue) = 202+51+178=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA33B2 is #35CC4D. Grayscale: #6E6E6E. Windows color (decimal): -3525710 or 11678666. OLE color: 11678666.

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

Color convert

RGB20251178-
CMYK00.750.120.21
HSL309.54º59.68%49.61%-
HSV(B)309.54º74.75%79.22%-
XYZ33.5818.1443.85-
YUV110.63166.03193.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 51 (20.31% from 255) = 11.83%
BLUE value IS 178 (69.92% from 255) = 41.30%
R=46.87%
G=11.83%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025117800.750.120.21309.5459.6849.61
HexCA33B204BC151363c32
Octal31263262011314254667462
Binary110010101100111011001001001011110010101100110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33B2; }

 p { color: rgb(202,51,178); }

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

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

 a { background-color: rgb(202,51,178); }

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

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

 span { border-color: rgb(202,51,178); }

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