#CA52C6

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

Shades of Fuchsia #CA52C6

Tints of Fuchsia #CA52C6

Color information

#CA52C6 (or 0xCA52C6) is unknown color: approx Fuchsia. HEX triplet: CA, 52 and C6. RGB value is (202,82,198). Sum of RGB (Red+Green+Blue) = 202+82+198=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52C6 is #35AD39. Grayscale: #828282. Windows color (decimal): -3517754 or 12997322. OLE color: 12997322.

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

Color convert

RGB20282198-
CMYK00.590.020.21
HSL302º53.1%55.69%-
HSV(B)302º59.41%79.22%-
XYZ37.5722.6755.82-
YUV131.1165.76178.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 82 (32.42% from 255) = 17.01%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=41.91%
G=17.01%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028219800.590.020.2130253.155.69
HexCA52C603B21512e3538
Octal3121223060732254566570
Binary1100101010100101100011001110111010101100101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA52C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA52C6; }

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

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

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

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

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

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

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

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