#CA49CA

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

Shades of Fuchsia #CA49CA

Tints of Fuchsia #CA49CA

Color information

#CA49CA (or 0xCA49CA) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and CA. RGB value is (202,73,202). Sum of RGB (Red+Green+Blue) = 202+73+202=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49CA is #35B635. Grayscale: #7D7D7D. Windows color (decimal): -3520054 or 13257162. OLE color: 13257162.

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

Color convert

RGB20273202-
CMYK00.6400.21
HSL300º54.89%53.92%-
HSV(B)300º63.86%79.22%-
XYZ37.421.5958.07-
YUV126.28170.74182.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=42.35%
G=15.30%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027320200.6400.2130054.8953.92
HexCA49CA04001512c3736
Octal31211131201000254546766
Binary1100101010010011100101001000000010101100101100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49CA; }

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

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

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

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

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

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

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

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