#CA49C3

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

Shades of Fuchsia #CA49C3

Tints of Fuchsia #CA49C3

Color information

#CA49C3 (or 0xCA49C3) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C3. RGB value is (202,73,195). Sum of RGB (Red+Green+Blue) = 202+73+195=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C3 is #35B63C. Grayscale: #7D7D7D. Windows color (decimal): -3520061 or 12798410. OLE color: 12798410.

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

Color convert

RGB20273195-
CMYK00.640.030.21
HSL303.26º54.89%53.92%-
HSV(B)303.26º63.86%79.22%-
XYZ36.5921.2653.81-
YUV125.48167.24182.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 195 (76.56% from 255) = 41.49%
R=42.98%
G=15.53%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027319500.640.030.21303.2654.8953.92
HexCA49C304031512f3736
Octal31211130301003254576766
Binary11001010100100111000011010000001110101100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C3; }

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

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

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

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

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

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

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

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