#CA51C6

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

Shades of Fuchsia #CA51C6

Tints of Fuchsia #CA51C6

Color information

#CA51C6 (or 0xCA51C6) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and C6. RGB value is (202,81,198). Sum of RGB (Red+Green+Blue) = 202+81+198=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C6 is #35AE39. Grayscale: #828282. Windows color (decimal): -3518010 or 12997066. OLE color: 12997066.

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

Color convert

RGB20281198-
CMYK00.600.020.21
HSL301.98º53.3%55.49%-
HSV(B)301.98º59.9%79.22%-
XYZ37.4922.5255.8-
YUV130.52166.09178.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 81 (32.03% from 255) = 16.84%
BLUE value IS 198 (77.73% from 255) = 41.16%
R=42.00%
G=16.84%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028119800.600.020.21301.9853.355.49
HexCA51C603C21512e3537
Octal3121213060742254566567
Binary1100101010100011100011001111001010101100101110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51C6; }

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

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

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

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

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

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

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

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