#C73FB1

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

Shades of Fuchsia #C73FB1

Tints of Fuchsia #C73FB1

Color information

#C73FB1 (or 0xC73FB1) is unknown color: approx Fuchsia. HEX triplet: C7, 3F and B1. RGB value is (199,63,177). Sum of RGB (Red+Green+Blue) = 199+63+177=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FB1 is #38C04E. Grayscale: #747474. Windows color (decimal): -3719247 or 11616199. OLE color: 11616199.

HSL color Cylindrical-coordinate representation of color #C73FB1: hue angle of 309.71º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73FB1 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB19963177-
CMYK00.680.110.22
HSL309.71º54.84%51.37%-
HSV(B)309.71º68.34%78.04%-
XYZ33.2718.8743.48-
YUV116.66162.06186.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=45.33%
G=14.35%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996317700.680.110.22309.7154.8451.37
HexC73FB1044B161363733
Octal30777261010413264666763
Binary110001111111111011000101000100101110110100110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73FB1; }

 p { color: rgb(199,63,177); }

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

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

 a { background-color: rgb(199,63,177); }

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

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

 span { border-color: rgb(199,63,177); }

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