#CA52BC

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

Shades of Fuchsia #CA52BC

Tints of Fuchsia #CA52BC

Color information

#CA52BC (or 0xCA52BC) is unknown color: approx Fuchsia. HEX triplet: CA, 52 and BC. RGB value is (202,82,188). Sum of RGB (Red+Green+Blue) = 202+82+188=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52BC is #35AD43. Grayscale: #818181. Windows color (decimal): -3517764 or 12341962. OLE color: 12341962.

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

Color convert

RGB20282188-
CMYK00.590.070.21
HSL307º53.1%55.69%-
HSV(B)307º59.41%79.22%-
XYZ36.4522.2249.95-
YUV129.96160.76179.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=42.80%
G=17.37%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028218800.590.070.2130753.155.69
HexCA52BC03B7151333538
Octal3121222740737254636570
Binary11001010101001010111100011101111110101100110011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA52BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA52BC; }

 p { color: rgb(202,82,188); }

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

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

 a { background-color: rgb(202,82,188); }

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

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

 span { border-color: rgb(202,82,188); }

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