#CA37AE

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

Shades of Fuchsia #CA37AE

Tints of Fuchsia #CA37AE

Color information

#CA37AE (or 0xCA37AE) is unknown color: approx Fuchsia. HEX triplet: CA, 37 and AE. RGB value is (202,55,174). Sum of RGB (Red+Green+Blue) = 202+55+174=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 55 (21.88% from 255 or 12.76% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37AE is #35C851. Grayscale: #707070. Windows color (decimal): -3524690 or 11417546. OLE color: 11417546.

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

Color convert

RGB20255174-
CMYK00.730.140.21
HSL311.43º58.1%50.39%-
HSV(B)311.43º72.77%79.22%-
XYZ33.3618.3441.83-
YUV112.52162.7191.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 55 (21.88% from 255) = 12.76%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=46.87%
G=12.76%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025517400.730.140.21311.4358.150.39
HexCA37AE049E151373a32
Octal31267256011116254677262
Binary110010101101111010111001001001111010101100110111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37AE; }

 p { color: rgb(202,55,174); }

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

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

 a { background-color: rgb(202,55,174); }

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

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

 span { border-color: rgb(202,55,174); }

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