#CA36BB

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

Shades of Fuchsia #CA36BB

Tints of Fuchsia #CA36BB

Color information

#CA36BB (or 0xCA36BB) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and BB. RGB value is (202,54,187). Sum of RGB (Red+Green+Blue) = 202+54+187=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36BB is #35C944. Grayscale: #717171. Windows color (decimal): -3524933 or 12269258. OLE color: 12269258.

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

Color convert

RGB20254187-
CMYK00.730.070.21
HSL306.08º58.27%50.2%-
HSV(B)306.08º73.27%79.22%-
XYZ34.6518.7848.81-
YUV113.41169.53191.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=45.60%
G=12.19%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025418700.730.070.21306.0858.2750.2
HexCA36BB0497151323a32
Octal3126627301117254627262
Binary11001010110110101110110100100111110101100110010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36BB; }

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

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

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

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

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

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

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

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