#CA55AC

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

Shades of Fuchsia #CA55AC

Tints of Fuchsia #CA55AC

Color information

#CA55AC (or 0xCA55AC) is unknown color: approx Fuchsia. HEX triplet: CA, 55 and AC. RGB value is (202,85,172). Sum of RGB (Red+Green+Blue) = 202+85+172=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA55AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA55AC is #35AA53. Grayscale: #818181. Windows color (decimal): -3517012 or 11294154. OLE color: 11294154.

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

Color convert

RGB20285172-
CMYK00.580.150.21
HSL315.38º52.47%56.27%-
HSV(B)315.38º57.92%79.22%-
XYZ35.0522.0341.43-
YUV129.9151.76179.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=44.01%
G=18.52%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028517200.580.150.21315.3852.4756.27
HexCA55AC03AF1513b3438
Octal31212525407217254736470
Binary110010101010101101011000111010111110101100111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA55AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA55AC; }

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

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

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

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

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

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

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

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