#CA40BB

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

Shades of Fuchsia #CA40BB

Tints of Fuchsia #CA40BB

Color information

#CA40BB (or 0xCA40BB) is unknown color: approx Fuchsia. HEX triplet: CA, 40 and BB. RGB value is (202,64,187). Sum of RGB (Red+Green+Blue) = 202+64+187=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BB is #35BF44. Grayscale: #767676. Windows color (decimal): -3522373 or 12271818. OLE color: 12271818.

HSL color Cylindrical-coordinate representation of color #CA40BB: hue angle of 306.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40BB is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20264187-
CMYK00.680.070.21
HSL306.52º56.56%52.16%-
HSV(B)306.52º68.32%79.22%-
XYZ35.1619.8148.98-
YUV119.28166.22187-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.59%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=44.59%
G=14.13%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026418700.680.070.21306.5256.5652.16
HexCA40BB0447151333934
Octal31210027301047254637164
Binary110010101000000101110110100010011110101100110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40BB; }

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

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

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

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

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

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

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

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