#CA36BA

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

Shades of Fuchsia #CA36BA

Tints of Fuchsia #CA36BA

Color information

#CA36BA (or 0xCA36BA) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and BA. RGB value is (202,54,186). Sum of RGB (Red+Green+Blue) = 202+54+186=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36BA is #35C945. Grayscale: #707070. Windows color (decimal): -3524934 or 12203722. OLE color: 12203722.

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

Color convert

RGB20254186-
CMYK00.730.080.21
HSL306.49º58.27%50.2%-
HSV(B)306.49º73.27%79.22%-
XYZ34.5418.7448.25-
YUV113.3169.03191.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=45.70%
G=12.22%
B=42.08%

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
Decimal2025418600.730.080.21306.4958.2750.2
HexCA36BA0498151323a32
Octal31266272011110254627262
Binary110010101101101011101001001001100010101100110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36BA; }

 p { color: rgb(202,54,186); }

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

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

 a { background-color: rgb(202,54,186); }

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

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

 span { border-color: rgb(202,54,186); }

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