#C729B6

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

Shades of Fuchsia #C729B6

Tints of Fuchsia #C729B6

Color information

#C729B6 (or 0xC729B6) is unknown color: approx Fuchsia. HEX triplet: C7, 29 and B6. RGB value is (199,41,182). Sum of RGB (Red+Green+Blue) = 199+41+182=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C729B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C729B6 is #38D649. Grayscale: #676767. Windows color (decimal): -3724874 or 11938247. OLE color: 11938247.

HSL color Cylindrical-coordinate representation of color #C729B6: hue angle of 306.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729B6 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19941182-
CMYK00.790.090.22
HSL306.46º65.83%47.06%-
HSV(B)306.46º79.4%78.04%-
XYZ32.7917.1145.83-
YUV104.32171.85195.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 41 (16.41% from 255) = 9.72%
BLUE value IS 182 (71.48% from 255) = 43.13%
R=47.16%
G=9.72%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994118200.790.090.22306.4665.8347.06
HexC729B604F916132422f
Octal307512660117112646210257
Binary1100011110100110110110010011111001101101001100101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C729B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C729B6; }

 p { color: rgb(199,41,182); }

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

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

 a { background-color: rgb(199,41,182); }

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

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

 span { border-color: rgb(199,41,182); }

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