#CA37B6

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

Shades of Fuchsia #CA37B6

Tints of Fuchsia #CA37B6

Color information

#CA37B6 (or 0xCA37B6) is unknown color: approx Fuchsia. HEX triplet: CA, 37 and B6. RGB value is (202,55,182). Sum of RGB (Red+Green+Blue) = 202+55+182=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B6 is #35C849. Grayscale: #717171. Windows color (decimal): -3524682 or 11941834. OLE color: 11941834.

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

Color convert

RGB20255182-
CMYK00.730.100.21
HSL308.16º58.1%50.39%-
HSV(B)308.16º72.77%79.22%-
XYZ34.1718.6746.06-
YUV113.43166.7191.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 55 (21.88% from 255) = 12.53%
BLUE value IS 182 (71.48% from 255) = 41.46%
R=46.01%
G=12.53%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025518200.730.100.21308.1658.150.39
HexCA37B6049A151343a32
Octal31267266011112254647262
Binary110010101101111011011001001001101010101100110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37B6; }

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

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

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

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

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

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

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

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