#CA4DC4

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

Shades of Fuchsia #CA4DC4

Tints of Fuchsia #CA4DC4

Color information

#CA4DC4 (or 0xCA4DC4) is unknown color: approx Fuchsia. HEX triplet: CA, 4D and C4. RGB value is (202,77,196). Sum of RGB (Red+Green+Blue) = 202+77+196=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DC4 is #35B23B. Grayscale: #7F7F7F. Windows color (decimal): -3519036 or 12864970. OLE color: 12864970.

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

Color convert

RGB20277196-
CMYK00.620.030.21
HSL302.88º54.11%54.71%-
HSV(B)302.88º61.88%79.22%-
XYZ36.9721.8554.49-
YUV127.94166.41180.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 77 (30.47% from 255) = 16.21%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=42.53%
G=16.21%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027719600.620.030.21302.8854.1154.71
HexCA4DC403E31512f3637
Octal3121153040763254576667
Binary1100101010011011100010001111101110101100101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DC4; }

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

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

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

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

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

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

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

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