#ca4fb9

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

Shades of Fuchsia #CA4FB9

Tints of Fuchsia #CA4FB9

Color information

#CA4FB9 (or 0xCA4FB9) is unknown color: approx Fuchsia. HEX triplet: CA, 4F and B9. RGB value is (202,79,185). Sum of RGB (Red+Green+Blue) = 202+79+185=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FB9 is #35B046. Grayscale: #7F7F7F. Windows color (decimal): -3518535 or 12144586. OLE color: 12144586.

HSL color Cylindrical-coordinate representation of color #CA4FB9: hue angle of 308.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FB9 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20279185-
CMYK00.610.080.21
HSL308.29º53.71%55.1%-
HSV(B)308.29º60.89%79.22%-
XYZ35.9121.6548.19-
YUV127.86160.25180.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 79 (31.25% from 255) = 16.95%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=43.35%
G=16.95%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027918500.610.080.21308.2953.7155.1
HexCA4FB903D8151343637
Octal31211727107510254646667
Binary110010101001111101110010111101100010101100110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4fb9; }

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

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

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

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

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

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

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

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