#CA64AE

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

Shades of Fuchsia #CA64AE

Tints of Fuchsia #CA64AE

Color information

#CA64AE (or 0xCA64AE) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and AE. RGB value is (202,100,174). Sum of RGB (Red+Green+Blue) = 202+100+174=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA64AE is #359B51. Grayscale: #8A8A8A. Windows color (decimal): -3513170 or 11429066. OLE color: 11429066.

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

Color convert

RGB202100174-
CMYK00.500.140.21
HSL316.47º49.04%59.22%-
HSV(B)316.47º50.5%79.22%-
XYZ36.5524.7342.89-
YUV138.93147.79172.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 174 (68.36% from 255) = 36.55%
R=42.44%
G=21.01%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210017400.500.140.21316.4749.0459.22
HexCA64AE032E1513c313b
Octal31214425606216254746173
Binary110010101100100101011100110010111010101100111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64AE; }

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

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

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

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

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

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

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

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