#CA49C2

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

Shades of Fuchsia #CA49C2

Tints of Fuchsia #CA49C2

Color information

#CA49C2 (or 0xCA49C2) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C2. RGB value is (202,73,194). Sum of RGB (Red+Green+Blue) = 202+73+194=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C2 is #35B63D. Grayscale: #7D7D7D. Windows color (decimal): -3520062 or 12732874. OLE color: 12732874.

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

Color convert

RGB20273194-
CMYK00.640.040.21
HSL303.72º54.89%53.92%-
HSV(B)303.72º63.86%79.22%-
XYZ36.4821.2253.21-
YUV125.36166.74182.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=43.07%
G=15.57%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027319400.640.040.21303.7254.8953.92
HexCA49C20404151303736
Octal31211130201004254606766
Binary110010101001001110000100100000010010101100110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C2; }

 p { color: rgb(202,73,194); }

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

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

 a { background-color: rgb(202,73,194); }

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

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

 span { border-color: rgb(202,73,194); }

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