#CA41D1

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

Shades of Fuchsia #CA41D1

Tints of Fuchsia #CA41D1

Color information

#CA41D1 (or 0xCA41D1) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and D1. RGB value is (202,65,209). Sum of RGB (Red+Green+Blue) = 202+65+209=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA41D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41D1 is #35BE2E. Grayscale: #797979. Windows color (decimal): -3522095 or 13713866. OLE color: 13713866.

HSL color Cylindrical-coordinate representation of color #CA41D1: hue angle of 297.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA41D1 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20265209-
CMYK0.030.6900.18
HSL297.08º61.02%53.73%-
HSV(B)297.08º68.9%81.96%-
XYZ37.7620.9462.37-
YUV122.38176.89184.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 65 (25.78% from 255) = 13.66%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=42.44%
G=13.66%
B=43.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202652090.030.6900.18297.0861.0253.73
HexCA41D13450121293d36
Octal31210132131050224517566
Binary11001010100000111010001111000101010010100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41D1; }

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

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

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

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

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

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

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

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