#CA4DC5

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

Shades of Fuchsia #CA4DC5

Tints of Fuchsia #CA4DC5

Color information

#CA4DC5 (or 0xCA4DC5) is unknown color: approx Fuchsia. HEX triplet: CA, 4D and C5. RGB value is (202,77,197). Sum of RGB (Red+Green+Blue) = 202+77+197=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DC5 is #35B23A. Grayscale: #7F7F7F. Windows color (decimal): -3519035 or 12930506. OLE color: 12930506.

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

Color convert

RGB20277197-
CMYK00.620.020.21
HSL302.4º54.11%54.71%-
HSV(B)302.4º61.88%79.22%-
XYZ37.0921.955.09-
YUV128.06166.91180.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 77 (30.47% from 255) = 16.18%
BLUE value IS 197 (77.34% from 255) = 41.39%
R=42.44%
G=16.18%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027719700.620.020.21302.454.1154.71
HexCA4DC503E21512e3637
Octal3121153050762254566667
Binary1100101010011011100010101111101010101100101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DC5; }

 p { color: rgb(202,77,197); }

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

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

 a { background-color: rgb(202,77,197); }

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

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

 span { border-color: rgb(202,77,197); }

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