#CA48AA

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

Shades of Fuchsia #CA48AA

Tints of Fuchsia #CA48AA

Color information

#CA48AA (or 0xCA48AA) is unknown color: approx Fuchsia. HEX triplet: CA, 48 and AA. RGB value is (202,72,170). Sum of RGB (Red+Green+Blue) = 202+72+170=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48AA is #35B755. Grayscale: #797979. Windows color (decimal): -3520342 or 11159754. OLE color: 11159754.

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

Color convert

RGB20272170-
CMYK00.640.160.21
HSL314.77º55.08%53.73%-
HSV(B)314.77º64.36%79.22%-
XYZ33.9320.0940.12-
YUV122.04155.07185.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 72 (28.52% from 255) = 16.22%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=45.50%
G=16.22%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027217000.640.160.21314.7755.0853.73
HexCA48AA040101513b3736
Octal312110252010020254736766
Binary11001010100100010101010010000001000010101100111011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA48AA; }

 p { color: rgb(202,72,170); }

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

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

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

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

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

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

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