#CA64B2

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

Shades of Fuchsia #CA64B2

Tints of Fuchsia #CA64B2

Color information

#CA64B2 (or 0xCA64B2) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and B2. RGB value is (202,100,178). Sum of RGB (Red+Green+Blue) = 202+100+178=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA64B2 is #359B4D. Grayscale: #8B8B8B. Windows color (decimal): -3513166 or 11691210. OLE color: 11691210.

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

Color convert

RGB202100178-
CMYK00.500.120.21
HSL314.12º49.04%59.22%-
HSV(B)314.12º50.5%79.22%-
XYZ36.9524.8944.98-
YUV139.39149.79172.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=42.08%
G=20.83%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210017800.500.120.21314.1249.0459.22
HexCA64B2032C1513a313b
Octal31214426206214254726173
Binary110010101100100101100100110010110010101100111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64B2; }

 p { color: rgb(202,100,178); }

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

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

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

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

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

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

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