#ca41b2

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

Shades of Fuchsia #CA41B2

Tints of Fuchsia #CA41B2

Color information

#CA41B2 (or 0xCA41B2) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and B2. RGB value is (202,65,178). Sum of RGB (Red+Green+Blue) = 202+65+178=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41B2 is #35BE4D. Grayscale: #767676. Windows color (decimal): -3522126 or 11682250. OLE color: 11682250.

HSL color Cylindrical-coordinate representation of color #CA41B2: hue angle of 310.51º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41B2 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20265178-
CMYK00.680.120.21
HSL310.51º56.38%52.35%-
HSV(B)310.51º67.82%79.22%-
XYZ34.2819.5544.09-
YUV118.84161.39187.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 178 (69.92% from 255) = 40%
R=45.39%
G=14.61%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026517800.680.120.21310.5156.3852.35
HexCA41B2044C151373834
Octal312101262010414254677064
Binary1100101010000011011001001000100110010101100110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca41b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca41b2; }

 p { color: rgb(202,65,178); }

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

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

 a { background-color: rgb(202,65,178); }

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

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

 span { border-color: rgb(202,65,178); }

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