#CA41CF

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

Shades of Fuchsia #CA41CF

Tints of Fuchsia #CA41CF

Color information

#CA41CF (or 0xCA41CF) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and CF. RGB value is (202,65,207). Sum of RGB (Red+Green+Blue) = 202+65+207=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41CF is #35BE30. Grayscale: #797979. Windows color (decimal): -3522097 or 13582794. OLE color: 13582794.

HSL color Cylindrical-coordinate representation of color #CA41CF: hue angle of 297.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA41CF is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20265207-
CMYK0.020.6900.19
HSL297.89º59.66%53.33%-
HSV(B)297.89º68.6%81.18%-
XYZ37.5120.8461.08-
YUV122.15175.89184.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 65 (25.78% from 255) = 13.71%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=42.62%
G=13.71%
B=43.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202652070.020.6900.19297.8959.6653.33
HexCA41CF24501312a3c35
Octal31210131721050234527465
Binary11001010100000111001111101000101010011100101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41CF; }

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

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

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

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

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

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

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

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