#CA49B6

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

Shades of Fuchsia #CA49B6

Tints of Fuchsia #CA49B6

Color information

#CA49B6 (or 0xCA49B6) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and B6. RGB value is (202,73,182). Sum of RGB (Red+Green+Blue) = 202+73+182=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49B6 is #35B649. Grayscale: #7B7B7B. Windows color (decimal): -3520074 or 11946442. OLE color: 11946442.

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

Color convert

RGB20273182-
CMYK00.640.100.21
HSL309.3º54.89%53.92%-
HSV(B)309.3º63.86%79.22%-
XYZ35.1820.746.4-
YUV124160.74183.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=44.20%
G=15.97%
B=39.82%

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
Decimal2027318200.640.100.21309.354.8953.92
HexCA49B6040A151353736
Octal312111266010012254656766
Binary1100101010010011011011001000000101010101100110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49B6; }

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

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

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

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

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

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

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

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