#CA3FD0

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

Shades of Fuchsia #CA3FD0

Tints of Fuchsia #CA3FD0

Color information

#CA3FD0 (or 0xCA3FD0) is unknown color: approx Fuchsia. HEX triplet: CA, 3F and D0. RGB value is (202,63,208). Sum of RGB (Red+Green+Blue) = 202+63+208=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA3FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FD0 is #35C02F. Grayscale: #787878. Windows color (decimal): -3522608 or 13647818. OLE color: 13647818.

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

Color convert

RGB20263208-
CMYK0.030.7000.18
HSL297.52º60.67%53.14%-
HSV(B)297.52º69.71%81.57%-
XYZ37.5220.6761.69-
YUV121.09177.05185.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 63 (25% from 255) = 13.32%
BLUE value IS 208 (81.64% from 255) = 43.97%
R=42.71%
G=13.32%
B=43.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202632080.030.7000.18297.5260.6753.14
HexCA3FD034601212a3d35
Octal3127732031060224527565
Binary1100101011111111010000111000110010010100101010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3FD0; }

 p { color: rgb(202,63,208); }

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

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

 a { background-color: rgb(202,63,208); }

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

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

 span { border-color: rgb(202,63,208); }

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