#C32EB0

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

Shades of Fuchsia #C32EB0

Tints of Fuchsia #C32EB0

Color information

#C32EB0 (or 0xC32EB0) is unknown color: approx Fuchsia. HEX triplet: C3, 2E and B0. RGB value is (195,46,176). Sum of RGB (Red+Green+Blue) = 195+46+176=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C32EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32EB0 is #3CD14F. Grayscale: #696969. Windows color (decimal): -3985744 or 11546307. OLE color: 11546307.

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

Color convert

RGB19546176-
CMYK00.760.100.24
HSL307.65º61.83%47.25%-
HSV(B)307.65º76.41%76.47%-
XYZ31.3216.6942.65-
YUV105.37167.86191.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 46 (18.36% from 255) = 11.03%
BLUE value IS 176 (69.14% from 255) = 42.21%
R=46.76%
G=11.03%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954617600.760.100.24307.6561.8347.25
HexC32EB004CA181343e2f
Octal30356260011412304647657
Binary110000111011101011000001001100101011000100110100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32EB0; }

 p { color: rgb(195,46,176); }

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

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

 a { background-color: rgb(195,46,176); }

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

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

 span { border-color: rgb(195,46,176); }

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