#CA42B6

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

Shades of Fuchsia #CA42B6

Tints of Fuchsia #CA42B6

Color information

#CA42B6 (or 0xCA42B6) is unknown color: approx Fuchsia. HEX triplet: CA, 42 and B6. RGB value is (202,66,182). Sum of RGB (Red+Green+Blue) = 202+66+182=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42B6 is #35BD49. Grayscale: #777777. Windows color (decimal): -3521866 or 11944650. OLE color: 11944650.

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

Color convert

RGB20266182-
CMYK00.670.100.21
HSL308.82º56.2%52.55%-
HSV(B)308.82º67.33%79.22%-
XYZ34.7519.8346.25-
YUV119.89163.06186.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 182 (71.48% from 255) = 40.44%
R=44.89%
G=14.67%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026618200.670.100.21308.8256.252.55
HexCA42B6043A151353835
Octal312102266010312254657065
Binary1100101010000101011011001000011101010101100110101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA42B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA42B6; }

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

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

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

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

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

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

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

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