#CA52CA

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

Shades of Fuchsia #CA52CA

Tints of Fuchsia #CA52CA

Color information

#CA52CA (or 0xCA52CA) is unknown color: approx Fuchsia. HEX triplet: CA, 52 and CA. RGB value is (202,82,202). Sum of RGB (Red+Green+Blue) = 202+82+202=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA52CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52CA is #35AD35. Grayscale: #838383. Windows color (decimal): -3517750 or 13259466. OLE color: 13259466.

HSL color Cylindrical-coordinate representation of color #CA52CA: hue angle of 300º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA52CA is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20282202-
CMYK00.5900.21
HSL300º53.1%55.69%-
HSV(B)300º59.41%79.22%-
XYZ38.0422.8658.28-
YUV131.56167.76178.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 82 (32.42% from 255) = 16.87%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=41.56%
G=16.87%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028220200.5900.2130053.155.69
HexCA52CA03B01512c3538
Octal3121223120730254546570
Binary110010101010010110010100111011010101100101100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA52CA; }

 p { color: rgb(202,82,202); }

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

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

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

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

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

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

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