#CA49C5

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

Shades of Fuchsia #CA49C5

Tints of Fuchsia #CA49C5

Color information

#CA49C5 (or 0xCA49C5) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C5. RGB value is (202,73,197). Sum of RGB (Red+Green+Blue) = 202+73+197=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C5 is #35B63A. Grayscale: #7D7D7D. Windows color (decimal): -3520059 or 12929482. OLE color: 12929482.

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

Color convert

RGB20273197-
CMYK00.640.020.21
HSL302.33º54.89%53.92%-
HSV(B)302.33º63.86%79.22%-
XYZ36.8221.3555-
YUV125.71168.24182.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=42.80%
G=15.47%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027319700.640.020.21302.3354.8953.92
HexCA49C504021512e3736
Octal31211130501002254566766
Binary11001010100100111000101010000001010101100101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C5; }

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

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

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

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

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

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

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

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