#CA49B5

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

Shades of Fuchsia #CA49B5

Tints of Fuchsia #CA49B5

Color information

#CA49B5 (or 0xCA49B5) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and B5. RGB value is (202,73,181). Sum of RGB (Red+Green+Blue) = 202+73+181=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B5 is #35B64A. Grayscale: #7B7B7B. Windows color (decimal): -3520075 or 11880906. OLE color: 11880906.

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

Color convert

RGB20273181-
CMYK00.640.100.21
HSL309.77º54.89%53.92%-
HSV(B)309.77º63.86%79.22%-
XYZ35.0820.6645.85-
YUV123.88160.24183.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=44.30%
G=16.01%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027318100.640.100.21309.7754.8953.92
HexCA49B5040A151363736
Octal312111265010012254666766
Binary1100101010010011011010101000000101010101100110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49B5; }

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

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

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

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

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

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

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

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