#CA49C0

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

Shades of Fuchsia #CA49C0

Tints of Fuchsia #CA49C0

Color information

#CA49C0 (or 0xCA49C0) is unknown color: approx Fuchsia. HEX triplet: CA, 49 and C0. RGB value is (202,73,192). Sum of RGB (Red+Green+Blue) = 202+73+192=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA49C0 is #35B63F. Grayscale: #7C7C7C. Windows color (decimal): -3520064 or 12601802. OLE color: 12601802.

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

Color convert

RGB20273192-
CMYK00.640.050.21
HSL304.65º54.89%53.92%-
HSV(B)304.65º63.86%79.22%-
XYZ36.2521.1352.04-
YUV125.14165.74182.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=43.25%
G=15.63%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027319200.640.050.21304.6554.8953.92
HexCA49C00405151313736
Octal31211130001005254616766
Binary110010101001001110000000100000010110101100110001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA49C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA49C0; }

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

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

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

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

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

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

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

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