#CA4BC4

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

Shades of Fuchsia #CA4BC4

Tints of Fuchsia #CA4BC4

Color information

#CA4BC4 (or 0xCA4BC4) is unknown color: approx Fuchsia. HEX triplet: CA, 4B and C4. RGB value is (202,75,196). Sum of RGB (Red+Green+Blue) = 202+75+196=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC4 is #35B43B. Grayscale: #7E7E7E. Windows color (decimal): -3519548 or 12864458. OLE color: 12864458.

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

Color convert

RGB20275196-
CMYK00.630.030.21
HSL302.83º54.51%54.31%-
HSV(B)302.83º62.87%79.22%-
XYZ36.8421.5754.45-
YUV126.77167.08181.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 75 (29.69% from 255) = 15.86%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=42.71%
G=15.86%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027519600.630.030.21302.8354.5154.31
HexCA4BC403F31512f3736
Octal3121133040773254576766
Binary1100101010010111100010001111111110101100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4BC4; }

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

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

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

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

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

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

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

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