#CA3ABA

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

Shades of Fuchsia #CA3ABA

Tints of Fuchsia #CA3ABA

Color information

#CA3ABA (or 0xCA3ABA) is unknown color: approx Fuchsia. HEX triplet: CA, 3A and BA. RGB value is (202,58,186). Sum of RGB (Red+Green+Blue) = 202+58+186=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3ABA is #35C545. Grayscale: #737373. Windows color (decimal): -3523910 or 12204746. OLE color: 12204746.

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

Color convert

RGB20258186-
CMYK00.710.080.21
HSL306.67º57.6%50.98%-
HSV(B)306.67º71.29%79.22%-
XYZ34.7319.1348.32-
YUV115.65167.71189.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 58 (23.05% from 255) = 13.00%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=45.29%
G=13.00%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025818600.710.080.21306.6757.650.98
HexCA3ABA0478151333a33
Octal31272272010710254637263
Binary110010101110101011101001000111100010101100110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3ABA; }

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

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

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

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

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

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

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

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