#CA55B9

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

Shades of Fuchsia #CA55B9

Tints of Fuchsia #CA55B9

Color information

#CA55B9 (or 0xCA55B9) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and B9. RGB value is (202,85,185). Sum of RGB (Red+Green+Blue) = 202+85+185=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 185 (72.66% from 255 or 39.19% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55B9 is #35AA46. Grayscale: #838383. Windows color (decimal): -3516999 or 12146122. OLE color: 12146122.

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

Color convert

RGB20285185-
CMYK00.580.080.21
HSL308.72º52.47%56.27%-
HSV(B)308.72º57.92%79.22%-
XYZ36.3622.5648.34-
YUV131.38158.26178.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 85 (33.59% from 255) = 18.01%
BLUE value IS 185 (72.66% from 255) = 39.19%
R=42.80%
G=18.01%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028518500.580.080.21308.7252.4756.27
HexCA55B903A8151353438
Octal31212527107210254656470
Binary110010101010101101110010111010100010101100110101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55B9; }

 p { color: rgb(202,85,185); }

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

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

 a { background-color: rgb(202,85,185); }

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

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

 span { border-color: rgb(202,85,185); }

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