#CA4AC4

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

Shades of Fuchsia #CA4AC4

Tints of Fuchsia #CA4AC4

Color information

#CA4AC4 (or 0xCA4AC4) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and C4. RGB value is (202,74,196). Sum of RGB (Red+Green+Blue) = 202+74+196=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AC4 is #35B53B. Grayscale: #7D7D7D. Windows color (decimal): -3519804 or 12864202. OLE color: 12864202.

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

Color convert

RGB20274196-
CMYK00.630.030.21
HSL302.81º54.7%54.12%-
HSV(B)302.81º63.37%79.22%-
XYZ36.7721.4454.42-
YUV126.18167.41182.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=42.80%
G=15.68%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027419600.630.030.21302.8154.754.12
HexCA4AC403F31512f3736
Octal3121123040773254576766
Binary1100101010010101100010001111111110101100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4AC4; }

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

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

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

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

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

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

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

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