#CA2CBA

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

Shades of Fuchsia #CA2CBA

Tints of Fuchsia #CA2CBA

Color information

#CA2CBA (or 0xCA2CBA) is unknown color: approx Fuchsia. HEX triplet: CA, 2C and BA. RGB value is (202,44,186). Sum of RGB (Red+Green+Blue) = 202+44+186=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CBA is #35D345. Grayscale: #6B6B6B. Windows color (decimal): -3527494 or 12201162. OLE color: 12201162.

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

Color convert

RGB20244186-
CMYK00.780.080.21
HSL306.08º64.23%48.24%-
HSV(B)306.08º78.22%79.22%-
XYZ34.1217.948.11-
YUV107.43172.35195.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 44 (17.58% from 255) = 10.19%
BLUE value IS 186 (73.05% from 255) = 43.06%
R=46.76%
G=10.19%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024418600.780.080.21306.0864.2348.24
HexCA2CBA04E8151324030
Octal312542720116102546210060
Binary1100101010110010111010010011101000101011001100101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2CBA; }

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

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

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

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

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

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

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

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