#CA41C6

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

Shades of Fuchsia #CA41C6

Tints of Fuchsia #CA41C6

Color information

#CA41C6 (or 0xCA41C6) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and C6. RGB value is (202,65,198). Sum of RGB (Red+Green+Blue) = 202+65+198=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41C6 is #35BE39. Grayscale: #787878. Windows color (decimal): -3522106 or 12992970. OLE color: 12992970.

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

Color convert

RGB20265198-
CMYK00.680.020.21
HSL301.75º56.38%52.35%-
HSV(B)301.75º67.82%79.22%-
XYZ36.4420.4155.45-
YUV121.12171.39185.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 65 (25.78% from 255) = 13.98%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=43.44%
G=13.98%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026519800.680.020.21301.7556.3852.35
HexCA41C604421512e3834
Octal31210130601042254567064
Binary11001010100000111000110010001001010101100101110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41C6; }

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

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

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

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

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

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

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

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