#CA4BBA

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

Shades of Fuchsia #CA4BBA

Tints of Fuchsia #CA4BBA

Color information

#CA4BBA (or 0xCA4BBA) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and BA. RGB value is (202,75,186). Sum of RGB (Red+Green+Blue) = 202+75+186=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BBA is #35B445. Grayscale: #7D7D7D. Windows color (decimal): -3519558 or 12209098. OLE color: 12209098.

HSL color Cylindrical-coordinate representation of color #CA4BBA: hue angle of 307.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4BBA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20275186-
CMYK00.630.080.21
HSL307.56º54.51%54.31%-
HSV(B)307.56º62.87%79.22%-
XYZ35.7421.1348.65-
YUV125.63162.08182.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 75 (29.69% from 255) = 16.20%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=43.63%
G=16.20%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027518600.630.080.21307.5654.5154.31
HexCA4BBA03F8151343736
Octal31211327207710254646766
Binary110010101001011101110100111111100010101100110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BBA; }

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

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

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

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

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

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

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

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