#C329C0

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

Shades of Fuchsia #C329C0

Tints of Fuchsia #C329C0

Color information

#C329C0 (or 0xC329C0) is unknown color: approx Fuchsia. HEX triplet: C3, 29 and C0. RGB value is (195,41,192). Sum of RGB (Red+Green+Blue) = 195+41+192=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C329C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C329C0 is #3CD63F. Grayscale: #676767. Windows color (decimal): -3987008 or 12593603. OLE color: 12593603.

HSL color Cylindrical-coordinate representation of color #C329C0: hue angle of 301.17º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C329C0 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19541192-
CMYK00.790.020.24
HSL301.17º65.25%46.27%-
HSV(B)301.17º78.97%76.47%-
XYZ32.8116.9951.42-
YUV104.26177.52192.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.56%
GREEN value IS 41 (16.41% from 255) = 9.58%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=45.56%
G=9.58%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954119200.790.020.24301.1765.2546.27
HexC329C004F21812d412e
Octal30351300011723045510156
Binary11000011101001110000000100111110110001001011011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C329C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C329C0; }

 p { color: rgb(195,41,192); }

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

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

 a { background-color: rgb(195,41,192); }

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

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

 span { border-color: rgb(195,41,192); }

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