#CA51AC

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

Shades of Fuchsia #CA51AC

Tints of Fuchsia #CA51AC

Color information

#CA51AC (or 0xCA51AC) is unknown color: approx Fuchsia. HEX triplet: CA, 51 and AC. RGB value is (202,81,172). Sum of RGB (Red+Green+Blue) = 202+81+172=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51AC is #35AE53. Grayscale: #7F7F7F. Windows color (decimal): -3518036 or 11293130. OLE color: 11293130.

HSL color Cylindrical-coordinate representation of color #CA51AC: hue angle of 314.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51AC is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20281172-
CMYK00.600.150.21
HSL314.88º53.3%55.49%-
HSV(B)314.88º59.9%79.22%-
XYZ34.7521.4241.33-
YUV127.55153.09181.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=44.40%
G=17.80%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028117200.600.150.21314.8853.355.49
HexCA51AC03CF1513b3537
Octal31212125407417254736567
Binary110010101010001101011000111100111110101100111011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA51AC; }

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

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

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

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

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

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

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

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