#CA32D0

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

Shades of Fuchsia #CA32D0

Tints of Fuchsia #CA32D0

Color information

#CA32D0 (or 0xCA32D0) is unknown color: approx Fuchsia. HEX triplet: CA, 32 and D0. RGB value is (202,50,208). Sum of RGB (Red+Green+Blue) = 202+50+208=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA32D0 is #35CD2F. Grayscale: #707070. Windows color (decimal): -3525936 or 13644490. OLE color: 13644490.

HSL color Cylindrical-coordinate representation of color #CA32D0: hue angle of 297.72º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA32D0 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20250208-
CMYK0.030.7600.18
HSL297.72º62.7%50.59%-
HSV(B)297.72º75.96%81.57%-
XYZ36.8819.3961.47-
YUV113.46181.36191.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 50 (19.92% from 255) = 10.87%
BLUE value IS 208 (81.64% from 255) = 45.22%
R=43.91%
G=10.87%
B=45.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202502080.030.7600.18297.7262.750.59
HexCA32D034C01212a3f33
Octal3126232031140224527763
Binary1100101011001011010000111001100010010100101010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32D0; }

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

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

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

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

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

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

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

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