#CA56B8

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

Shades of Fuchsia #CA56B8

Tints of Fuchsia #CA56B8

Color information

#CA56B8 (or 0xCA56B8) is unknown color: approx Fuchsia. HEX triplet: CA, 56 and B8. RGB value is (202,86,184). Sum of RGB (Red+Green+Blue) = 202+86+184=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56B8 is #35A947. Grayscale: #838383. Windows color (decimal): -3516744 or 12080842. OLE color: 12080842.

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

Color convert

RGB20286184-
CMYK00.570.090.21
HSL309.31º52.25%56.47%-
HSV(B)309.31º57.43%79.22%-
XYZ36.3422.6747.81-
YUV131.86157.43178.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 184 (72.27% from 255) = 38.98%
R=42.80%
G=18.22%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028618400.570.090.21309.3152.2556.47
HexCA56B80399151353438
Octal31212627007111254656470
Binary110010101010110101110000111001100110101100110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA56B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA56B8; }

 p { color: rgb(202,86,184); }

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

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

 a { background-color: rgb(202,86,184); }

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

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

 span { border-color: rgb(202,86,184); }

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