#CA32AD

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

Shades of Fuchsia #CA32AD

Tints of Fuchsia #CA32AD

Color information

#CA32AD (or 0xCA32AD) is unknown color: approx Fuchsia. HEX triplet: CA, 32 and AD. RGB value is (202,50,173). Sum of RGB (Red+Green+Blue) = 202+50+173=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32AD is #35CD52. Grayscale: #6D6D6D. Windows color (decimal): -3525971 or 11350730. OLE color: 11350730.

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

Color convert

RGB20250173-
CMYK00.750.140.21
HSL311.45º60.32%49.41%-
HSV(B)311.45º75.25%79.22%-
XYZ33.0417.8541.24-
YUV109.47163.86194-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 50 (19.92% from 255) = 11.76%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=47.53%
G=11.76%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025017300.750.140.21311.4560.3249.41
HexCA32AD04BE151373c31
Octal31262255011316254677461
Binary110010101100101010110101001011111010101100110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32AD; }

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

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

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

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

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

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

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

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