#CA49C1

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

Shades of Fuchsia #CA49C1

Tints of Fuchsia #CA49C1

Color information

#CA49C1 (or 0xCA49C1) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C1. RGB value is (202,73,193). Sum of RGB (Red+Green+Blue) = 202+73+193=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C1 is #35B63E. Grayscale: #7C7C7C. Windows color (decimal): -3520063 or 12667338. OLE color: 12667338.

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

Color convert

RGB20273193-
CMYK00.640.040.21
HSL304.19º54.89%53.92%-
HSV(B)304.19º63.86%79.22%-
XYZ36.3721.1752.62-
YUV125.25166.24182.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 73 (28.91% from 255) = 15.60%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=43.16%
G=15.60%
B=41.24%

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
Decimal2027319300.640.040.21304.1954.8953.92
HexCA49C10404151303736
Octal31211130101004254606766
Binary110010101001001110000010100000010010101100110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C1; }

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

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

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

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

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

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

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

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