#CA4ABA

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

Shades of Fuchsia #CA4ABA

Tints of Fuchsia #CA4ABA

Color information

#CA4ABA (or 0xCA4ABA) is unknown color: approx Fuchsia. HEX triplet: CA, 4A and BA. RGB value is (202,74,186). Sum of RGB (Red+Green+Blue) = 202+74+186=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ABA is #35B545. Grayscale: #7C7C7C. Windows color (decimal): -3519814 or 12208842. OLE color: 12208842.

HSL color Cylindrical-coordinate representation of color #CA4ABA: hue angle of 307.5º 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 #CA4ABA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20274186-
CMYK00.630.080.21
HSL307.5º54.7%54.12%-
HSV(B)307.5º63.37%79.22%-
XYZ35.672148.63-
YUV125.04162.41182.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 74 (29.30% from 255) = 16.02%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=43.72%
G=16.02%
B=40.26%

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
Decimal2027418600.630.080.21307.554.754.12
HexCA4ABA03F8151343736
Octal31211227207710254646766
Binary110010101001010101110100111111100010101100110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4ABA; }

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

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

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

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

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

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

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

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