#CA35C4

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

Shades of Fuchsia #CA35C4

Tints of Fuchsia #CA35C4

Color information

#CA35C4 (or 0xCA35C4) is unknown color: approx Fuchsia. HEX triplet: CA, 35 and C4. RGB value is (202,53,196). Sum of RGB (Red+Green+Blue) = 202+53+196=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35C4 is #35CA3B. Grayscale: #717171. Windows color (decimal): -3525180 or 12858826. OLE color: 12858826.

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

Color convert

RGB20253196-
CMYK00.740.030.21
HSL302.42º58.43%50%-
HSV(B)302.42º73.76%79.22%-
XYZ35.5919.0954.03-
YUV113.85174.36190.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=44.79%
G=11.75%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025319600.740.030.21302.4258.4350
HexCA35C404A31512e3a32
Octal3126530401123254567262
Binary1100101011010111000100010010101110101100101110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA35C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA35C4; }

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

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

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

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

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

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

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

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