#CA49B1

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

Shades of Fuchsia #CA49B1

Tints of Fuchsia #CA49B1

Color information

#CA49B1 (or 0xCA49B1) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and B1. RGB value is (202,73,177). Sum of RGB (Red+Green+Blue) = 202+73+177=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49B1 is #35B64E. Grayscale: #7B7B7B. Windows color (decimal): -3520079 or 11618762. OLE color: 11618762.

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

Color convert

RGB20273177-
CMYK00.640.120.21
HSL311.63º54.89%53.92%-
HSV(B)311.63º63.86%79.22%-
XYZ34.6820.543.72-
YUV123.43158.24184.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=44.69%
G=16.15%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027317700.640.120.21311.6354.8953.92
HexCA49B1040C151383736
Octal312111261010014254706766
Binary1100101010010011011000101000000110010101100111000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49B1; }

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

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

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

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

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

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

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

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