#C32CC0

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

Shades of Fuchsia #C32CC0

Tints of Fuchsia #C32CC0

Color information

#C32CC0 (or 0xC32CC0) is unknown color: approx Fuchsia. HEX triplet: C3, 2C and C0. RGB value is (195,44,192). Sum of RGB (Red+Green+Blue) = 195+44+192=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C32CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32CC0 is #3CD33F. Grayscale: #696969. Windows color (decimal): -3986240 or 12594371. OLE color: 12594371.

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

Color convert

RGB19544192-
CMYK00.770.020.24
HSL301.19º63.18%46.86%-
HSV(B)301.19º77.44%76.47%-
XYZ32.9217.2151.46-
YUV106.02176.53191.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 44 (17.58% from 255) = 10.21%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=45.24%
G=10.21%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954419200.770.020.24301.1963.1846.86
HexC32CC004D21812d3f2f
Octal3035430001152304557757
Binary1100001110110011000000010011011011000100101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32CC0; }

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

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

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

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

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

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

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

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