#CA42B4

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

Shades of Fuchsia #CA42B4

Tints of Fuchsia #CA42B4

Color information

#CA42B4 (or 0xCA42B4) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and B4. RGB value is (202,66,180). Sum of RGB (Red+Green+Blue) = 202+66+180=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42B4 is #35BD4B. Grayscale: #777777. Windows color (decimal): -3521868 or 11813578. OLE color: 11813578.

HSL color Cylindrical-coordinate representation of color #CA42B4: hue angle of 309.71º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA42B4 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB20266180-
CMYK00.670.110.21
HSL309.71º56.2%52.55%-
HSV(B)309.71º67.33%79.22%-
XYZ34.5419.7545.17-
YUV119.66162.06186.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=45.09%
G=14.73%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026618000.670.110.21309.7156.252.55
HexCA42B4043B151363835
Octal312102264010313254667065
Binary1100101010000101011010001000011101110101100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42B4; }

 p { color: rgb(202,66,180); }

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

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

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

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

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

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

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