#CA29BA

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

Shades of Fuchsia #CA29BA

Tints of Fuchsia #CA29BA

Color information

#CA29BA (or 0xCA29BA) is unknown color: approx Fuchsia. HEX triplet: CA, 29 and BA. RGB value is (202,41,186). Sum of RGB (Red+Green+Blue) = 202+41+186=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29BA is #35D645. Grayscale: #696969. Windows color (decimal): -3528262 or 12200394. OLE color: 12200394.

HSL color Cylindrical-coordinate representation of color #CA29BA: hue angle of 305.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29BA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20241186-
CMYK00.800.080.21
HSL305.96º66.26%47.65%-
HSV(B)305.96º79.7%79.22%-
XYZ34.0117.6948.08-
YUV105.67173.34196.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 41 (16.41% from 255) = 9.56%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=47.09%
G=9.56%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024118600.800.080.21305.9666.2647.65
HexCA29BA0508151324230
Octal312512720120102546210260
Binary1100101010100110111010010100001000101011001100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29BA; }

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

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

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

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

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

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

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

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