#CA2BBA

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

Shades of Fuchsia #CA2BBA

Tints of Fuchsia #CA2BBA

Color information

#CA2BBA (or 0xCA2BBA) is unknown color: approx Fuchsia. HEX triplet: CA, 2B and BA. RGB value is (202,43,186). Sum of RGB (Red+Green+Blue) = 202+43+186=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BBA is #35D445. Grayscale: #6A6A6A. Windows color (decimal): -3527750 or 12200906. OLE color: 12200906.

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

Color convert

RGB20243186-
CMYK00.790.080.21
HSL306.04º64.9%48.04%-
HSV(B)306.04º78.71%79.22%-
XYZ34.0817.8348.1-
YUV106.84172.68195.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=46.87%
G=9.98%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024318600.790.080.21306.0464.948.04
HexCA2BBA04F8151324130
Octal312532720117102546210160
Binary1100101010101110111010010011111000101011001100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BBA; }

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

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

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

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

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

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

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

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