#CA37B9

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

Shades of Fuchsia #CA37B9

Tints of Fuchsia #CA37B9

Color information

#CA37B9 (or 0xCA37B9) is unknown color: approx Fuchsia. HEX triplet: CA, 37 and B9. RGB value is (202,55,185). Sum of RGB (Red+Green+Blue) = 202+55+185=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37B9 is #35C846. Grayscale: #717171. Windows color (decimal): -3524679 or 12138442. OLE color: 12138442.

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

Color convert

RGB20255185-
CMYK00.730.080.21
HSL306.94º58.1%50.39%-
HSV(B)306.94º72.77%79.22%-
XYZ34.4818.7947.71-
YUV113.77168.2190.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 55 (21.88% from 255) = 12.44%
BLUE value IS 185 (72.66% from 255) = 41.86%
R=45.70%
G=12.44%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025518500.730.080.21306.9458.150.39
HexCA37B90498151333a32
Octal31267271011110254637262
Binary110010101101111011100101001001100010101100110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37B9; }

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

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

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

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

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

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

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

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