#CA49C4

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

Shades of Fuchsia #CA49C4

Tints of Fuchsia #CA49C4

Color information

#CA49C4 (or 0xCA49C4) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C4. RGB value is (202,73,196). Sum of RGB (Red+Green+Blue) = 202+73+196=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C4 is #35B63B. Grayscale: #7D7D7D. Windows color (decimal): -3520060 or 12863946. OLE color: 12863946.

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

Color convert

RGB20273196-
CMYK00.640.030.21
HSL302.79º54.89%53.92%-
HSV(B)302.79º63.86%79.22%-
XYZ36.721.3154.4-
YUV125.59167.74182.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 196 (76.95% from 255) = 41.61%
R=42.89%
G=15.50%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027319600.640.030.21302.7954.8953.92
HexCA49C404031512f3736
Octal31211130401003254576766
Binary11001010100100111000100010000001110101100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C4; }

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

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

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

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

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

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

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

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