#CA4FD0

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

Shades of Fuchsia #CA4FD0

Tints of Fuchsia #CA4FD0

Color information

#CA4FD0 (or 0xCA4FD0) is unknown color: approx Fuchsia. HEX triplet: CA, 4F and D0. RGB value is (202,79,208). Sum of RGB (Red+Green+Blue) = 202+79+208=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA4FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FD0 is #35B02F. Grayscale: #828282. Windows color (decimal): -3518512 or 13651914. OLE color: 13651914.

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

Color convert

RGB20279208-
CMYK0.030.6200.18
HSL297.21º57.85%56.27%-
HSV(B)297.21º62.02%81.57%-
XYZ38.5422.762.03-
YUV130.48171.75179.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 79 (31.25% from 255) = 16.16%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=41.31%
G=16.16%
B=42.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202792080.030.6200.18297.2157.8556.27
HexCA4FD033E0121293a38
Octal3121173203760224517270
Binary1100101010011111101000011111110010010100101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4FD0; }

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

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

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

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

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

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

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

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