#C732AD

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

Shades of Fuchsia #C732AD

Tints of Fuchsia #C732AD

Color information

#C732AD (or 0xC732AD) is unknown color: approx Fuchsia. HEX triplet: C7, 32 and AD. RGB value is (199,50,173). Sum of RGB (Red+Green+Blue) = 199+50+173=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AD is #38CD52. Grayscale: #6C6C6C. Windows color (decimal): -3722579 or 11350727. OLE color: 11350727.

HSL color Cylindrical-coordinate representation of color #C732AD: hue angle of 310.47º 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 #C732AD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19950173-
CMYK00.750.130.22
HSL310.47º59.84%48.82%-
HSV(B)310.47º74.87%78.04%-
XYZ32.2417.4441.2-
YUV108.57164.36192.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.16%
GREEN value IS 50 (19.92% from 255) = 11.85%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=47.16%
G=11.85%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995017300.750.130.22310.4759.8448.82
HexC732AD04BD161363c31
Octal30762255011315264667461
Binary110001111100101010110101001011110110110100110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C732AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C732AD; }

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

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

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

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

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

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

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

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