#CA43BB

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

Shades of Fuchsia #CA43BB

Tints of Fuchsia #CA43BB

Color information

#CA43BB (or 0xCA43BB) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and BB. RGB value is (202,67,187). Sum of RGB (Red+Green+Blue) = 202+67+187=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43BB is #35BC44. Grayscale: #787878. Windows color (decimal): -3521605 or 12272586. OLE color: 12272586.

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

Color convert

RGB20267187-
CMYK00.670.070.21
HSL306.67º56.02%52.75%-
HSV(B)306.67º66.83%79.22%-
XYZ35.3320.1649.04-
YUV121.04165.23185.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 67 (26.56% from 255) = 14.69%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=44.30%
G=14.69%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026718700.670.070.21306.6756.0252.75
HexCA43BB0437151333835
Octal31210327301037254637065
Binary110010101000011101110110100001111110101100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43BB; }

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

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

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

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

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

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

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

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