#CA35C1

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

Shades of Fuchsia #CA35C1

Tints of Fuchsia #CA35C1

Color information

#CA35C1 (or 0xCA35C1) is unknown color: approx Fuchsia. HEX triplet: CA, 35 and C1. RGB value is (202,53,193). Sum of RGB (Red+Green+Blue) = 202+53+193=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35C1 is #35CA3E. Grayscale: #717171. Windows color (decimal): -3525183 or 12662218. OLE color: 12662218.

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

Color convert

RGB20253193-
CMYK00.740.040.21
HSL303.62º58.43%50%-
HSV(B)303.62º73.76%79.22%-
XYZ35.2618.9552.25-
YUV113.51172.86191.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 53 (21.09% from 255) = 11.83%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=45.09%
G=11.83%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025319300.740.040.21303.6258.4350
HexCA35C104A4151303a32
Octal3126530101124254607262
Binary11001010110101110000010100101010010101100110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA35C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA35C1; }

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

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

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

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

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

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

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

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