#ca4fbf

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

Shades of Fuchsia #CA4FBF

Tints of Fuchsia #CA4FBF

Color information

#CA4FBF (or 0xCA4FBF) is unknown color: approx Fuchsia. HEX triplet: CA, 4F and BF. RGB value is (202,79,191). Sum of RGB (Red+Green+Blue) = 202+79+191=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FBF is #35B040. Grayscale: #808080. Windows color (decimal): -3518529 or 12537802. OLE color: 12537802.

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

Color convert

RGB20279191-
CMYK00.610.050.21
HSL305.37º53.71%55.1%-
HSV(B)305.37º60.89%79.22%-
XYZ36.5621.9151.59-
YUV128.54163.25180.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 79 (31.25% from 255) = 16.74%
BLUE value IS 191 (75% from 255) = 40.47%
R=42.80%
G=16.74%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027919100.610.050.21305.3753.7155.1
HexCA4FBF03D5151313637
Octal3121172770755254616667
Binary11001010100111110111111011110110110101100110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4fbf; }

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

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

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

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

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

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

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

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