#C732AC

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

Shades of Fuchsia #C732AC

Tints of Fuchsia #C732AC

Color information

#C732AC (or 0xC732AC) is unknown color: approx Fuchsia. HEX triplet: C7, 32 and AC. RGB value is (199,50,172). Sum of RGB (Red+Green+Blue) = 199+50+172=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AC is #38CD53. Grayscale: #6C6C6C. Windows color (decimal): -3722580 or 11285191. OLE color: 11285191.

HSL color Cylindrical-coordinate representation of color #C732AC: hue angle of 310.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C732AC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19950172-
CMYK00.750.140.22
HSL310.87º59.84%48.82%-
HSV(B)310.87º74.87%78.04%-
XYZ32.1417.440.69-
YUV108.46163.86192.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 50 (19.92% from 255) = 11.88%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=47.27%
G=11.88%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995017200.750.140.22310.8759.8448.82
HexC732AC04BE161373c31
Octal30762254011316264677461
Binary110001111100101010110001001011111010110100110111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C732AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C732AC; }

 p { color: rgb(199,50,172); }

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

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

 a { background-color: rgb(199,50,172); }

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

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

 span { border-color: rgb(199,50,172); }

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