#CA64B9

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

Shades of Fuchsia #CA64B9

Tints of Fuchsia #CA64B9

Color information

#CA64B9 (or 0xCA64B9) is unknown color: approx Fuchsia. HEX triplet: CA, 64 and B9. RGB value is (202,100,185). Sum of RGB (Red+Green+Blue) = 202+100+185=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA64B9 is #359B46. Grayscale: #8B8B8B. Windows color (decimal): -3513159 or 12149962. OLE color: 12149962.

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

Color convert

RGB202100185-
CMYK00.500.080.21
HSL310º49.04%59.22%-
HSV(B)310º50.5%79.22%-
XYZ37.6725.1748.77-
YUV140.19153.29172.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.48%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=41.48%
G=20.53%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210018500.500.080.2131049.0459.22
HexCA64B9032815136313b
Octal31214427106210254666173
Binary110010101100100101110010110010100010101100110110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA64B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA64B9; }

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

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

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

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

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

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

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

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